summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-02-24 09:50:34 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-02-24 09:50:34 +0100
commit4d49de7e136a80819740f6aaada9c5881b083a50 (patch)
treebf5951b49249c4c06ce9e14b5295e303040130aa /src/uca.h
parent7f2740af499405f31313941758818d8191b3578f (diff)
downloaduca-4d49de7e136a80819740f6aaada9c5881b083a50.tar.gz
uca-4d49de7e136a80819740f6aaada9c5881b083a50.tar.bz2
uca-4d49de7e136a80819740f6aaada9c5881b083a50.tar.xz
uca-4d49de7e136a80819740f6aaada9c5881b083a50.zip
Handle properties correctly for pco.edge
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uca.h b/src/uca.h
index e74fb80..3c52c7a 100644
--- a/src/uca.h
+++ b/src/uca.h
@@ -69,7 +69,9 @@ const char* uca_get_property_name(int32_t property_id);
#define UCA_NO_ERROR 0
#define UCA_ERR_INIT_NOT_FOUND 1 /**< camera probing or initialization failed */
-#define UCA_ERR_PROP_INVALID 1 /**< the requested property is not supported by the camera */
+#define UCA_ERR_PROP_INVALID 2 /**< the requested property is not supported by the camera */
+#define UCA_ERR_PROP_GENERAL 3 /**< error occured reading/writing the property */
+
/* The property IDs must start with 0 and must be continuous. Whenever this
* library is released, the IDs must not change to guarantee binary compatibility! */