# CameraDemo **Repository Path**: ouyangpengdev/CameraDemo ## Basic Information - **Project Name**: CameraDemo - **Description**: Camera使用相关Demo示例, 分支google同步与 https://github.com/android/camera-samples 的main分支 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/chenjim/CameraDemo - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2022-01-23 - **Last Updated**: 2022-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Camera Samples Repository This repository contains a set of individual Android Studio projects to help you get started with the [Camera APIs](https://developer.android.com/guide/topics/media/camera) in Android. ## Samples | Sample | Description | | ----------------------------------------- | ------------ | | [DualAudioRecord](DualAudioRecord) | 使用AudioRecord同时录制两路音频,此示例可以用来检测设备是否支持 | | [DualCamera](DualCamera) | 同时打开两个Camera并通过onPreviewFrame获取YUV数据回调 | | [OpenGLRecorder](OpenGLRecorder) | Camera 通过OpenGL添加水印并录制视频 | | [CameraXBasic](CameraXBasic) | Demonstrates how to use CameraX APIs. | | [CameraXTfLite](CameraXTfLite) | Demonstrates how to use TfLite with CameraX APIs. | | [CameraXBasic](CameraXVideo) | Demonstrates how to use CameraX VideoCapture API. | | [Camera2Basic](Camera2Basic) | Demonstrates capturing JPEG, RAW and DEPTH images, e.g. unprocessed pixel data directly from the camera sensor. | | [Camera2SlowMotion](Camera2SlowMotion) | Demonstrates capturing high-speed video in a constrained camera capture session. | | [Camera2Video](Camera2Video) | Demonstrates recording video using the Camera2 API and MediaRecorder. | | [Camera2Extensions](Camera2Extensions) | Demonstrates Camera2 extension live preview and still capture. | [HdrViewfinder](HdrViewfinder) | Demonstrates use of RenderScript to display a live HDR feed from camera frames using Camera2 API. |