Changes between Version 23 and Version 24 of UnifiedCameraAccess


Ignore:
Timestamp:
Feb 25, 2011, 4:01:18 PM (14 years ago)
Author:
Matthias Vogelgesang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedCameraAccess

    v23 v24  
    66== Specification of Properties ==
    77
    8 Properties of cameras are accessed in a vendor-neutral way by specifying the property names as defined in [http://ufo.kit.edu/ufo/browser/vogelgesang/uca/src/uca.h uca.h]. The following list is the definite specification of basic properties that all devices must implement. If a property cannot be set or get via `uca_(get|set)_property()` the function shall return UCA_ERR_PROP_INVALID.
     8Properties of cameras are accessed in a vendor-neutral way by specifying the property names as defined in [http://ufo.kit.edu/ufo/browser/vogelgesang/uca/src/uca.h uca.h]. The following list is the definite specification of basic properties that all devices must implement. If a property cannot be set or get via `uca_(get|set)_property()` the function shall return UCA_ERR_PROP_INVALID. The different implementations in `camera/uca_$MODEL.*` must make sure, that units and types are correctly converted and cast.
    99
    1010||= Property Name =||= Property String =||= Unit =||= Type =||= Access =||= Meaning =||