From f43121f1dbc851c9a4f99208c2dd68dcec2d7158 Mon Sep 17 00:00:00 2001 From: tth Date: Thu, 5 Dec 2019 18:07:56 +0100 Subject: [PATCH] be less verbose --- v4l2/grabvidseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index c876b7b..ee76f89 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -149,7 +149,7 @@ while ((opt = getopt(argc, argv, "c:d:ghn:o:O:p:s:uv")) != -1) { } } -if (verbosity) { +if (verbosity > 1) { fprintf(stderr, "running %s pid=%d\n", argv[0], getpid()); fprintf(stderr, "grabing %d picz\n", nbre_capt); fprintf(stderr, "period is %.3f milliseconds\n", period/1e3);