diff options
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 */ |