资源简介
使用GLSurfaceView预览 摄像头。
代码片段和文件信息
package com.example.liyachao.activity;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test which will execute on an Android device.
*
* @see Testing documentation
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals(“com.example.liyachao.previewcamera“ appContext.getPackageName());
}
}
- 上一篇:随机森林最原始的论文
- 下一篇:OpenGL仿微信视频聊天
相关资源
- OpenGL仿微信视频聊天
- resnet各种预训练模型
- Deskt12312312op.zip
- 各种贴片铝电解电容Altium Designer PC
- AD Altium Designer STM8 STM32 库
- OpenGl 会走路的机器人
- MCS-51单片机Gps接收程序
- esp8266连接阿里云
- 经典教材 神经网络设计 书配代码 N
- opengl 做的很漂亮的一棵树,用分形算
- 3ds模型导入opengl,实现旋转平移缩放
- simplescalar 1.0 源码
- ubuntu-16.04.3-desktop-amd64.iso.torrent
- windows 7主题3个原版dll文件themeservice
- opengl中点画圆法
- 非常好用的串口调试助手
- opengl编程指南第7版源代码
- 3D酷炫屏幕保护程序OpenGL
- 解决error LNK2001: unresolved external symbo
- LS & MMSE channel estimators for OFDM
- 内存自BUFF单元开始的存储区连续存放
- 51单片机毕设wifi遥控小车源码
- i2c_master verilog代码+testbench
- IPEXPORT.H、Iphlpapi.h、IPHLPAPI.LIB、IPRTR
- 电机驱动模块 altium designer 文件.SchD
- aes加密bmp文件代码
- 大涡模拟LES
- Altium Designer_天线原理图库PS:自己花
- ICT新手不得不看的小技巧
- OpenGL文件.zip
评论
共有 条评论