diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 6735316..d6e6b53 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -129,6 +129,7 @@ while ((opt = getopt(argc, argv, "d:ghn:o:O:p:s:uv")) != -1) { optarg); exit(1); } + period *= 1e6; break; case 's': parse_WxH(optarg, &width, &height); break;