addinc v4l2 support

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

2
.gitignore vendored
View File

@ -9,6 +9,8 @@ gmon.out
*.fimg *.fimg
essai essai
v4l2/t
tools/fimg2png tools/fimg2png
tools/fimg2pnm tools/fimg2pnm
tools/fimgstats tools/fimgstats

View File

@ -26,13 +26,11 @@ build tools
# ------------------------------------------------------------------ # ------------------------------------------------------------------
cd tools echo '*************************'
echo
make make
error=$?
cd ..
echo

BIN
v4l2/t

Binary file not shown.

View File

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