06-14-2010 10:57 AM
Dear all,
Unforunately NI IMAQ image acquisition cannot be stopped before the timeout set in MAX.
I use MS VS 2008 C# with MeasurementStudioVS2008 (version : 8.7.35.131) with NI1427 grabber card.
ImaqSession.Acquisition.Abort() does not work as it said in documentation: "Stops an acquisition immediately."
I use external trigger in my application.
Any help would be cool,
Laszlo
06-15-2010 05:24 AM
06-15-2010 06:11 AM
Thanks for your reply !
If I close my application it happenes the same : the process is visible in the Windows Task manager / processes until timeout elapses.
So Windows tries to close all of the threads of my prog including image acq. thread but it fails because of that timeout.