We are using the FRC image for vision processing. Currently, we are set up to process our video feed and send values back to the roboRio through network tables, and use this values to align with targets. It has been working fine up until yesterday. The Pi itself is running the python script and processing the images. If I open the video streams directly from the website, I can see them. However, these values and streams do not show up in our network tables set up.
We have tried connecting to the Pi through Putty and pinging the roboRio directly, and that works just fine, so we have ruled out any communication issues. Also, when we start the python script in our Pi, we are sure that the Pi is starting up as a client for our team’s network. What can we possibly do now to further troubleshoot this?
Thanks in advance.