-
-
Notifications
You must be signed in to change notification settings - Fork 599
Open
Description
I have it working and I can see the camera image in the browser, but it never detects the barcode at all, nothing at all.
I really hope this is just me not doing something, I'm on 7.0.1 and I tried a simple init
final MobileScannerController _scannerController = MobileScannerController();
and tried setting a few values
final MobileScannerController _scannerController = MobileScannerController(
detectionSpeed: DetectionSpeed.noDuplicates,
formats: [BarcodeFormat.all],
);
always the same result, the camera comes on and I can see it but never detects the barcode (also tried different versions, 2D, QR, etc etc).
As a side note the image from the camera is mirrored, maybe that's the issue?
Metadata
Metadata
Assignees
Labels
No labels