View Single Post
  #1   Spotlight this post!  
Unread 02-23-2016, 02:56 PM
njk345 njk345 is offline
Registered User
AKA: Nick
FRC #5806 (Basement Lions)
Team Role: Programmer
 
Join Date: Feb 2016
Rookie Year: 2014
Location: Bronx, NY
Posts: 3
njk345 is an unknown quantity at this point
Translating GRIP to NIVision

So I'm rather desperately trying to crank out some vision processing code in Java so that we can test it on the robot quickly before bag and tag tonight. Problem is, we had previously written all the vision code in GRIP before finding out (yesterday) that GRIP's incompatible with USB Cameras. So it seems the easiest thing to do at this point is to translate the code over into java using the built-in NIVision classes from WPILib, but I'm a bit confused as to how some of its methods, etc. work because of the lack of documentation out there.

I was wondering if anyone might be able to point me toward relevant classes from NIVision for each step in the processing we're attempting to do, given the picture of our old GRIP pipeline I attached. Thanks!
Reply With Quote