SDK of PICASSO framegrabber includes DLLs for DELPHI and VC++. I would like to know if I can import these DLLs to develop software with LabView. Thank you !
Yes, you can do it using the Advanced->call library function in the function palette. But you need to be aware that LabVIEW does not support all types of data in C/C++, so you may need to write a wrapper DLL to make the parameters compatible with LabVIEW.