summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca-pco-camera.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-04 10:29:38 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-04 10:29:38 +0100
commitc6435d57e7f3f19ba5d34a77c74e7fce035a842c (patch)
tree3c84d0e25eb6e46bc63cae16da20e7dabeb9f7cd /src/cameras/uca-pco-camera.h
parenta3e69237f56a7a93f608fbe2dbf1cd8c403a1f25 (diff)
downloaduca-c6435d57e7f3f19ba5d34a77c74e7fce035a842c.tar.gz
uca-c6435d57e7f3f19ba5d34a77c74e7fce035a842c.tar.bz2
uca-c6435d57e7f3f19ba5d34a77c74e7fce035a842c.tar.xz
uca-c6435d57e7f3f19ba5d34a77c74e7fce035a842c.zip
Handle Framegrabber errors more gracefully
Diffstat (limited to 'src/cameras/uca-pco-camera.h')
-rw-r--r--src/cameras/uca-pco-camera.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cameras/uca-pco-camera.h b/src/cameras/uca-pco-camera.h
index ba6a105..25009c0 100644
--- a/src/cameras/uca-pco-camera.h
+++ b/src/cameras/uca-pco-camera.h
@@ -31,9 +31,10 @@
#define UCA_PCO_CAMERA_ERROR uca_pco_camera_error_quark()
typedef enum {
UCA_PCO_CAMERA_ERROR_LIBPCO_INIT,
+ UCA_PCO_CAMERA_ERROR_LIBPCO_GENERAL,
UCA_PCO_CAMERA_ERROR_UNSUPPORTED,
UCA_PCO_CAMERA_ERROR_FG_INIT,
- UCA_PCO_CAMERA_ERROR_FG_ERROR
+ UCA_PCO_CAMERA_ERROR_FG_GENERAL
} UcaPcoCameraError;
typedef struct _UcaPcoCamera UcaPcoCamera;