You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/sr/vision/index.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,14 @@ frame = R.camera.capture()
85
85
flipped = cv2.flip(frame, 0)
86
86
~~~~~
87
87
88
+
You can also use a frame with other vision commands to avoid recapturing. This may be useful if you wish to use both your own vision algorithms and our vision on the same frames.
0 commit comments