diff web/calibrate/Light9Camera.ts @ 2419:e3af0ac507c8

new exposure-finder algorithm
author drewp@bigasterisk.com
date Tue, 21 May 2024 14:08:17 -0700
parents 9bb0eb587d5b
children d5750b2aaa9e
line wrap: on
line diff
--- a/web/calibrate/Light9Camera.ts	Tue May 21 11:58:13 2024 -0700
+++ b/web/calibrate/Light9Camera.ts	Tue May 21 14:08:17 2024 -0700
@@ -179,7 +179,7 @@
     focusDistance: { min: "0", max: "1023" },
     brightness: { min: "0", max: "64" },
     colorTemperature: { min: "2800", max: "6500" },
-    exposureTime: { min: "0", max: "400" },
+    exposureTime: { min: "0", max: "800" },
   };
 
   @property() cam!: Light9Camera;