Class CameraRPCClient
java.lang.Object
com.viam.sdk.core.resource.Resource
com.viam.sdk.core.component.Component
com.viam.sdk.core.component.camera.Camera
com.viam.sdk.core.component.camera.CameraRPCClient
gRPC Client for a Camera component
-
Nested Class Summary
Nested classes/interfaces inherited from class com.viam.sdk.core.resource.Resource
Resource.Reconfigurable, Resource.Stoppable -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.StructSend/Receive arbitrary commands to the ResourcegetGeometries(Optional<com.google.protobuf.Struct> extra) Get all geometries associated with the Component, in their current configuration, in the frame of the Component.getImage(Camera.Format format, Optional<com.google.protobuf.Struct> extra) Methods inherited from class com.viam.sdk.core.resource.Resource
close, createStatus, getName, getSubtype, named
-
Constructor Details
-
CameraRPCClient
-
-
Method Details
-
doCommand
Description copied from class:ResourceSend/Receive arbitrary commands to the Resource -
getGeometries
Description copied from class:ComponentGet all geometries associated with the Component, in their current configuration, in the frame of the Component.- Overrides:
getGeometriesin classComponent- Returns:
- the geometries associated with the Component
-
getImage
-
getImages
-