# AndroidCamera2 **Repository Path**: lijianhuihui/android-camera2 ## Basic Information - **Project Name**: AndroidCamera2 - **Description**: 该项目是基于谷歌官方Demo写的,谷歌官方Demo地址:https://github.com/googlearchive/android-Camera2Basic.git 我用SurfaceView,TextureView,GlSurfaceView实现了相机预览和拍照。参考:https://github.com/aserbao/AserbaosAndroid.git 在TextureView实现了相机预览和拍照基础上,加上了录像、延迟、慢动作、连拍、水印、分辨率切换、前后置摄像头切换、闪光灯、打开相册。(测试手机为华为,某些功能在小米手机上运行有问题) - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 4 - **Created**: 2021-01-29 - **Last Updated**: 2025-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AndroidCamera2 #### 介绍 该项目是基于谷歌官方Demo写的,谷歌官方Demo地址:https://github.com/googlearchive/android-Camera2Basic.git 我用SurfaceView,TextureView,GlSurfaceView实现了相机预览和拍照。参考:https://github.com/aserbao/AserbaosAndroid.git 在TextureView实现了相机预览和拍照基础上,加上了录像、延迟、慢动作、连拍、水印、分辨率切换、前后置摄像头切换、闪光灯、打开相册。(测试手机为华为,某些功能在小米手机上运行有问题) #### 软件架构 软件架构说明 #### 安装教程 1. 用Android Studio打开即可。