Closed thomasgalliker closed 3 months ago
Read corner points from each detected barcode result and translate them to MAUI Points.
Extend BarcodeResult with following property.
public Point[] CornerPoints { get; set; }
Extend platform-specific handlers to provide corner point values in barcode results.
Draw polygon line around detected barcode(s) in camera preview.
Summary
Read corner points from each detected barcode result and translate them to MAUI Points.
API Changes
Extend BarcodeResult with following property.
Extend platform-specific handlers to provide corner point values in barcode results.
Intended Use Case
Draw polygon line around detected barcode(s) in camera preview.