forked from tTh/FloatImg
now displaying the source device with -vv
This commit is contained in:
parent
be48fc6e84
commit
125383adf3
|
@ -168,7 +168,7 @@ while ((opt = getopt(argc, argv, "c:d:ghn:o:O:p:r:s:uvZ")) != -1) {
|
|||
if (verbosity > 1) {
|
||||
fprintf(stderr, "*** GrabVidSeq (%s, %s) libv %d, pid=%d\n",
|
||||
__DATE__, __TIME__, FIMG_VERSION, getpid());
|
||||
fprintf(stderr, "grabing %d picz, ", nbre_capt);
|
||||
fprintf(stderr, "grabing %d picz from %s, ", nbre_capt, dev_name);
|
||||
fprintf(stderr, "period is %.3f seconds\n", period);
|
||||
fprintf(stderr, "framesize is %dx%d\n", width, height);
|
||||
// fprintf(stderr, "destdir is '%s'\n", dest_dir);
|
||||
|
|
Loading…
Reference in New Issue