streamCallback property

(void Function(CameraImageData image)?) streamCallback
final

An optional callback to enable streaming.

If set, then each image captured by the camera will be passed to this callback.

Implementation

final void Function(CameraImageData image)? streamCallback;