Mercurial > code > home > repos > light9
diff web/calibrate/Light9Camera.ts @ 2418:9bb0eb587d5b
640x480 camera res
author | drewp@bigasterisk.com |
---|---|
date | Tue, 21 May 2024 11:58:13 -0700 |
parents | ae4b90efb55a |
children | e3af0ac507c8 |
line wrap: on
line diff
--- 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);