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 was previously using Quagga1, and when I upgraded to Quagga2, one thing that broke which is that stop() no longer completely releases the camera, such that the camera light stays on. Quagga1 has this working correctly, so this seems like a regression.
I even tried Quagga.CameraAccess.release(), which promise resolves (to undefined), but that still doesn't stop the camera.
The text was updated successfully, but these errors were encountered:
I was previously using Quagga1, and when I upgraded to Quagga2, one thing that broke which is that
stop()
no longer completely releases the camera, such that the camera light stays on. Quagga1 has this working correctly, so this seems like a regression.I even tried
Quagga.CameraAccess.release()
, which promise resolves (toundefined
), but that still doesn't stop the camera.The text was updated successfully, but these errors were encountered: