LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Are Imaq C Vision Functions reentrant?

Hi all,
I have to build a multi-camera parallel acquisition and analysis software so multiple threads are required. I decided to write a C dll containing vision code with imaq functions (I don't want to use activeX because marshalling slowes a lot the execution -see here for more information-), and I call this dll's functions from VB. In VB I create various threads from wich I call vision code in dll. My C code in dll is reentrant, but are C Imaq functions safe thread and reentrant  ?
Thanks for you care!


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

HI,

Here is a document that discusses multi-threading in IMAQ:

http://digital.ni.com/public.nsf/websearch/07550C5783B42B16862567DF0076EBF3

You can find also some other post on this kind of issue like:

http://forums.ni.com/ni/board/message?board.id=200&thread.id=15132&view=by_date_ascending&page=1

I hope this document could help you:

Clara

0 Kudos
Message 2 of 2
(2,978 Views)