start abstract method

Future<void> start()

Begins the flow of data between the inputs and outputs connected to the camera instance.

This will start updating the texture with id: previewTextureId.

Implementation

Future<void> start();