
android camera
文章平均质量分 87
旗浩QH
佛系点
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android Studio报错: Could not find pub.devrel:easypermissions:0.3.0, 改用linux编译
Android Studio报错: Could not find pub.devrel:easypermissions:0.3.0, 改用linux编译原创 2024-09-12 17:41:43 · 2249 阅读 · 0 评论 -
android摄像头(camera)之 v4l2的c测试代码
在移植android hal的过程中,移植的首要任务是要确保驱动完好,camera是属于字符设备,但是对于其测试代码的编写就不像一般的驱动那么简单啦,因为camera的测试代码一定是要用v4l2 api,所以接下来就是介绍我们写camera的测试代码的流程。1,打开设备 static int open_device(char *dev_name){ assert(dev_name);原创 2013-04-01 11:45:38 · 3149 阅读 · 1 评论