Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/android/camera-samples

Multiple samples showing the best practices in camera APIs on Android.
https://github.com/android/camera-samples

kotlin samples

Last synced: 3 days ago
JSON representation

Multiple samples showing the best practices in camera APIs on Android.

Awesome Lists containing this project

README

        

# Camera Samples Repository

This repository contains a set of individual Android Studio projects to help you get
started with the [CameraX](https://developer.android.com/training/camerax) and
[Camera2](https://developer.android.com/training/camera2) APIs in Android.

## Samples

| Sample | Description |
| ----------------------------------------- | ------------ |
| [CameraXBasic](CameraXBasic) | Demonstrates how to use CameraX APIs. |
| [CameraXAdvanced](CameraXAdvanced) | Demonstrates how to use CameraX APIs with TFLite and others |
| [CameraXVideo](CameraXVideo) | Demonstrates how to use CameraX VideoCapture API. |
| [CameraX-MLKit](CameraX-MLKit) | Demonstrates how to use CameraX's MlKitAnalyzer to build a QR-code scanner. |
| [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.
| [CameraXExtensions](CameraXExtensions) | Demonstrates CameraX extension live preview and still capture.
| [HdrViewfinder](HdrViewfinder) | Demonstrates use of RenderScript to display a live HDR feed from camera frames using Camera2 API. |