CameraImage#
Inherits: Event['Camera']
Image data produced by the camera stream.
Properties
-
bytes(bytes) –Encoded image bytes.
-
encoded_format(str) –Encoding used for the output bytes (e.g., jpeg).
-
format(ImageFormatGroup | None) –Raw image format group of the source frame.
-
height(int) –Pixel height of the frame.
-
lens_aperture(Number | None) –Lens aperture value for the frame.
-
sensor_exposure_time(int | None) –Exposure time in nanoseconds.
-
sensor_sensitivity(Number | None) –Sensor sensitivity (ISO).
-
width(int) –Pixel width of the frame.
Properties#
encoded_format
instance-attribute
#
encoded_format: str
Encoding used for the output bytes (e.g., jpeg).
format
instance-attribute
#
Raw image format group of the source 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.