source: multimedia/libdriv/v4l-utils.xml@ 3acf108

systemd-13485
Last change on this file since 3acf108 was 3acf108, checked in by DJ Lucas <dj@…>, 8 years ago

Removed svn:mime-type property on all files, set svn:keywords for 'LastChangedBy' and 'Date' on all files, excluding kde, kde5, and gnome sections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16883 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY v4l-download-http "http://www.linuxtv.org/downloads/v4l-utils/v4l-utils-&v4l-utils-version;.tar.bz2">
8 <!ENTITY v4l-download-ftp " ">
9 <!ENTITY v4l-md5sum "a51e9156410b7a70e07d7e0a54cfdced">
10 <!ENTITY v4l-size "1.3 MB">
11 <!ENTITY v4l-buildsize "43 MB">
12 <!ENTITY v4l-time "0.4 SBU">
13]>
14
15<sect1 id="v4l-utils" xreflabel="v4l-utils-&v4l-utils-version;">
16 <?dbhtml filename="atk.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>v4l-utils-&v4l-utils-version;</title>
24
25 <indexterm zone="v4l-utils">
26 <primary sortas="a-v4l-utils">v4l-utils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to v4l-utils</title>
31
32 <para>
33 <application>v4l-utils</application> provides a series of utilities for
34 media devices, allowing to handle the proprietary formats available at
35 most webcams (libv4l), and providing tools to test V4L devices.
36 </para>
37
38 &lfs78_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&v4l-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&v4l-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &v4l-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &v4l-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &v4l-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &v4l-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">v4l-utils Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="glu"/>,
79 <xref linkend="libjpeg"/>, and
80 <xref linkend="mesalib"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="optional">
85 <xref linkend="alsa-lib"/> and
86 <xref linkend="qt4"/> or
87 <xref linkend="qt5"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="doxygen"/>
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/v4l-utils"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of v4l-utils</title>
102
103 <para>
104 Install <application>v4l-utils</application> by running
105 the following commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr \
109 --sysconfdir=/etc \
110 --disable-static &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a testsuite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 x18-ctl,
136 decode_tm6000,
137 dvb-fe-tool,
138 dvb-format-convert,
139 dvbv5-scan,
140 dvbv5-zap,
141 ir-keytable,
142 ivtv-ctl,
143 media-ctl,
144 qv4l2,
145 rds-ctl,
146 v4l2-compliance,
147 v4l2-ctl,
148 v4l2-dbg, and
149 v4l2-sysfs-path
150 </seg>
151 <seg>
152 libdvbv5.so,
153 libv4l1.so,
154 libv4l2.so,
155 libv4l2rds.so,
156 libv4lconvert.so,
157 v4l1compat.so, and
158 v4l2convert.so
159 </seg>
160 <seg>
161 /lib/udev/rc_keymaps
162 /usr/include/libdvbv5,
163 /usr/lib/libv4l, and
164 /usr/lib/libv4l/plugins
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="dvb-fe-tool">
175 <term><command>dvb-fe-tool</command></term>
176 <listitem>
177 <para>
178 is a command line tool for digital TV services.
179 </para>
180 <indexterm zone="v4l-utils dvb-fe-tool">
181 <primary sortas="b-dvb-fe-tool">dvb-fe-tool</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="dvb-format-convert">
187 <term><command>dvb-format-convert</command></term>
188 <listitem>
189 <para>
190 is a tool meant to convert among different file formats. It is
191 compliant with version 5 of the DVB API.
192 </para>
193 <indexterm zone="v4l-utils dvb-format-convert">
194 <primary sortas="b-dvb-format-convert">dvb-format-convert</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="dvbv5-scan">
200 <term><command>dvbv5-scan</command></term>
201 <listitem>
202 <para>
203 is command line frequency scanning tool for digital TV
204 services that are compliant with version 5 of the DVB API.
205 </para>
206 <indexterm zone="v4l-utils dvbv5-scan">
207 <primary sortas="b-dvbv5-scan">dvbv5-scan</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="dvbv5-zap">
213 <term><command>dvbv5-zap</command></term>
214 <listitem>
215 <para>
216 is a command line tuning tool for digital TV services
217 that is compliant with version 5 of the DVB API.
218 </para>
219 <indexterm zone="v4l-utils dvbv5-zap">
220 <primary sortas="b-dvbv5-zap">dvbv5-zap</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="ir-keytable">
226 <term><command>ir-keytable</command></term>
227 <listitem>
228 <para>
229 is a tool that lists the Remote Controller devices, allows one
230 to get/set IR keycode/scancode tables, test events generated by
231 IR, and to adjust other Remote Controller options.
232 </para>
233 <indexterm zone="v4l-utils ir-keytable">
234 <primary sortas="b-ir-keytable">ir-keytable</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="qv4l2">
240 <term><command>qv4l2</command></term>
241 <listitem>
242 <para>
243 is used to test video4linux capture devices.
244 </para>
245 <indexterm zone="v4l-utils qv4l2">
246 <primary sortas="b-qv4l2">qv4l2</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 </variablelist>
252
253 </sect2>
254
255</sect1>
Note: See TracBrowser for help on using the repository browser.