summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/uca.h b/src/uca.h
index 893d51c..c65d509 100644
--- a/src/uca.h
+++ b/src/uca.h
@@ -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 {