View Single Post
  #12   Spotlight this post!  
Unread 11-01-2010, 17:38
s133p s133p is offline
Registered User
FRC #0675
 
Join Date: Jan 2010
Location: Sebastopol
Posts: 12
s133p is an unknown quantity at this point
Re: 2010 Camera and vision problems.

After testing the recommended code, I still have some problems.

Code:
AxisCamera &camera = AxisCamera::getInstance();
camera.writeResolution(k320x240);
camera.writeBrightness(0);
I am using that with print statements between every line. The one before the first line makes it to the terminal, but after that there is nothing. Then after a while some cryptic errors pop up.

The one that leads me to believe this is a hardware problem of some sort is:
Quote:
connect: S_errno_ETIMEOUT
As far as I can tell, that means I am done here. Unless anyone has any other ideas or hardware change recommendations.

-Luke