View Single Post
  #3   Spotlight this post!  
Unread 10-02-2012, 19:18
malachias malachias is offline
Registered User
FRC #1311
 
Join Date: Jan 2012
Location: Kell High School, Marietta, GA
Posts: 9
malachias is on a distinguished road
Re: No Image Available Exception

Here is a simple example of the code i am using. It can't get much simpler

AxisCamera c = AxisCamera.getInstance();

// this works -- checked camera settings via web browser
c.writeBrightness(75);

try {
ColorImage ci = c.getImage();
} catch (AxisCameraException ex) {
// always generates exception
}
Reply With Quote