summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca-pco-camera.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-06 16:57:36 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-06 16:57:36 +0100
commiteae2ae49770bcbcdbac3997676c71820dd53fdcc (patch)
treef39b61f6ea2bd30620879595b0fa7c51093bc084 /src/cameras/uca-pco-camera.h
parent09d05f26269799e643c171849f22d24c30836d00 (diff)
downloadlibuca-eae2ae49770bcbcdbac3997676c71820dd53fdcc.tar.gz
libuca-eae2ae49770bcbcdbac3997676c71820dd53fdcc.tar.bz2
libuca-eae2ae49770bcbcdbac3997676c71820dd53fdcc.tar.xz
libuca-eae2ae49770bcbcdbac3997676c71820dd53fdcc.zip
Implement single frame grabbing
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 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;