exposure
exposure
#
The per-frame camera-exposure JSON scalar.
Exposure
#
Bases: JSONScalar
A frame's photometric context: exposure at capture and ambient light estimate.
Rides beside a Pose on a captured frame so an appearance-aware pipeline
(e.g. gaussian splatting) can normalize brightness and white balance across
frames without re-deriving them from pixels. The light estimate is absent
when the capturing session did not estimate it.
Attributes:
| Name | Type | Description |
|---|---|---|
duration_seconds |
float
|
Sensor exposure time. |
offset_ev |
float
|
Exposure bias relative to the metered value. |
ambient_intensity_lumens |
float | None
|
Estimated scene luminance (~1000 is a neutrally lit scene), if estimated. |
color_temperature_kelvin |
float | None
|
Estimated ambient colour temperature (~6500 is neutral), if estimated. |