summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-03-17 13:55:53 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-03-17 13:55:53 +0100
commit65a2016becbb165afa4fdf16742f3586f83d0f30 (patch)
tree6cc4dcd57c5af48d3732b8aa855adbd710376a28 /src/uca.h
parent35681d4e1d171117c9d4c2c4fd7d474b5871f81f (diff)
downloaduca-65a2016becbb165afa4fdf16742f3586f83d0f30.tar.gz
uca-65a2016becbb165afa4fdf16742f3586f83d0f30.tar.bz2
uca-65a2016becbb165afa4fdf16742f3586f83d0f30.tar.xz
uca-65a2016becbb165afa4fdf16742f3586f83d0f30.zip
Allow resize of image dimensions
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uca.h b/src/uca.h
index bafcf50..64eb3a4 100644
--- a/src/uca.h
+++ b/src/uca.h
@@ -203,6 +203,7 @@ enum uca_errors {
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 */
+ UCA_ERR_PROP_CAMERA_RECORDING, /**< cannot set/get property because camera is recording */
UCA_ERR_CAM_ARM, /**< camera is not armed */
UCA_ERR_CAM_RECORD, /**< could not record */