diff options
author | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-03-17 13:55:53 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-03-17 13:55:53 +0100 |
commit | 65a2016becbb165afa4fdf16742f3586f83d0f30 (patch) | |
tree | 6cc4dcd57c5af48d3732b8aa855adbd710376a28 /src/uca.h | |
parent | 35681d4e1d171117c9d4c2c4fd7d474b5871f81f (diff) | |
download | uca-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |