AxisCamera not sending images

what the heck the camera will not send images

is this a problem with the code given to us cause there is many people with this problem and you dont have to do much with the camera to get it to work and i dont think i have anything wrong

ARRG!

code =

AxisCamera &camera;

MyRobot::MyRobot:
camera(AxisCamera::GetInstance())
{
// write camera stuff here
}

While a lot of people have this problem, it usually turns out to be a configuration issue. If it was a problem with the WPILib source, it woldn’t work for anybody.

The first thing I’d do is make sure all my equipment is configured properly. Make sure the camera is set up properly to the correct IP (an incorrect one will not let you receive images from the camera). Also make sure the dashboard softare laptop is configured to the correct IP as well.

the problem I had was that I was using a ethernet cable. Make sure you’re using a crossover cable, they are different cables -.-