From a76a2cc8d881b239e7f07a3b04a15bb66d4aa1f8 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 11 Jul 2012 14:34:02 +0200 Subject: Scale automatically and fix some warnings with UFO --- test/grab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/grab.c') diff --git a/test/grab.c b/test/grab.c index e34cf1a..a4d4aa3 100644 --- a/test/grab.c +++ b/test/grab.c @@ -79,7 +79,7 @@ int main(int argc, char *argv[]) NULL); g_object_set(G_OBJECT(camera), - "exposure-time", 0.1, + "exposure-time", 0.001, "roi-x0", 0, "roi-y0", 0, "roi-width", 1000, -- cgit v1.2.3