View Single Post
  #12   Spotlight this post!  
Unread 19-02-2010, 09:24
arthurlockman's Avatar
arthurlockman arthurlockman is offline
Team Captain
FRC #0172 (Northern Force)
Team Role: Mentor
 
Join Date: Feb 2010
Rookie Year: 2009
Location: Gorham, ME
Posts: 29
arthurlockman is an unknown quantity at this point
Send a message via AIM to arthurlockman
Re: Programming the Camera

If you're programming on Java with the camera, there may not be examples in the documentation. At least in the version of the programming documentation that we have, there are no vision examples for Java in the docs. There may be an update, but our team does not have it. This forced us to switch to C++ from Java, which is a whole problem of its own. I imagine that the examples from C++ could be easily turned into Java, so you might want to give that a try. I haven't tried it myself, so I can't say whether it is easy or not.