I am trying to upload a configuration file for our vision camera to our coprocessor to get accurate 3D distance with AprilTags (currently have about 10% error). I have tried to do this through the Photonvision dashboard on my computer (connected to the robot radio with the coprocessor on). This is what it should look like (recreation with localhost simulation):
We are using an Orange Pi 5 with an Arducam USB OV9281. I have tried rebooting the coprocessor and the radio, and reflashing the Orange Pi with the most recent PhotonVision image (2024.2.4) and updated our codebase to reflect that. Still, nothing works. We also have no apparent errors in the log viewer on the dashboard. Has anyone else experienced this and/or resolved this?
Yeah, I tried that, but the option disappears as soon as we connect to the coprocessor, even when reloading and loading a completely new dashboard tab. Are you using an ethernet switch on your bot? We haven’t been using one (though we are adding one today), and I wondered if that is the issue.
Update - somehow it works now after switching from our code test bot to our competition bot. I guess its something with the RoboRIO, radio, or a different component, but the file is on there now at least.
If you look at your browser console, do you see something like this? If yes, probably a bug when you tried importing from calibdb. Try not using calibdb, or waiting until this pr is merged?