From 9ead675ca6e8f89d43dafe6bf2ac7f622a7fce32 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 20 Mar 2013 11:32:54 +0100 Subject: UFO: Use internal triggering mechanism --- tools/gui/control.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/gui/control.c b/tools/gui/control.c index b17040f..c177f07 100644 --- a/tools/gui/control.c +++ b/tools/gui/control.c @@ -161,6 +161,7 @@ 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