https://github.com/v-hogood/cameraxsamples
Android .NET port of CameraX samples:
https://github.com/v-hogood/cameraxsamples
android androidx camerax maui samples xamarin
Last synced: 3 months ago
JSON representation
Android .NET port of CameraX samples:
- Host: GitHub
- URL: https://github.com/v-hogood/cameraxsamples
- Owner: v-hogood
- License: apache-2.0
- Created: 2022-09-07T20:56:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T19:14:59.000Z (8 months ago)
- Last Synced: 2025-03-22T22:02:12.330Z (7 months ago)
- Topics: android, androidx, camerax, maui, samples, xamarin
- Language: C#
- Homepage: https://github.com/android/camera-samples
- Size: 18.1 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camera Samples Repository
This repository contains a set of individual Visual Studio projects to help you get
started with the [CameraX](https://developer.android.com/training/camerax)
API in Android.## Samples
| Sample | Description |
| ----------------------------------------- | ------------ |
| [CameraXBasic](CameraXBasic) | Demonstrates how to use CameraX APIs. |
| [CameraXTfLite](CameraXTfLite) | Demonstrates how to use CameraX APIs with TFLite |
| [CameraXVideo](CameraXVideo) | Demonstrates how to use CameraX VideoCapture API. |
| [CameraXMlKit](CameraXMlKit) | Demonstrates how to use CameraX's MlKitAnalyzer to build a QR-code scanner. |
| [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. |
| [HdrViewfinderX](HdrViewfinderX) | Demonstrates how to display a live HDR feed from camera frames using CameraX API. |