diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-08-16 09:59:12 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-08-16 09:59:12 +0200 |
commit | 20d10a18419f68f03e6280abb21712d5318ac875 (patch) | |
tree | f9e45307f2a8cb9da670d029841711d58812c7e7 /bin | |
parent | 0926ccedec5e1871331f955e8915233870faf105 (diff) | |
download | libuca-20d10a18419f68f03e6280abb21712d5318ac875.tar.gz libuca-20d10a18419f68f03e6280abb21712d5318ac875.tar.bz2 libuca-20d10a18419f68f03e6280abb21712d5318ac875.tar.xz libuca-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.c | 1 |
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) { |