Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phong016688/camera_face
https://github.com/phong016688/camera_face
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/phong016688/camera_face
- Owner: phong016688
- License: apache-2.0
- Created: 2020-10-08T09:25:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T16:12:42.000Z (about 4 years ago)
- Last Synced: 2024-10-31T00:12:14.180Z (3 months ago)
- Language: Kotlin
- Size: 17.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 [Camera APIs](https://developer.android.com/guide/topics/media/camera) in Android.## Samples
| Sample | Description |
| ----------------------------------------- | ------------ |
| [CameraXBasic](CameraXBasic) | Demonstrates how to use CameraX APIs. |
| [CameraXTfLite](CameraXTfLite) | Demonstrates how to use TfLite with CameraX APIs. |
| [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. |
| [Camera2Video](Camera2Video) | Demonstrates recording video using the Camera2 API and MediaRecorder. |
| [HdrViewfinder](HdrViewfinder) | Demonstrates use of RenderScript to display a live HDR feed from camera frames using Camera2 API. |