11-01-2012 06:10 AM
Hi,
I am using Point Cloud Library(PCL)(Coded in C++ Visual Studio 2010) to get data from kinect and process it.Now,I am using Labview for the main program.So is there any way of using the PCL code in Labview.Will a DLL do it.
Thanks,
Harsha
11-13-2012 12:07 PM
Hey Harsha,
If you have a DLL for your PCL code you can bring its funtions into LabVIEW using a Call Library Function Node. Check out these directions for using the Call Library Function Node.
Tutorial: Configuring the Call Library Function Node to call a Simple DLL
05-23-2013 09:48 AM
Hello, I have a project like yours and I'm having the same problem: use the PCL with LabVIEW. You could generate the dll? If yes, is it available to me?
Thank you!