aPelican

Results 4 comments of aPelican

I very definitely ran into this interfacing with a piece of hardware that defines its connection as 7 data bits, MARK parity, and two stop bits.

So, in QRCodeAnalyzer.kt there is a call to pass the captured image to the analysis engine: `barcodeScanner.process(imageProxy.toInputImage())` One might need to pass an image to a similar MLKit call in...

Same here, Android simulator doesn't work with 0.5.6 but does with 0.5.5: [✓] Flutter (Channel master, v1.13.6-pre.39, on Mac OS X 10.15.2 19C57, locale en-US) [✓] Android toolchain - develop...

Ran into this exact issue following the wiki install / setup on an Ubuntu 18.04 VM. Had to work around the gcc / clang environment variable to cmake .. &&...