streamCallback property
An optional callback to enable streaming.
If set, then each image captured by the camera will be passed to this callback.
Implementation
final Function(CameraImageData image)? streamCallback;
An optional callback to enable streaming.
If set, then each image captured by the camera will be passed to this callback.
final Function(CameraImageData image)? streamCallback;