addinc v4l2 support

This commit is contained in:
2019-05-24 18:34:07 +02:00
parent 4aa20dd69b
commit 0082bb2782
4 changed files with 8 additions and 8 deletions

BIN
v4l2/t

Binary file not shown.

View File

@@ -16,7 +16,7 @@ int verbosity;
void help(int k)
{
puts("Options :");
puts("\t-d WxH\timage size");
puts("\t-K\tset the K parameter");
puts("\t-v\tincrease verbosity");
exit(0);
}