Hi, I have a camera monitoring program based on VC++ with which frames are analyzed and data is obtained
every ~1-30 ms depending on the frame rate. I would need to get this data (a float value) and use it in a Labview
control program. But this should be done rather simultaneously or synchronized with the camera application.
Has anybody tried something like this? Is this possible??
I know that i could possible use the IMAQ toolbox, but as i don´t have it, i wonder if there is any other means
of doing this by use of external DLL , CIN´s or whatever...
Thanks in advance..