This repository contains a set of individual Visual Studio projects to help you get started with the CameraX API in Android.
Sample | Description |
---|---|
CameraXBasic | Demonstrates how to use CameraX APIs. |
CameraXTfLite | Demonstrates how to use CameraX APIs with TFLite |
CameraXVideo | Demonstrates how to use CameraX VideoCapture API. |
CameraXMlKit | Demonstrates how to use CameraX's MlKitAnalyzer to build a QR-code scanner. |
CameraXExtensions | Demonstrates CameraX extension live preview and still capture. |
HdrViewfinder | Demonstrates use of RenderScript to display a live HDR feed from camera frames using Camera2 API. |
HdrViewfinderX | Demonstrates how to display a live HDR feed from camera frames using CameraX API. |