diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 0f2acea..6bdc1ea 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -158,8 +158,8 @@ while ((opt = getopt(argc, argv, "c:d:ghn:o:O:p:r:s:uv")) != -1) { } if (verbosity > 1) { - fprintf(stderr, "*** GrabVidSeq (%s, %s) pid=%d\n", - __DATE__, __TIME__, getpid()); + fprintf(stderr, "*** GrabVidSeq (%s, %s) libv %d, pid=%d\n", + __DATE__, __TIME__, FIMG_VERSION, getpid()); fprintf(stderr, "grabing %d picz, ", nbre_capt); fprintf(stderr, "period is %.3f milliseconds\n", period/1e3); fprintf(stderr, "framesize is %dx%d\n", width, height);