Skip to content

Commit

Permalink
Add images to setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn authored Nov 11, 2023
1 parent 7482a5d commit 29141cd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ To upload the code to the development board:
1. Finally, you'll also need a ChArUco board for camera calibration, which you can print using the pattern from [markers/](./markers/). You can either attach this to a flat board, or leave it on your desk.


[TODO: Wiring diagram]
Wiring diagram:

[TODO: Marker diagram]
<img src="https://github.com/Jcparkyn/dpoint/assets/51850908/f026f9f5-f5c4-458f-8883-b0071133f5e3" width="400px" />

Marker placement:

<img src="https://github.com/Jcparkyn/dpoint/assets/51850908/ae7184bb-005e-4dba-aeb7-f23acaa67785" width="400px" />

## Software setup

Expand Down Expand Up @@ -94,4 +98,4 @@ To calibrate your camera:
2. Put the images into `calibration_pics/f30/`.
3. Run `calibrate_camera.py`.

This calibrates the camera intrinsic parameters, but not the camera position or rotation. These are calibrated at run-time.
This calibrates the camera intrinsic parameters, but not the camera position or rotation. These are calibrated at run-time.

0 comments on commit 29141cd

Please sign in to comment.