Changeset - 9bb0eb587d5b
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 months ago 2024-05-21 18:58:13
drewp@bigasterisk.com
640x480 camera res
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
web/calibrate/Light9Camera.ts
Show inline comments
 
@@ -76,6 +76,8 @@ export class Light9Camera extends LitEle
 
      video: {
 
        facingMode: { ideal: "environment" },
 
        frameRate: { max: 10 },
 
        width: 640,
 
        height: 480,
 
      },
 
    };
 
    const stream = await navigator.mediaDevices.getUserMedia(constraints);
0 comments (0 inline, 0 general)