Skip to content

Commit 889c73e

Browse files
authored
[docs] Add a warning about streams on different ports (#1810)
1 parent 8fe53f3 commit 889c73e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/docs/quick-start/networking.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ The address in the code above (`photonvision.local`) is the hostname of the copr
9191
## Camera Stream Ports
9292

9393
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.
94+
95+
:::{warning}
96+
If your camera stream isn't sent to the same port as it's originally found on, its stream will not be visible in the UI.
97+
:::

0 commit comments

Comments
 (0)