thomasgalliker / CameraScanner.Maui

Camera preview and barcode scanner for .NET MAUI apps
MIT License
19 stars 3 forks source link

[Enhancement] Visual overlay for detected barcodes #8

Closed thomasgalliker closed 2 months ago

thomasgalliker commented 2 months ago

Summary

Display a visual border around detected barcode results as overlay over the CameraView control.

API Changes

The overlay should be in a seperate control, e.g. BarcodeResultsOverlay. The detected barcode result provide the exact position and size of the barcode.

Intended Use Case