Skip to content

CameraImage#

Inherits: Event['Camera']

Image data produced by the camera stream.

Properties

Properties#

bytes instance-attribute #

bytes: bytes

Encoded image bytes.

encoded_format instance-attribute #

encoded_format: str

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

format instance-attribute #

format: ImageFormatGroup | None

Raw image format group of the source frame.

height instance-attribute #

height: int

Pixel height of the frame.

lens_aperture class-attribute instance-attribute #

lens_aperture: Number | None = None

Lens aperture value for the frame.

sensor_exposure_time class-attribute instance-attribute #

sensor_exposure_time: int | None = None

Exposure time in nanoseconds.

sensor_sensitivity class-attribute instance-attribute #

sensor_sensitivity: Number | None = None

Sensor sensitivity (ISO).

width instance-attribute #

width: int

Pixel width of the frame.