File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ frame = robot.camera.capture()
87
87
markers = robot.camera.see(frame = frame)
88
88
89
89
# Save the frame with marker annotation
90
- robot.camera.save(robot.usbkey / " photo.jpg " , frame = frame)
90
+ robot.camera.save(robot.usbkey / " photo.png " , frame = frame)
91
91
92
92
# Do some other vision algorithm with the OpenCV frame here
93
93
~~~~~
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ for marker in markers:
37
37
| horizontal_angle| vertical_angle||
38
38
| -----| -----| ---|
39
39
| 0 | 0 | ![ Position centre] ({{ site.baseurl }}/images/content/vision/position/pos_centre.png "Position centre")|
40
- | 0 | 0.12 | ![ Position up] ({{ site.baseurl }}/images/content/vision/position/pos_up.png "Position up")|
41
- | 0.12 | 0 | ![ Position right] ({{ site.baseurl }}/images/content/vision/position/pos_right.png "Position right")|
42
- | 0 | -0.12 | ![ Position down] ({{ site.baseurl }}/images/content/vision/position/pos_down.png "Position down")|
43
- | -0.12 | 0 | ![ Position left] ({{ site.baseurl }}/images/content/vision/position/pos_left.png "Position left")|
40
+ | 0 | 0.2 | ![ Position up] ({{ site.baseurl }}/images/content/vision/position/pos_up.png "Position up")|
41
+ | 0.2 | 0 | ![ Position right] ({{ site.baseurl }}/images/content/vision/position/pos_right.png "Position right")|
42
+ | 0 | -0.2 | ![ Position down] ({{ site.baseurl }}/images/content/vision/position/pos_down.png "Position down")|
43
+ | -0.2 | 0 | ![ Position left] ({{ site.baseurl }}/images/content/vision/position/pos_left.png "Position left")|
You can’t perform that action at this time.
0 commit comments