From fd35ace519a9554676e61e28c27fe983465a4c7d Mon Sep 17 00:00:00 2001
From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Date: Mon, 18 Nov 2024 14:11:57 +0100
Subject: [PATCH 1/3] Update vision.go

---
 services/vision/vision.go | 1 +
 1 file changed, 1 insertion(+)

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,

From c0ea041d6f9af79e1c49616a74a3ee51bb813afc Mon Sep 17 00:00:00 2001
From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Date: Fri, 21 Mar 2025 11:23:46 +0100
Subject: [PATCH 2/3] Update services/vision/vision.go

---
 services/vision/vision.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

From 25e1902993b4361034cf9d83cf3cfb26b951fb56 Mon Sep 17 00:00:00 2001
From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Date: Fri, 21 Mar 2025 11:23:59 +0100
Subject: [PATCH 3/3] Update services/vision/vision.go

---
 services/vision/vision.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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