Log in

View Full Version : LabView - GRIP Computer Vision


KerryG
10-01-2016, 12:23
Is it possible to run GRIP code on a roboRIO so that the output becomes a subsystem of a LabView process?

ThomasClark
12-01-2016, 22:00
Based on this post (http://www.chiefdelphi.com/forums/showthread.php?p=1521583#post1521583) it seems like there's an exec function in LabView, so you should be able to adapt this C++ example (https://github.com/WPIRoboticsProjects/GRIP/wiki/Tutorial:-Run-GRIP-from-a-CPP-or-Java-FRC-program#c).

If it works (or doesn't work) make sure to let us know.