# CameraMaster **Repository Path**: yangMingChuan/CameraMaster ## Basic Information - **Project Name**: CameraMaster - **Description**: 自定义 camera + camera2 + opengles + 各种系统相机操作 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-05-23 - **Last Updated**: 2021-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SunCamera 一个自定义 camera # 感谢 https://github.com/chensowf/Camera 录像代码部分参考和学习。感谢开源 目前 拍照 摄像界面 效果界面主要 在 CameraVideoActivity 界面中。 ![image](https://github.com/yangmingchuan/CameraMaster/blob/5d92dda84ff32038e7abe94a7a15c40eea7f1a66/app/src/main/res/drawable-v24/64F105A2D530CDE27A0F21CBC6C0B877.gif) camera+surfaceview 博客地址:https://www.jianshu.com/p/af39024896ce ![image](https://upload-images.jianshu.io/upload_images/6188347-cd61d9a329522b0a?imageMogr2/auto-orient/) camera2 + TextureView 博客地址 : https://www.jianshu.com/p/c99fd9dfd77f camera2 + glSurfaceview + opengles 博客地址 : https://www.jianshu.com/p/e4ece3f21ec8 TODO 相机的 曝光补偿、曝光时间、白平衡、iso 缩放、闪光灯、旋转相机等功能已经完成。详见 GoogleCameraActivity 类 ![image](https://img-blog.csdnimg.cn/2019040210145280.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzI3OTQ4NjU5,size_16,color_FFFFFF,t_70)