|
|
|
@ -226,8 +226,6 @@ puts("\t-K\tset the K parameter");
|
|
|
|
|
puts("\t-l\tlist video devices");
|
|
|
|
|
puts("\t-v\tincrease verbosity");
|
|
|
|
|
|
|
|
|
|
if (verbosity) { puts(""); fimg_print_version(1); }
|
|
|
|
|
|
|
|
|
|
exit(0);
|
|
|
|
|
}
|
|
|
|
|
/* --------------------------------------------------------------------- */
|
|
|
|
@ -248,8 +246,6 @@ while ((opt = getopt(argc, argv, "d:hK:lv")) != -1) {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (verbosity) fimg_print_version(0);
|
|
|
|
|
|
|
|
|
|
foo = show_webcam_infos(device, "", K);
|
|
|
|
|
fprintf(stderr, "\n\tshow_webcam_infos -> %d\n", foo);
|
|
|
|
|
|
|
|
|
|