diff options
author | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-03-01 09:47:10 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-03-01 09:47:10 +0100 |
commit | 9b65b8182769c7cf993e256444d331ffec9f2d02 (patch) | |
tree | c17c373c939c9bca852f72ca958c2c511eea7bb6 /src/uca.h | |
parent | a92101a277aed63224e1bd2077c99826e9e35f1d (diff) | |
download | uca-9b65b8182769c7cf993e256444d331ffec9f2d02.tar.gz uca-9b65b8182769c7cf993e256444d331ffec9f2d02.tar.bz2 uca-9b65b8182769c7cf993e256444d331ffec9f2d02.tar.xz uca-9b65b8182769c7cf993e256444d331ffec9f2d02.zip |
Documentation added
Diffstat (limited to 'src/uca.h')
-rw-r--r-- | src/uca.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -124,11 +124,11 @@ enum uca_errors { UCA_ERR_PROP_GENERAL, /**< error occured reading/writing the property */ UCA_ERR_PROP_VALUE_OUT_OF_RANGE, /**< error occured writing the property */ - UCA_ERR_CAM_ARM, - UCA_ERR_CAM_RECORD, + UCA_ERR_CAM_ARM, /**< camera is not armed */ + UCA_ERR_CAM_RECORD, /**< could not record */ - UCA_ERR_GRABBER_ACQUIRE, - UCA_ERR_GRABBER_NOMEM + UCA_ERR_GRABBER_ACQUIRE, /**< grabber couldn't acquire a frame */ + UCA_ERR_GRABBER_NOMEM /**< no memory was allocated using uca_grabber->alloc() */ }; struct uca_t { |