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
Adds option to cycle through the available cameras (if more than one camera is available)
New emitted value videoDevices, which is an array of camera devices available to the browser (can be used to select the desired camera device via deviceIndex prop)
New emitted value cameraDetails, which is a dump of the camera device details (useful for debugging)
New prop deviceIndex which can be used to select the index of the camera device to use (get the camera device array from the videoDevices emitted value)