start method
Begins producing tracking events, opening the camera in the process (see cameraController).
Implementation
@override
Future<void> start({
required CameraLens lens,
required PerformanceMode performanceMode,
}) async {
started = true;
lastLens = lens;
lastPerformanceMode = performanceMode;
}