menu
magiclane_maps_flutter
core.dart
GemCameraPlayerController
camera property
camera
dark_mode
light_mode
camera
property
Camera
?
get
camera
The latest camera frame data received from the data source.
Returns
The
Camera
frame with RGBA8888 pixel data, or null if no frame received yet
Implementation
Camera? get camera => value.camera;
magiclane_maps_flutter
core
GemCameraPlayerController
camera property
GemCameraPlayerController class