Get the geometries of the component in their current configuration
Return a frame from a camera.
OptionalfilterSourceNames: string[]A list of source names to filter the images by. If empty or undefined, all images will be returned.
Optionalextra: StructExtra parameters to pass to the camera.
Return a point cloud from a camera.
const camera = new VIAM.CameraClient(machine, 'my_camera');
const pointCloud = await camera.getPointCloud();
For more information, see Camera API.
Return the camera properties.
const camera = new VIAM.CameraClient(machine, 'my_camera');
const properties = await camera.getProperties();
For more information, see Camera API.
ReadonlynameThe name of the resource.
Represents any physical hardware that can capture frames.