Value formats (the values array passed alongside the key):
Iso: [iso] — one number, sensor sensitivity (e.g. [400]).
ExposureTimeNs: [ns] — one number, exposure time in nanoseconds
(e.g. [16000000] for 16 ms). Clamped by the device's max exposure.
AeRoi: [left, top, right, bottom] — four numbers in normalized
image coordinates 0.0–1.0 (origin top-left). An optional fifth
number is a weight. Steers auto-exposure toward the region; it does
not crop the image.
Typed keys for camera tuning parameters. All keys are dynamic: they may be set on a CameraModule.StreamConfig before CameraModule.StreamingSession#start and reconfigured mid-stream via CameraModule.StreamingSession#setConfig.
Value formats (the
valuesarray passed alongside the key):Iso:[iso]— one number, sensor sensitivity (e.g.[400]).ExposureTimeNs:[ns]— one number, exposure time in nanoseconds (e.g.[16000000]for 16 ms). Clamped by the device's max exposure.AeRoi:[left, top, right, bottom]— four numbers in normalized image coordinates0.0–1.0(origin top-left). An optional fifth number is a weight. Steers auto-exposure toward the region; it does not crop the image.Since
Lens Scripting Version 368
Snap OS