adding v4l2 example code

This commit is contained in:
2019-05-25 11:56:56 +02:00
parent 0082bb2782
commit f0f8daa0fb
4 changed files with 682 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ int verbosity;
void help(int k)
{
puts("Options :");
puts("\t-d\tselect the video device");
puts("\t-K\tset the K parameter");
puts("\t-l\tlist video devices");
puts("\t-v\tincrease verbosity");
exit(0);
}