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