View Single Post
  #1   Spotlight this post!  
Unread 11-10-2011, 20:57
krudeboy51's Avatar
krudeboy51 krudeboy51 is offline
Only Programmer
AKA: kory
FRC #0369 (369)
Team Role: Programmer
 
Join Date: Mar 2010
Rookie Year: 2010
Location: brooklyn
Posts: 151
krudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of light
Send a message via AIM to krudeboy51
Camera live feed problems

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?

Last edited by krudeboy51 : 11-10-2011 at 21:00.
Reply With Quote