We’re using photon vision with orange pi 5 on our robot, and we’re getting the error “PhotonVision coprocessor at path/photonvision/protonvision not found on NetworkTables. Double check that your camera names match!” The camera name in our code is ‘photonvision’. What should we check in our code and the orange pi configuration to fix this problem? Here’s a link to our repository: GitHub - hannahL2323/Swerve2024
Can u connect to the photon vision GUI via the web browser? If so what name did u set in settings? That is the name for the code. Also I recommend static IPs to make easier access to the web GUI if there’s a network tables issue.
ensure that you configured photonvision via the web gui according to the documentation. you need to give it at least your team number so it can connect to networktables.
the camera name is something that is also defined in the web gui, not just in the code. this is what the error message is suggesting by “camera names match!”
in addition, is your orangepi 5 connected to a network switch or to the second radio port? if its the second port, that could be something hampering your connection.
This is probably related to Phonotvision configuration on the OrangePi. Make sure your team number is set there, and that it actually comes up and allows you to use the config interface.