Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
437 stars 146 forks source link

CameraViewHander calls wrong FrameReady #134

Open kfrancis opened 11 months ago

kfrancis commented 11 months ago

Trying to use this for OCR, but to do that I need FrameReady to get called so I can do analysis. When trying to implement, I found that FrameReady wasn't being called in the same way that it happens in the (functional) CameraBarcodeReaderViewHandler.