-
Notifications
You must be signed in to change notification settings - Fork 0
CameraNetworkTables
David Muchow edited this page Nov 7, 2022
·
3 revisions
CameraNetworkTables are our communicator between roboRIO, laptop and the Jetson-attached camera. The Jetson is, for the CameraNetworkTable's intents, an image processing system. It is integrated onto the robot. CameraNetworkTables allow us to be able to find, declare and control IP Cameras connected to the Jetson via networktable. There are a few settings you are able to change with CameraNetworkTables.
Here's an example of a Shuffleboard layout containing some sliders, viewable settings and some request buttons.

These values are then all ported over to the NetworkTables section for a specific camera, shown here.

These values are read by the Jetson, ported over to the camera as instructions, and then we receive them in the Jetson subfolder.
- [Wiring Principles]
- [FRC Control Systems]
- [Types of Sensors]