Camera class abstract Sensor Data Source

Camera frame sensor data.

Provides camera frame data, including configuration metadata and raw/processed image buffers. Typically used for computer vision or video recording features.

Also see:

Inheritance

Constructors

Camera()

Properties

acquisitionTime DateTime
The time when this sensor data was acquired.
no setterinherited
cameraConfiguration CameraConfiguration
The camera configuration for this frame.
no setter
hashCode int
The hash code for this object.
no setterinherited
rawCameraBuffer Uint8List?
The raw camera buffer in YUV420 NV12 format.
no setter
rgba8888 Uint8List?
The processed RGBA8888 image data, ready for direct use.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DataType
The type of this sensor data.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited