From f21f321bb85345e4245d5083fcee14dc45c16eff Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 10 Oct 2017 15:05:23 +0200 Subject: grab: do not set auto trigger source automatically --- bin/tools/grab.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/tools/grab.c') diff --git a/bin/tools/grab.c b/bin/tools/grab.c index a9d7688..6b5c497 100644 --- a/bin/tools/grab.c +++ b/bin/tools/grab.c @@ -148,8 +148,6 @@ record_frames (UcaCamera *camera, Options *opts) "sensor-bitdepth", &bits, NULL); - g_object_set (G_OBJECT (camera), "trigger-source", UCA_CAMERA_TRIGGER_SOURCE_AUTO, NULL); - pixel_size = get_bytes_per_pixel (bits); size = roi_width * roi_height * pixel_size; n_allocated = opts->n_frames > 0 ? opts->n_frames : 256; -- cgit v1.2.3