Changes between Version 32 and Version 33 of UnifiedCameraAccess
- Timestamp:
- Mar 5, 2011, 4:33:31 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnifiedCameraAccess
v32 v33 6 6 == Specification of Properties == 7 7 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. The different implementations in `camera/uca_$MODEL.*` must make sure, that units and types are correctly converted and cast.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/libuca/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. 9 9 10 10 ||= Property Name =||= Property String =||= Unit =||= Type =||= Access =||= Meaning =||