forked from tTh/FloatImg
Merge branch 'master' of ssh://tetalab.org/tTh/FloatImg
changements important ou non, c'est la question...
This commit is contained in:
commit
c71e3b53b7
|
@ -150,7 +150,7 @@ while ((opt = getopt(argc, argv, "c:d:ghn:o:O:p:s:uv")) != -1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbosity > 1) {
|
if (verbosity > 1) {
|
||||||
fprintf(stderr, "running %s pid=%d\n", argv[0], getpid());
|
fprintf(stderr, "GrabVidSeq (%s %s) pid=%d\n", __DATE__, __TIME__, getpid());
|
||||||
fprintf(stderr, "grabing %d picz\n", nbre_capt);
|
fprintf(stderr, "grabing %d picz\n", nbre_capt);
|
||||||
fprintf(stderr, "period is %.3f milliseconds\n", period/1e3);
|
fprintf(stderr, "period is %.3f milliseconds\n", period/1e3);
|
||||||
fprintf(stderr, "framesize is %dx%d\n", width, height);
|
fprintf(stderr, "framesize is %dx%d\n", width, height);
|
||||||
|
|
Loading…
Reference in New Issue