open method
Opens device and starts the preview at the first size in preferred
the camera supports (see selectPreviewSize).
Implementation
@override
Future<UvcCameraSession> open(DeviceHandle device, List<UvcSize> preferred) =>
throw Unsupported(_message, device: device);