LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

control GIGE camera with labwindows

I need to control a camera with labwindows. the camera is imaging source(DMK 23GP031).but i don't know how can i do for it.i also can not find this device in NI-Max. who can help me? thaks a lot.

0 Kudos
Message 1 of 3
(2,530 Views)

Hi,

The following link provides samples for different programming languages. (https://www.theimagingsource.com/products/industrial-cameras/gige-monochrome/dmk23gp031/)

For CVI, use IC Imaging Control C Library. It contains: documentation, sample code, headers, libraries and DLLs.

  • Add “tisgrabber.lib” library to your CVI project and include “tisgrabber.h” into your code.
  • Init the library at beginning of your application calling “IC_InitLibrary”
  • Call the desired function for your operations
  • Copy DLLs near your application otherwise it will not start

Hope this was helpful.

0 Kudos
Message 2 of 3
(2,488 Views)

Hi narina45.

Thanks very much for you reply.

I have tried following your replay but not succeed. there always have an error when i call “IC_InitLibrary”. i have called the camera's supplier. he toled me there have intergrated the camera's driver in CVI. i do not need to call any dll of camera.

0 Kudos
Message 3 of 3
(2,440 Views)