Ok, I know this is like my 30th post about the axis camera but now it's much different, I added the camera to the code it built perfectly and was downloaded to the robot no problems so after I re-boot the robot after loading the code, I got a live feed from the camera for approximately 10 seconds then the ds loot connection to the robot and an exception error pops up in windriver on a separate computer that i use to program the robot, and it asked me if I want to attach the debugger. I really do not know how to fix this error and all the hardware's and software's are up to date, can someone help me please?
here's the code:
Code:
HSLImage image; //Creates an image
AxisCamera &camera = AxisCamera::GetInstance();
camera.WriteResolution(AxisCamera::kResolution_640x480);
camera.WriteCompression(20);
camera.WriteBrightness(0);
I am wondering, could lack of Hard Drive memory on the driver station be the problem?