start abstract method

Future<void> start()

Start the flow of data from device to outputs.

Note: For some platform, this won't run if at least a PreviewOutput was not added to outputs. Specifically, Android.

Implementation

Future<void> start();