afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
162 stars 31 forks source link

OnDetectionFinishedCommand?.Execute(results); never executes #56

Closed NorMoll closed 4 months ago

NorMoll commented 4 months ago

Although the TriggerOnDetectionFinished method is called the OnDetectionFinishedCommand?.Execute(results); never executes. It also seems that the TriggerOnDetectionFinished method is enetered for any camera activity and not only when barcodes are detected.

afriscic commented 4 months ago

TriggerOnDetectionFinished gets triggered every time camera frame is processed, regardless of whether a barcode is detected or not.