MATLAB IMAGE ACQUISITION TOOLBOX 3 Guia do Utilizador Página 348

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 347
LoggingMode
Purpose Specify destination for acquired d ata
Description The Loggi ngMode property specifies w here you want the video input
object to store the acquired data. You can specify any of the following
values:
Value
Description
'disk'
Log acquired data t o a disk file.
'disk&memory'
Log a cquired data to both a disk file and to a
memory buffer.
'memory'
Log acquired data to a memory buffer.
If you select 'disk' or 'disk&memory', y ou must specify the AVI file
object used to access the disk file as the value of the
DiskLogger
property.
Note When logging data to memory, you must extract the acquired data
in a timely manner with the
getdata function to avoid using up all the
memory that is available on your system. Use
imaqmem to specify the
amount of memory available for image frames.
Characteristics
Access Read only while running
Data type
String
Values
[ 'disk' | 'disk&memory' | {'memory'} ]
Default value is enclosed in braces ({}).
See Also Functions
getdata
14-22
Vista de página 347
1 2 ... 343 344 345 346 347 348 349 350 351 352 353 ... 407 408

Comentários a estes Manuais

Sem comentários