This commit is contained in:
tonton Th 2019-12-31 12:32:55 +01:00
parent c71e3b53b7
commit 764b93e0b7
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ while ((opt = getopt(argc, argv, "c:d:ghn:o:O:p:s:uv")) != -1) {
}
if (verbosity > 1) {
fprintf(stderr, "GrabVidSeq (%s %s) pid=%d\n", __DATE__, __TIME__, getpid());
fprintf(stderr, "GrabVidSeq (%s, %s) pid=%d\n", __DATE__, __TIME__, getpid());
fprintf(stderr, "grabing %d picz\n", nbre_capt);
fprintf(stderr, "period is %.3f milliseconds\n", period/1e3);
fprintf(stderr, "framesize is %dx%d\n", width, height);