Skip to content

Commit 2a19fcb

Browse files
authored
Document Cameraserver web page (#1721)
Fixes #318
1 parent 080a4b9 commit 2a19fcb

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
CameraServer Web Interface
2+
==========================
3+
4+
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`.
5+
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``.
7+
8+
Camera Settings
9+
---------------
10+
11+
.. image:: images/cameraserver-webserver/cameraserver-webserver-settings.png
12+
:alt: CameraServer webpage showing camera image and settings sliders.
13+
14+
The web server will show a live camera image and has sliders to adjust various camera settings, such as brightness, contrast, sharpness and many other options. You can adjust the values and see the results live, and then use the ``VideoCamera`` class to set those in your robot code.
15+
16+
Camera Video Modes
17+
------------------
18+
19+
.. image:: images/cameraserver-webserver/cameraserver-webserver-video-modes.png
20+
:alt: CameraServer webpage showing camera video modes
21+
22+
One useful feature is the list of supported video modes at the bottom of the web page. This shows all the supported modes that the camera supports to enable you to choose the one that is the best combination of resolution and frame rate for your requirements.
91.2 KB
Loading
Loading

source/docs/software/vision-processing/roborio/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Vision on the RoboRIO
66

77
using-the-cameraserver-on-the-roborio
88
using-multiple-cameras
9+
cameraserver-webserver

0 commit comments

Comments
 (0)