image abstract method
Get the next image from the camera.
var nextImage = await myCamera.image();
For more information, see Camera component.
Implementation
Future<ViamImage> image({MimeType? mimeType, Map<String, dynamic>? extra});
Get the next image from the camera.
var nextImage = await myCamera.image();
For more information, see Camera component.
Future<ViamImage> image({MimeType? mimeType, Map<String, dynamic>? extra});