diff options
Diffstat (limited to 'src/cameras/uca-pco-camera.h')
-rw-r--r-- | src/cameras/uca-pco-camera.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cameras/uca-pco-camera.h b/src/cameras/uca-pco-camera.h index 25009c0..c0b7bf4 100644 --- a/src/cameras/uca-pco-camera.h +++ b/src/cameras/uca-pco-camera.h @@ -34,7 +34,8 @@ typedef enum { UCA_PCO_CAMERA_ERROR_LIBPCO_GENERAL, UCA_PCO_CAMERA_ERROR_UNSUPPORTED, UCA_PCO_CAMERA_ERROR_FG_INIT, - UCA_PCO_CAMERA_ERROR_FG_GENERAL + UCA_PCO_CAMERA_ERROR_FG_GENERAL, + UCA_PCO_CAMERA_ERROR_FG_ACQUISITION } UcaPcoCameraError; typedef struct _UcaPcoCamera UcaPcoCamera; |