# HG changeset patch # User drewp@bigasterisk.com # Date 1716317893 25200 # Node ID 9bb0eb587d5ba63c174c94b57fda957b13bedf2e # Parent ae4b90efb55a54f40a194674d7c70165a82a0f08 640x480 camera res diff -r ae4b90efb55a -r 9bb0eb587d5b web/calibrate/Light9Camera.ts --- a/web/calibrate/Light9Camera.ts Mon May 20 01:28:12 2024 -0700 +++ b/web/calibrate/Light9Camera.ts Tue May 21 11:58:13 2024 -0700 @@ -76,6 +76,8 @@ video: { facingMode: { ideal: "environment" }, frameRate: { max: 10 }, + width: 640, + height: 480, }, }; const stream = await navigator.mediaDevices.getUserMedia(constraints);