frameStream property
Stream of raw camera frames for custom image processing pipelines. Only active for sessions where enableFrameProcessing was called with 1.
Implementation
@NitroStream(backpressure: Backpressure.dropLatest)
Stream<CameraFrame> get frameStream;