rjdmoore
rjdmoore
Hi Wenbin, the FicTrac software is actually already a library (fictrac_core). The FicTrac executable is just a lightweight wrapper for this library. You'll find the library at fictrac\lib\Release\fictrac_core.lib if you...
Will just add that Trackball.cpp/.h contains the implementation/interface for the fictrac_core library. Which functionalities would you want to have access to from Labview? Currently, there is really only one function...
Ok, currently there is no way to receive the output data each frame via the api - but it won't be hard for me to add a function that you...