summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-08-16 09:59:12 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-08-16 09:59:12 +0200
commit20d10a18419f68f03e6280abb21712d5318ac875 (patch)
treef9e45307f2a8cb9da670d029841711d58812c7e7 /bin
parent0926ccedec5e1871331f955e8915233870faf105 (diff)
downloaduca-20d10a18419f68f03e6280abb21712d5318ac875.tar.gz
uca-20d10a18419f68f03e6280abb21712d5318ac875.tar.bz2
uca-20d10a18419f68f03e6280abb21712d5318ac875.tar.xz
uca-20d10a18419f68f03e6280abb21712d5318ac875.zip
Do not try to trigger in preview mode
This fixes #222 for pco.4000.
Diffstat (limited to 'bin')
-rw-r--r--bin/gui/control.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/gui/control.c b/bin/gui/control.c
index 8b51cc6..b895f91 100644
--- a/bin/gui/control.c
+++ b/bin/gui/control.c
@@ -318,7 +318,6 @@ preview_frames (void *args)
gpointer buffer;
buffer = ring_buffer_get_current_pointer (data->buffer);
- uca_camera_trigger (data->camera, &error);
uca_camera_grab (data->camera, buffer, &error);
if (error == NULL) {