Skip to content

Commit

Permalink
Use the camera sections that currently exist
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 24, 2024
1 parent bcba4da commit 52f8ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/using_the_simulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The camera overlay shows the images from the robot's camera.
This only updates when `robot.camera.see()` is called in your code.

This image is the raw image that the robot sees, and is not processed in any way.
To see the processed image, look at the [saving images]({{ site.baseurl }}/programming/vision/#saving-camera-output) section of the camera interface to see how to save annotated images.
To see the processed image, look at saving images in the [camera interface]({{ site.baseurl }}/programming/vision/#camera) to see how to save annotated images.

If the camera overlay is closed and you want to get it back, you can use the [Reopening the Camera Overlay](#reopening-the-camera-overlay) instructions.

Expand Down

0 comments on commit 52f8ba9

Please sign in to comment.