I have a C# code which I have compiled as a DLL class. It basically employs a Kinect camera to track an object and then spills distance of the camera from the object to a console window.
How do I retrieve the distance (given in the console window when I run the C# executable file) by calling the .NET assembly in labview.
Thank you!