Skip to content

Commit 65c73a0

Browse files
committed
Remove obsolete version info box
All current versions of the robot API now have this feature. Fixes #367
1 parent 970c1fa commit 65c73a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

programming/sr/vision/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ marker_ids = R.camera.save(R.usbkey / "initial-view.png")
7474
capture
7575
: Take a photo through the webcam, and return the image data as an OpenCV array.
7676

77-
<div class="info">
78-
This feature is only available on version 2022.1.0 or later of the kit.
79-
</div>
80-
8177
~~~~~ python
8278
import cv2
8379
from sr.robot3 import *

0 commit comments

Comments
 (0)