Open
Description
On some Android devices im expiriencing NotReadableError: Cannot start video source
I am using this component in a dialog.
When I open the dialog, it calls the action.start()
method. The first time everything is fine. After closing the dialog, before closing it, I call the action.stop()
method to stop the camera. However, on some devices, after opening the dialog for the second time, the camera fails to start. It seems that the library does not close the previous stream properly from navigator.mediaDevices.getUserMedia(constraints).then((stream) => { ... })
Has anyone had a similar problem?
Metadata
Metadata
Assignees
Labels
No labels