-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Description
Hi,
I'm writing a simple application which scans QRcode and gives results. I'm using Flutter camera for the streaming and Firebase ML for the QRcode recognizer. As simple as the application is, I'm running in random stops of the camera in both Android and iOS platforms with no errors in logs.
I need to use this application as a totem, so always on. If you try to simple stream from the camera and go back and forth into another screen, the camera will stop randomly (usually around 45 minutes). No stack trace provided in logs.
The application will still run but no the camera (it just freezes on the last frame).
I checked the hardware status and the memory, disk and processors were normal. Only the power consumption was high but I don't know if this can affect the application.
Can you check?
I have both flutter and camera plugin updated at the last version.