We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417f80b commit ac84a8cCopy full SHA for ac84a8c
src/misc/camera.js
@@ -36,8 +36,7 @@ const narrowDownFacingMode = async camera => {
36
({ kind }) => kind === "videoinput"
37
);
38
39
- // if (devices.length > 2) {
40
- if (false) {
+ if (devices.length > 2) {
41
const frontCamera = devices[0];
42
const rearCamera = devices[devices.length - 1];
43
0 commit comments