|
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
}
|