LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interface Coding using SDK

I am using a video capture software. To automate it, I have a SDK from the specfic frame grabber hardware.

Can someone guide me to interace Labview and the hardware using its SDK.

SDK file formats:

.cpp, .h, .sln, .vcxproj

Need guidance regarding coding these file formats and coding guideines.

0 Kudos
Message 1 of 3
(1,062 Views)

Well cpp means C++ source code files. sln is the solution project file for a Visual Studio project. It means to understand how to program C(++), how to use those functions in those source files and the headers properly and then decide where you draw the line to call those SDK files through the LabVIEW Call Library Nodes, most likely using some of those C++ files to compile your own DLL that you can interface to from LabVIEW with the Call Library Node. If that still sounds like Chinese to you, you will first need to learn about C(++) programming. That's what this SDK is about and there is no shortcut in using this SDK in LabVIEW aside from paying someone in the know, to do this work for you.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 3
(1,036 Views)

Hi,

Thanks for the reply will surely try and get back to you.

0 Kudos
Message 3 of 3
(984 Views)