Hi,
Whenever I try to initialize the camera using:
AxisCamera &axisCam = AxisCamera::GetInstance();
The robot starts to lag (The watchdog dies even with a 500ms timeout), and worst of all, the robot STILL does not send video to the dashboard
Yes we have the latest dashboard, crossover cable, camera set up properly. Any suggestions?
). The problem seems to be WPILib’s internal handling of errors and their lack of a limiter on number of errors per second. It looks like the I/O gets overwhelmed and code slows down