We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8f759 commit bac4f7cCopy full SHA for bac4f7c
programming/vision/index.md
@@ -69,7 +69,7 @@ frame = robot.camera.capture()
69
70
### Frame argument
71
72
-The slowest part of vision is capturing the image.
+The slowest part of marker detection is capturing the image.
73
You can use the output of the `capture` method with the other vision commands to avoid recapturing.
74
This may be useful if you wish to use both your own vision algorithms and our marker detection on the same frames.
75
0 commit comments