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