Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob1in committed May 9, 2024
1 parent cde322e commit e3bf185
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto/viam/service/vision/v1/vision.proto
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,13 @@ message CaptureAllFromCameraRequest {
string name = 1;
// name of camera source to use as input
string camera_name = 2;
// flags to enable for the response
// whether or not including the image in the response
bool return_image = 3;
// whether or not including classifications in the response
bool return_classifications = 4;
// whether or not including detections in the response
bool return_detections = 5;
// whether or not including pcd in the response
bool return_object_point_clouds = 6;

google.protobuf.Struct extra = 99;
Expand Down

0 comments on commit e3bf185

Please sign in to comment.