CameraImageEvent
Image data produced by the camera stream.
Inherits: Event
Properties
bytes- Encoded image bytes.encoded_format- Encoding used for the output bytes (e.g., jpeg).format- Raw image format group of the source frame.height- Pixel height of the frame.lens_aperture- Lens aperture value for the frame.sensor_exposure_time- Exposure time in nanoseconds.sensor_sensitivity- Sensor sensitivity (ISO).width- Pixel width of the frame.
Properties
encoded_formatinstance-attribute
encoded_format: strEncoding used for the output bytes (e.g., jpeg).
lens_apertureclass-attributeinstance-attribute
lens_aperture: Number | None = NoneLens aperture value for the frame.
sensor_exposure_timeclass-attributeinstance-attribute
sensor_exposure_time: int | None = NoneExposure time in nanoseconds.