Installed the update, but now we aren't getting a dashboard feed. Everything else on the robot is working, so it's not crashing the system. It's just as if the camera code wasn't there at all.
Right now I have something like:
Code:
AxisCamera &camera = AxisCamera::GetInstance();
camera.WriteResolution(AxisCamera::k320x240);
camera.WriteBrightness(0);
in the robot constructor. That should be enough, right?
Workbench is v4.3, cRIO image is v20, camera is connected to ethernet port 2 and lights up green.