diff --git a/services/vision/vision.go b/services/vision/vision.go index e763c31db23..6e5165b6f95 100644 --- a/services/vision/vision.go +++ b/services/vision/vision.go @@ -149,6 +149,7 @@ func init() { // // CaptureAllFromCamera example: // +// // import ( "go.viam.com/rdk/vision/viscapture" ) // // The data to capture and return from the camera // captOpts := viscapture.CaptureOptions{ // ReturnImage: true,