summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-10-31 13:53:48 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-10-31 13:58:11 +0100
commitb2c2874c59bd9a3565d5fa86a66c0a2f67792114 (patch)
tree730de33e240b5415033b5c62324da4d5d6450fd0 /bin
parent5d60302bf6852c0059856fa90c2ed775f74b8125 (diff)
downloaduca-b2c2874c59bd9a3565d5fa86a66c0a2f67792114.tar.gz
uca-b2c2874c59bd9a3565d5fa86a66c0a2f67792114.tar.bz2
uca-b2c2874c59bd9a3565d5fa86a66c0a2f67792114.tar.xz
uca-b2c2874c59bd9a3565d5fa86a66c0a2f67792114.zip
Do not trigger in live preview
This was added for the UFO camera but is technically not correct as we require the trigger mode to be set to AUTO anyway. The pco.4000 will not return a frame if it is triggered in AUTO mode.
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 505224c..2ad7af5 100644
--- a/bin/gui/control.c
+++ b/bin/gui/control.c
@@ -407,7 +407,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) {