diff options
author | Tomasz Stanislawski <t.stanislaws@samsung.com> | 2012-10-04 12:18:27 +0200 |
---|---|---|
committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2012-10-04 13:22:13 +0200 |
commit | 15d10f8366cefb07d4c9d23e97752a4aba5763de (patch) | |
tree | 4889aebae3df6ea0f5014888021ce8036f8f282b /v4l2-hdmi-example/README | |
parent | 8b8182da6e16dfd0820ef2418c1bb66d4bcc8079 (diff) |
v4l2-hdmi-example: version 0.1
Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
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 |