Skip to content

Commit a3ac9f1

Browse files
authored
Fix note syntax (#1757)
1 parent 94bc6de commit a3ac9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/vision-processing/roborio/cameraserver-webserver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CameraServer Web Interface
33

44
When CameraServer opens a camera, it creates a webpage that you can use to view the camera stream and view the effects of various camera settings. To connect to the web interface, use a web browser to navigate to ``http://roboRIO-TEAM-frc.local:1181``. There is no additional code needed other then :ref:`docs/software/vision-processing/roborio/using-the-cameraserver-on-the-roborio:Simple CameraServer Program`.
55

6-
::note.. The port ``1181`` is used for the first camera. The port increments for additional camera, so if you have two cameras, the replace ``1181`` above with ``1182``.
6+
.. note:: The port ``1181`` is used for the first camera. The port increments for additional camera, so if you have two cameras, the replace ``1181`` above with ``1182``.
77

88
Camera Settings
99
---------------

0 commit comments

Comments
 (0)