From b2c2874c59bd9a3565d5fa86a66c0a2f67792114 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 31 Oct 2013 13:53:48 +0100 Subject: 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. --- bin/gui/control.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/gui') 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) { -- cgit v1.2.3