# camera-samples **Repository Path**: google-code-samples/camera-samples ## Basic Information - **Project Name**: camera-samples - **Description**: Multiple samples showing the best practices in camera APIs on Android. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-03-08 - **Last Updated**: 2024-12-30 ## 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 | | ----------------------------------------- | ------------------------------------ | | [CameraXBasic](CameraXBasic) | Demonstrates how to use CameraX APIs written in Kotlin. | | [HdrViewfinder](HdrViewfinder) | Demonstrates use of RenderScript to display a live HDR feed from camera frames using Camera2 API. | | [Camera2Basic](Camera2Basic) | Demostrates capturing JPEG, RAW and DEPTH images, e.g. unprocessed pixel data directly from the camera sensor. | | [Camera2SlowMotion](Camera2SlowMotion) | Demostrates capturing high-speed video in a constrained camera capture session | | [Camera2VideoJava](Camera2VideoJava) | Java version of Camera2VideoKotlin. | | [Camera2Video Kotlin](Camera2VideoKotlin) | Demonstrates recording video using the Camera2 API and MediaRecorder. |