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

@@ -6,4 +6,11 @@ DEPS = ../floatimg.h ../libfloatimg.a Makefile
t: t.c Makefile ${DEPS}
gcc ${COPT} $< ../libfloatimg.a -o $@
gcc ${COPT} $< ../libfloatimg.a -o $@
# --------
# extern things
capture: capture.c Makefile
gcc -Wall $< -o $@