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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 300
propinfo
Purpose Property characteristics for image acquisition objects
Syntax out = propinfo(obj)
out = propinfo(obj,P ropertyName)
Description out = propinfo(obj) returns the structure out whose field names
are the names of a ll the properties supported by
obj. obj must be a
1-by-1 image acquisition object. The value of each field is a structure
containing the fields shown below.
Field Name Description
Type
Data type of the property. Possible values are
'any', 'callback ', 'double', 'string' ,and
'struct'.
Constraint
Type of constraint on the property value. Possible
values are
'bounded', 'call back', 'enum',and
'none'.
ConstraintValue
List of valid string values or a range of valid
values.
DefaultValue
Default value for the property.
ReadOnly
Condition under which a property is read only:
'always' Property cannotbeconfigured.
'whileRunning' Property cannot be
configured while
Running is set to on.
'never' Property can be configured at any
time.
DeviceSpecific
1
if the property is device specific; otherwise, 0
(zero).
out = propinfo(obj,P ropertyName) returns the structure out for
the property specified by
PropertyName.IfProper tyNa me is a cell
12-47
Vista de página 300
1 2 ... 296 297 298 299 300 301 302 303 304 305 306 ... 407 408

Comentários a estes Manuais

Sem comentários