You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't stop the live prediction part in the dispose() method of the widget. Even if I navigate to a new page, the camera remains active (high CPU usage), and if I call "await controller.closeCamera()", it doesn't complete. How can I correctly release all the resources before navigating to a new page? Thanks.
P:S all the Steaming are correctly closed.
The text was updated successfully, but these errors were encountered:
I can't stop the live prediction part in the dispose() method of the widget. Even if I navigate to a new page, the camera remains active (high CPU usage), and if I call "await controller.closeCamera()", it doesn't complete. How can I correctly release all the resources before navigating to a new page? Thanks.
P:S all the Steaming are correctly closed.
The text was updated successfully, but these errors were encountered: