From 65a2016becbb165afa4fdf16742f3586f83d0f30 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 17 Mar 2011 13:55:53 +0100 Subject: Allow resize of image dimensions --- src/uca.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uca.h') 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 */ -- cgit v1.2.3