Instruction manual

is stopped, or a time-out is reached. Therefore, this function can be used to determine the end of an
acquisition triggered with el_Acquire .
SEE ALSO: el_TestAcq
EXAMPLE:
// Acquire one frame/sequence
el_Acquire (BoardId, EL_SNAP);
// wait until frames are present in memory
if( el_WaitAcqEnd( BoardId ) == -1 ) {
if( el_GetErrorCode() == EL_E_ACQTIMEOUT ) {
MessageBox (NULL, "No video input.", "Error", MB_OK);
}
}
Chapter 5. Programmers
Reference
80