项目作者: zhuyuliang

项目描述 :
1. Common API for Android Camera. Has been encapsulated Camera1 Camera2, UvcCamera. 2. Encapsulate preview View, based on CameraApi. TextureView preview, GLSurfaceView preview, binocular preview can be implemented, and the preview interface can flexibly configure parameters such as image, Scale, and direction.
高级语言: C
项目地址: git://github.com/zhuyuliang/camerakit.git
创建时间: 2020-08-18T09:54:54Z
项目社区:https://github.com/zhuyuliang/camerakit

开源协议:MIT License

下载


CameraKit

介绍

  1. 中文:
  2. 1. 用于Android摄像头的通用API。已封装Camera1 Camera2, UvcCamera
  3. 2. 封装预览视图,基于CameraApi。已实现TextureView预览、GLSurfaceView预览、双目预览,预览界面可灵活配置图像、缩放、方向等参数。
  4. 3. 简单的调用方式,节省开发者时间关注到具体业务和核心能力上。
  5. English:
  6. 1. Common API for Android Camera. Has been encapsulated Camera1 Camera2, UvcCamera.
  7. 2. Encapsulate preview View, based on CameraApi. TextureView preview, GLSurfaceView preview, binocular preview can be implemented, and the preview interface can flexibly configure parameters such as image, Scale, and direction.
  8. 3. Simple way to call, saves developers timeand focusing on specific business and core competencies.

项目架构

  1. ├── app // sample
  2. ├── camerakit // camera预览及相机能力整合
  3. ├── camera // camera相机能力
  4. ├── libuvccamera // uvccamera辅助能力
  5. ├── repositories // 打包默认发版文件夹

截图

main_page
camera_demo
camera_demo

API

camera API

camerakit API

感谢

CameraKit(https://github.com/CameraKit/camerakit-android)

saki4510t(https://github.com/saki4510t/UVCCamera)

Liuguihong(https://github.com/Liuguihong/AndroidUVCCamera)