MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guia do Utilizador Página 515

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 514
Logging
18-25
Logging
Indicate whether object is currently logging data
Description
The Logging property indicates whether the video input object is currently logging data.
When a trigger occurs, the object sets the Logging property to 'on' and logs data to
memory, a disk file, or both, depending on the value of the LoggingMode property.
The object sets the Logging property to 'off' when it acquires the requested number of
frames, an error occurs, or you issue a stop command.
To acquire data when the object is running but not logging, use the peekdata function.
Note, however, that the peekdata function does not guarantee that all the requested
image data is returned. To acquire all the data without gaps, you must have the object
log the data to memory or to a disk file.
Characteristics
Default value is enclosed in braces ({}).
Access Read only
Data type String
Values [ {'off'} | 'on' ]
See Also
Functions
getdata, islogging, peekdata, stop, trigger
Properties
LoggingMode, Running
Vista de página 514
1 2 ... 510 511 512 513 514 515 516 517 518 519 520 ... 573 574

Comentários a estes Manuais

Sem comentários