Quote:
Originally Posted by s133p
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:
As far as I can tell, that means I am done here. Unless anyone has any other ideas or hardware change recommendations.
-Luke
|
That seems like it would indicate a problem instantiating an AxisCamera object....as to how to fix it, unfortunately no idea until I can get into a lab and play around a bit.