diff options
Diffstat (limited to 'v4l2-hdmi-example/README')
-rw-r--r-- | v4l2-hdmi-example/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l2-hdmi-example/README b/v4l2-hdmi-example/README new file mode 100644 index 0000000..52e67ad --- /dev/null +++ b/v4l2-hdmi-example/README @@ -0,0 +1,12 @@ + +Compilation: + +arm-linux-gnueabi-gcc main.c -o tvdemo -Ikernel/usr/include/ -std=gnu99 -lm -O2 + +Command line example + +./tvdemo /dev/video10 720 480 0 0 + +TODO: + +Add Makefile |