06-02-2006 11:00 AM
05-25-2007 06:42 AM
Hi all,
I'm just wondering if anyone has addressed this memory leak problem associated with the NI-Imaq drivers for USB cameras. For the application I'm using, I need to use a USB frame grabbing device to take multiple images and the program stalls after a half an hour or so. I have Imaq dispose which is running after every loop to supposedly ensure that the memory buffer is not being filled but i still have this problem,
thank you and best regards,
Simon
05-29-2007 02:08 PM
08-21-2007 05:25 PM
08-22-2007 08:24 AM
Hi,
I resolved the problem by using IMAQ USB Init only once on program startup.
I keep IMAQ session open all the time and do mutiple IMAQ USB Grab Acuire for mutiple product testing.
I pass IMAQ USB session variable from one VI to others.
I close IMAQ driver only when program quits.
Andrew
08-22-2007 11:56 AM