资源简介
使用OpenGL绘制视频流,实现微信视频聊天的界面。
代码片段和文件信息
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.assertEquals;
/**
* 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预览摄像头
- 下一篇:HS6200 -- RF2.4G
相关资源
- OpenGL预览摄像头
- OpenGl 会走路的机器人
- opengl 做的很漂亮的一棵树,用分形算
- 3ds模型导入opengl,实现旋转平移缩放
- opengl中点画圆法
- opengl编程指南第7版源代码
- 3D酷炫屏幕保护程序OpenGL
- OpenGL文件.zip
- 配置OpenGL以及glaux所需资源.h.dll
- luweiqi素材
- VS2017&OpenGL;环境搭建
- OpenGL 顶点数组+拾取
- openGL配置资源文件,含32/64位
- GLPrint_demo
- 圆球圆环构造opengl函数
- opengl画圆柱体直接函数法,逼近法
- openGl立方体纹理贴图
- OpenGL 库glut读取obj文件并使用显示列表
- 3DsMAX人体骨骼模型可用于OPENGL读取处
- gultopengl开发安装包
- opengl实现的飞机
- opengl 绘制 棱锥
- opengl光照小
- 无法打开包括文件 gl glaux.h No such fi
- openGL打包库
- opengl+vc写的太阳系演示源代码包含三
- OpenGL、FreeType 中文纹理绘制
- OpenGL 房子小院
- 基于OpenGL的贝塞尔曲线算法的实现
- 一个3d 飞机模型 可用opengl读取
评论
共有 条评论