1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Paulo Assis <pj.assis@gmail.com> -->
<component type="desktop-application">
<id>net.sourceforge.guvcview</id>
<launchable type="desktop-id">guvcview.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Simple UVC Viewer</name>
<summary>Capture video from v4l2 devices</summary>
<description>
<p>Video capture tool for video4linux2 compliant cameras.</p>
<p>With a special emphasis on the linux uvc driver,
it provides Image (jpg, png, bmp) and
Video (mjpeg, flv1, wmv1, mpg2, mpg4,...) capture
with sound in several formats( currently: avi and matroska).</p>
<p>It also supports a control panel option (--control_only)
that is compatible with any other v4l2 app.</p>
</description>
<screenshots>
<screenshot>
<image>https://sourceforge.net/p/guvcview/screenshot/guvcview_image_tab.png</image>
</screenshot>
<screenshot>
<image>https://sourceforge.net/p/guvcview/screenshot/guvcview_h264_tab.png</image>
</screenshot>
<screenshot>
<image>https://sourceforge.net/p/guvcview/screenshot/guvcview_video_tab.png</image>
</screenshot>
<screenshot>
<image>https://sourceforge.net/p/guvcview/screenshot/guvcview_audio_tab.png</image>
</screenshot>
<screenshot>
<image>https://a.fsdn.com/con/app/proj/guvcview/screenshots/guvcview_video_preview.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://guvcview.sourceforge.net/</url>
<update_contact>assisp@gmail.com</update_contact>
</component>
|