Skip to main content

CameraImageEvent

Image data produced by the camera stream.

Inherits: Event

Properties

Properties

bytesinstance-attribute

bytes: bytes

Encoded image bytes.

encoded_formatinstance-attribute

encoded_format: str

Encoding used for the output bytes (e.g., jpeg).

formatinstance-attribute

format: Optional[ImageFormatGroup]

Raw image format group of the source frame.

heightinstance-attribute

height: int

Pixel height of the frame.

lens_apertureclass-attributeinstance-attribute

lens_aperture: Optional[Number] = None

Lens aperture value for the frame.

sensor_exposure_timeclass-attributeinstance-attribute

sensor_exposure_time: Optional[int] = None

Exposure time in nanoseconds.

sensor_sensitivityclass-attributeinstance-attribute

sensor_sensitivity: Optional[Number] = None

Sensor sensitivity (ISO).

widthinstance-attribute

width: int

Pixel width of the frame.