camera property

Camera? camera
final

The latest camera frame data received from the data source.

Contains the current frame's RGBA8888 pixel data, camera configuration, and acquisition timestamp. Returns null if no frame has been received yet.

Implementation

final Camera? camera;