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

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:

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. |