ReadonlynameThe name of the resource.
Return a frame from a camera.
A list of source names to filter the images by. If empty or undefined, all images will be returned.
Extra 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.
A gRPC-web client for the Camera component.