(The SVV, simple V4L2 application (Simple Video Viewer, [http://moinejf.free.fr/ homepage], fixed for the TM5600 device (no ioctl aggressive loop). Compile with: <code>gcc -c svv.c `pkg-config --cflags gtk+-2.0` gcc -o svv svv.o `pkg-config --libs gtk+...)
 
(code block fixing)
 
Line 2: Line 2:


Compile with:
Compile with:
<code>gcc -c svv.c `pkg-config --cflags gtk+-2.0`
<pre>$ gcc -c svv.c `pkg-config --cflags gtk+-2.0`
gcc -o svv svv.o `pkg-config --libs gtk+-2.0` -lv4l2 -lv4lconvert</code>
$ gcc -o svv svv.o `pkg-config --libs gtk+-2.0` -lv4l2 -lv4lconvert</pre>

Latest revision as of 21:40, 22 June 2013

The SVV, simple V4L2 application (Simple Video Viewer, homepage, fixed for the TM5600 device (no ioctl aggressive loop).

Compile with:

$ gcc -c svv.c `pkg-config --cflags gtk+-2.0`
$ gcc -o svv svv.o `pkg-config --libs gtk+-2.0` -lv4l2 -lv4lconvert

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current21:37, 22 June 2013 (25 KB)Vincent (talk | contribs)The SVV, simple V4L2 application (Simple Video Viewer, [http://moinejf.free.fr/ homepage], fixed for the TM5600 device (no ioctl aggressive loop). Compile with: <code>gcc -c svv.c `pkg-config --cflags gtk+-2.0` gcc -o svv svv.o `pkg-config --libs gtk+...

There are no pages that use this file.