Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Immediate image acquisition stopping

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

 

0 Kudos
Message 1 of 3
(3,139 Views)
Why you can close the session with a loop end button also right? You can also pass on the required session end from one different thread
0 Kudos
Message 2 of 3
(3,121 Views)

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.

 

 

0 Kudos
Message 3 of 3
(3,116 Views)