summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias@ipepdvpc2>2011-03-07 08:57:42 +0100
committerMatthias Vogelgesang <matthias@ipepdvpc2>2011-03-07 08:57:42 +0100
commitad1d96f2d0771d8657da40c80eea8703111a9e80 (patch)
treeb7347f0063efbad71d26f72bf5b4dd84502c489a /src/uca.h
parentd3276429e07d120b5c18a66d9c6315f5fdf6c254 (diff)
downloaduca-ad1d96f2d0771d8657da40c80eea8703111a9e80.tar.gz
uca-ad1d96f2d0771d8657da40c80eea8703111a9e80.tar.bz2
uca-ad1d96f2d0771d8657da40c80eea8703111a9e80.tar.xz
uca-ad1d96f2d0771d8657da40c80eea8703111a9e80.zip
Specific error return codes for grabbers and cameras
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uca.h b/src/uca.h
index c65d509..9c17b86 100644
--- a/src/uca.h
+++ b/src/uca.h
@@ -119,7 +119,8 @@ struct uca_property_t {
enum uca_errors {
UCA_NO_ERROR = 0,
- UCA_ERR_INIT_NOT_FOUND, /**< camera probing or initialization failed */
+ UCA_ERR_GRABBER_NOT_FOUND,
+ UCA_ERR_CAM_NOT_FOUND, /**< camera probing or initialization failed */
UCA_ERR_PROP_INVALID, /**< the requested property is not supported by the camera */
UCA_ERR_PROP_GENERAL, /**< error occured reading/writing the property */
UCA_ERR_PROP_VALUE_OUT_OF_RANGE, /**< error occured writing the property */