Skip to content

CameraNetworkTables

David Muchow edited this page Nov 7, 2022 · 3 revisions

CameraNetworkTables

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.


Example

Here's an example of a Shuffleboard layout containing some sliders, viewable settings and some request buttons.

image

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

image

These values are read by the Jetson, ported over to the camera as instructions, and then we receive them in the Jetson subfolder.

Table of Contents

Programming

Programming Advanced

Electronics

  • [Wiring Principles]
  • [FRC Control Systems]
  • [Types of Sensors]

Clone this wiki locally