Skip to content

Commit

Permalink
Simple proof reading (PhotonVision#1591)
Browse files Browse the repository at this point in the history
Just correcting some keystroke errors.

---------

Co-authored-by: Craig Schardt <[email protected]>
  • Loading branch information
Dualfuel671 and crschardt authored Nov 18, 2024
1 parent 5762167 commit 417e1a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/docs/quick-start/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ The address in the code above (`photonvision.local`) is the hostname of the copr

## Camera Stream Ports

The camera streams start at they begin at 1181 with two ports for each camera (ex. 1181 and 1182 for camera one, 1183 and 1184 for camera two, etc.). The easiest way to identify the port of the camera that you want is by double clicking on the stream, which opens it in a separate page. The port will be listed below the stream.
The camera streams start at 1181 with two ports for each camera (ex. 1181 and 1182 for camera one, 1183 and 1184 for camera two, etc.). The easiest way to identify the port of the camera that you want is by double clicking on the stream, which opens it in a separate page. The port will be listed below the stream.
6 changes: 3 additions & 3 deletions docs/source/docs/quick-start/quick-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In order for photonvision to connect to the roborio it needs to know your team n

### Camera Nickname

You **must** nickname your cameras in photonvision to ensure that every camera has a unique name. This is how we will identify cameras in robot code. The camera can be nickname using the edit button next to the camera name in the upper right of the Dashboard tab.
You **must** nickname your cameras in PhotonVision to ensure that every camera has a unique name. This is how you will identify cameras in robot code. The camera can be nicknamed using the edit button next to the camera name in the upper right of the Dashboard tab.

```{image} images/editCameraName.png
:align: center
Expand Down Expand Up @@ -38,7 +38,7 @@ When detecting AprilTags, it's important to minimize 'motion blur' as much as po
- Fixes
- Lower your exposure as low as possible. Using gain and brightness to account for lack of brightness.
- Other Options:
- Don't use/rely vision measurements while moving.
- Don't use/rely on vision measurements while moving.

```{image} images/motionblur.png
:align: center
Expand All @@ -51,7 +51,7 @@ When using an Orange Pi 5 with an OV9782 teams will usually change the following
- Resolution:
- Resolutions higher than 640x640 may not result in any higher detection accuracy and may lower {ref}`performance<docs/objectDetection/about-object-detection:Letterboxing>`.
- Confidence:
- 0.75 - 0.95 Lower values are fpr detecting warn game pieces or less ideal game pieces. Higher for less warn, more ideal game pieces.
- 0.75 - 0.95 Lower values are for detecting worn game pieces or less ideal game pieces. Higher for less worn, more ideal game pieces.
- White Balance Temperature:
- Adjust this to achieve better color accuracy. This may be needed to increase confidence.
- Set arducam specific camera type selector to OV9782

0 comments on commit 417e1a6

Please sign in to comment.