A gRPC-web client for a Vision service.
Readonly
The name of the resource.
Get a list of component configs of all discovered components.
Send/Receive arbitrary commands to the resource.
The command to execute.
import { Struct } from '@viamrobotics/sdk';const result = await resource.doCommand( Struct.fromJson({ myCommand: { key: 'value' }, })); Copy
import { Struct } from '@viamrobotics/sdk';const result = await resource.doCommand( Struct.fromJson({ myCommand: { key: 'value' }, }));
A gRPC-web client for a Vision service.