From 889c73ec918d50f87e407586050a9a0e45846ac6 Mon Sep 17 00:00:00 2001 From: Jade Date: Thu, 13 Mar 2025 07:24:31 +0800 Subject: [PATCH] [docs] Add a warning about streams on different ports (#1810) --- docs/source/docs/quick-start/networking.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/docs/quick-start/networking.md b/docs/source/docs/quick-start/networking.md index 12a189976..59a61ea18 100644 --- a/docs/source/docs/quick-start/networking.md +++ b/docs/source/docs/quick-start/networking.md @@ -91,3 +91,7 @@ The address in the code above (`photonvision.local`) is the hostname of the copr ## Camera Stream Ports 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. + +:::{warning} +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. +:::