As per the documentation on page 53 of the WPI library documentation (
http://first.wpi.edu/Images/CMS/Firs...ers_Guide.pdf).
Code:
// java naming conventions instead of C++
AxisCamera& camera = AxisCamera::getInstance();
camera.writeResolution(k160x120);
camera.writeBrightness(0);
That's the code I use to get images from the camera. Make sure the green button below the video box is illuminated.