summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-10 15:05:23 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-10 15:05:23 +0200
commitf21f321bb85345e4245d5083fcee14dc45c16eff (patch)
tree44f0b589ac4e9911367700eddc058266b886b92a
parent393ead8de629bb5c7d36aa33d88a4ece7938df2a (diff)
downloaduca-f21f321bb85345e4245d5083fcee14dc45c16eff.tar.gz
uca-f21f321bb85345e4245d5083fcee14dc45c16eff.tar.bz2
uca-f21f321bb85345e4245d5083fcee14dc45c16eff.tar.xz
uca-f21f321bb85345e4245d5083fcee14dc45c16eff.zip
grab: do not set auto trigger source automatically
-rw-r--r--bin/tools/grab.c2
1 files changed, 0 insertions, 2 deletions
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;