While configuring our team’s Raspberry Pi to do vision processing, I’ve been repeatedly given the following readout by the WPILib FRCVision console:
Waiting 5 seconds…
Setting up NetworkTables client for team 386
config error in ‘/boot/frc.json’: could not read camera name
Starting camera ‘USB Camera 0’ on /dev/video0
CS: USB Camera 0: Connecting to USB camera on /dev/video0
NT: ERROR: select() to 172.22.11.2 port 1735 error 101 - Network is unreachable (TCPConnector.cpp:173)
NT: ERROR: select() to 10.3.86.2 port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: ERROR: select() to roboRIO-386-FRC.local port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
CS: USB Camera 0: SetConfigJson: setting video mode to pixelFormat 1, width 100, height 100, fps 15
CS: USB Camera 0: Connecting to USB camera on /dev/video0
CS: USB Camera 0: set format 1 res 100x100
CS: USB Camera 0: set FPS to 15
CS: USB Camera 0: SetConfigJson: setting brightness to 50
CS: USB Camera 0: SetConfigJson: setting white balance to auto
CS: USB Camera 0: SetConfigJson: setting exposure to auto
CS: USB Camera 0: SetConfigJson: setting property ‘connect_verbose’ to 1
CS: USB Camera 0: SetConfigJson: setting property ‘contrast’ to 50
CS: USB Camera 0: SetConfigJson: setting property ‘saturation’ to 44
CS: USB Camera 0: SetConfigJson: setting property ‘hue’ to 50
CS: USB Camera 0: SetConfigJson: setting property ‘gamma’ to 100
CS: USB Camera 0: SetConfigJson: setting property ‘gain’ to 0
CS: USB Camera 0: SetConfigJson: setting property ‘power_line_frequency’ to 2
CS: USB Camera 0: SetConfigJson: setting property ‘sharpness’ to 0
CS: USB Camera 0: SetConfigJson: setting property ‘backlight_compensation’ to 1
CS: USB Camera 0: SetConfigJson: setting property ‘exposure_auto_priority’ to 1
NT: ERROR: select() to 10.3.86.2 port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: ERROR: select() to roboRIO-386-FRC.local port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: connect() to 172.22.11.2 port 1735 timed out
NT: ERROR: select() to 10.3.86.2 port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: ERROR: select() to roboRIO-386-FRC.local port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: connect() to 172.22.11.2 port 1735 timed out
NT: ERROR: could not resolve roboRIO-386-FRC.frc-field.local address (TCPConnector.cpp:99)
NT: ERROR: select() to 10.3.86.2 port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: ERROR: select() to roboRIO-386-FRC.local port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: connect() to 172.22.11.2 port 1735 timed out
NT: ERROR: select() to 10.3.86.2 port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: ERROR: select() to roboRIO-386-FRC.local port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: connect() to 172.22.11.2 port 1735 timed out
NT: ERROR: select() to 10.3.86.2 port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: ERROR: select() to roboRIO-386-FRC.local port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: connect() to 172.22.11.2 port 1735 timed out
NT: ERROR: select() to 10.3.86.2 port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: ERROR: select() to roboRIO-386-FRC.local port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: connect() to 172.22.11.2 port 1735 timed out
NT: ERROR: select() to 10.3.86.2 port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
NT: ERROR: could not resolve roboRIO-386-FRC.lan address (TCPConnector.cpp:99)
NT: ERROR: select() to roboRIO-386-FRC.local port 1735 error 111 - Connection refused (TCPConnector.cpp:173)
Any advice is much appreciated- everything seems to be configuring correctly at the beginning except the name (I don’t know how much of an impact this has, if any), and a connection can’t be established with the roboRIO.
Thank you in advance from 386!