Skip to content

Commit

Permalink
add vision service method description
Browse files Browse the repository at this point in the history
  • Loading branch information
skyleilani committed May 24, 2024
1 parent 049cb86 commit b238215
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/vision/vision.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,11 @@ type Service interface {

// GetObjectPointClouds returns a list of 3D point cloud objects and metadata from the latest 3D camera image using a specified segmenter.
GetObjectPointClouds(ctx context.Context, cameraName string, extra map[string]interface{}) ([]*viz.Object, error)
// properties

// GetProperties returns the supported properties of the service.
GetProperties(ctx context.Context, extra map[string]interface{}) (*Properties, error)

// CaptureAllFromCamera returns the captured images from the camera.
CaptureAllFromCamera(ctx context.Context,
cameraName string,
opts viscapture.CaptureOptions,
Expand Down

0 comments on commit b238215

Please sign in to comment.