POSMicro B16 Manual de Instruções Página 90

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 109
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 89
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
Vista de página 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 108 109

Comentários a estes Manuais

Sem comentários