Evaldash

Results 2 comments of Evaldash

Here's a snippet, basically I keep the available cameras in a variable, and switch between them with a single button: ``` $("#next-cam-button").on("click", function () { if (canChangeCam){ canChangeCam = false;...

I just tried it on the Mi browser, it crashes as soon as the camera permission is requested.