# HG changeset patch # User drewp@bigasterisk.com # Date 2024-05-21 18:58:13 # Node ID 9bb0eb587d5ba63c174c94b57fda957b13bedf2e # Parent ae4b90efb55a54f40a194674d7c70165a82a0f08 640x480 camera res diff --git a/web/calibrate/Light9Camera.ts b/web/calibrate/Light9Camera.ts --- a/web/calibrate/Light9Camera.ts +++ b/web/calibrate/Light9Camera.ts @@ -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);