# camera **Repository Path**: WangKiven/camera ## Basic Information - **Project Name**: camera - **Description**: google 的 camerax 案例 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-16 - **Last Updated**: 2020-12-18 ## 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 | | ----------------------------------------- | ----------- | | [Camera2Basic Java](Camera2BasicJava) | Java version of Camera2BasicKotlin. | | [Camera2Basic Kotlin](Camera2BasicKotlin) | Demonstrates the basic functionalities of the Camera2 API. | | [Camera2Raw](Camera2Raw) | Demostrates capturing RAW images, i.e. unprocessed pixel data directly from the camera sensor. | | [Camera2VideoJava](Camera2VideoJava) | Java version of Camera2VideoKotlin. | | [Camera2Video Kotlin](Camera2VideoKotlin) | Demonstrates recording video using the Camera2 API and MediaRecorder. | | [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. |