francisco garrido
francisco garrido
> > So I believe that `write EPIPE` errors usually mean that the writing failed because the receiving end closed the connection. > > Which bit of your code is...
Hi I have a similar issue in Flutter Web. The camera stops/freezes after mounting the same widget that uses `MobileScanner widget`. I'm using the controller just like in the example...
I'm using the example with controller. To reproduce: - Home() with a Nav.push(cxt, scannerWidget) - go back with a button Nav.pop() - then click again to see scanner (it appears...
> Sorry, I just assumed the message was related to why it isn't working The issue is that the MobileScanner widget is just displaying a black screen, with an exclamation...
> Small update: I managed to fix the "frozen" camera preview locally. Still need to figure out why the ZXing barcode reader is not scanning the frames on the second...
> > > Where in the code do I charge the scanning area please? Thanks > > > […](#) > > > On Wed, Mar 13, 2024, 16:30 Tri Nguyen...