This repository contains a set of individual Android Studio projects to help you get started with the Camera APIs in Android.
Sample | Description |
---|---|
CameraXBasic | Demonstrates how to use CameraX APIs. |
CameraXTfLite | Demonstrates how to use TfLite with CameraX APIs. |
Camera2Basic | Demostrates capturing JPEG, RAW and DEPTH images, e.g. unprocessed pixel data directly from the camera sensor. |
Camera2SlowMotion | Demostrates capturing high-speed video in a constrained camera capture session. |
Camera2Video | Demonstrates recording video using the Camera2 API and MediaRecorder. |
HdrViewfinder | Demonstrates use of RenderScript to display a live HDR feed from camera frames using Camera2 API. |