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
When the demo page of this library is run in Firefox, the active device's deviceId is not returned when the camera is being activated. In the console it shows active device: undefined.
However, WebcamUtils.getAvailableVideoInputs() returns the video devices with deviceId.
I published a new version of this library (0.1.8) that fixes this issue.
Could you please verify that in your project the deviceId is now being returned in Firefox?
When the demo page of this library is run in Firefox, the active device's
deviceId
is not returned when the camera is being activated. In the console it showsactive device: undefined
.However,
WebcamUtils.getAvailableVideoInputs()
returns the video devices withdeviceId
.Originally raised by @rajgsdei in #21.
The text was updated successfully, but these errors were encountered: