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).
formatinstance-attribute
format: Optional[ImageFormatGroup]Raw image format group of the source frame.
lens_apertureclass-attributeinstance-attribute
lens_aperture: Optional[Number] = NoneLens aperture value for the frame.
sensor_exposure_timeclass-attributeinstance-attribute
sensor_exposure_time: Optional[int] = NoneExposure time in nanoseconds.