View Single Post
  #7   Spotlight this post!  
Unread 10-01-2016, 19:44
cay cay is offline
Registered User
no team
 
Join Date: Jan 2016
Location: USA
Posts: 7
cay is an unknown quantity at this point
Re: How hard is it to do the vision process?

Quote:
Originally Posted by Greg McKaskle View Post
As mentioned, the default LV code has a camera server for USB. This isn't needed for the Axis, so both of those will work for dashboard display and/or dashboard processing. Robot code contains a camera acquisition loop that is disabled until you turn on a global and add the processing.

The Getting Started window of LabVIEW has a tab on the left for Tutorials. One of them, eight or nine, is about vision and ways to integrate it into either the robot loop or into the dashboard.

There are other good ways to do the processing, but this should get you pretty far down the path. Ask questions in this thread if you have issues.
Greg McKaskle
Thank you! But I think our team is using Java instead of LabVIEW, so is there a way to learn how to do the vision process for Java?