View Single Post
  #2   Spotlight this post!  
Unread 19-01-2010, 18:20
TheDominis TheDominis is offline
Registered User
FRC #2152
Team Role: Programmer
 
Join Date: Jan 2009
Rookie Year: 2009
Location: Port Orange, Florida
Posts: 88
TheDominis has a spectacular aura aboutTheDominis has a spectacular aura about
Re: [Help Needed] Camera to Dashboard

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.
Reply With Quote