blob: 4584841f6864c10b051817361a10aeb920429b31 [file] [log] [blame]
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -03001 <partinfo>
2 <authorgroup>
3 <author>
4 <firstname>Michael</firstname>
5 <surname>Schimek</surname>
6 <othername role="mi">H</othername>
7 <affiliation>
8 <address>
9 <email>mschimek@gmx.at</email>
10 </address>
11 </affiliation>
12 </author>
13
14 <author>
15 <firstname>Bill</firstname>
16 <surname>Dirks</surname>
17 <!-- Commented until Bill opts in to be spammed.
18 <affiliation>
19 <address>
20 <email>bill@thedirks.org</email>
21 </address>
22 </affiliation> -->
23 <contrib>Original author of the V4L2 API and
24documentation.</contrib>
25 </author>
26
27 <author>
28 <firstname>Hans</firstname>
29 <surname>Verkuil</surname>
30 <contrib>Designed and documented the VIDIOC_LOG_STATUS ioctl,
Hans Verkuil7dcc6062012-05-15 08:04:28 -030031the extended control ioctls, major parts of the sliced VBI API, the
32MPEG encoder and decoder APIs and the DV Timings API.</contrib>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030033 <affiliation>
34 <address>
35 <email>hverkuil@xs4all.nl</email>
36 </address>
37 </affiliation>
38 </author>
39
40 <author>
41 <firstname>Martin</firstname>
42 <surname>Rubli</surname>
43 <!--
44 <affiliation>
45 <address>
46 <email>martin_rubli@logitech.com</email>
47 </address>
48 </affiliation> -->
49 <contrib>Designed and documented the VIDIOC_ENUM_FRAMESIZES
50and VIDIOC_ENUM_FRAMEINTERVALS ioctls.</contrib>
51 </author>
52
53 <author>
54 <firstname>Andy</firstname>
55 <surname>Walls</surname>
56 <contrib>Documented the fielded V4L2_MPEG_STREAM_VBI_FMT_IVTV
57MPEG stream embedded, sliced VBI data format in this specification.
58</contrib>
59 <affiliation>
60 <address>
Andy Walls6afdeaf2010-05-23 18:53:35 -030061 <email>awalls@md.metrocast.net</email>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030062 </address>
63 </affiliation>
64 </author>
65
66 <author>
67 <firstname>Mauro</firstname>
68 <surname>Carvalho Chehab</surname>
69 <contrib>Documented libv4l, designed and added v4l2grab example,
70Remote Controller chapter.</contrib>
71 <affiliation>
72 <address>
Hans Verkuil7183eeb2014-01-07 06:41:16 -030073 <email>m.chehab@samsung.com</email>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030074 </address>
75 </affiliation>
76 </author>
Hans Verkuilb33f5f82009-12-03 01:32:12 -030077
78 <author>
79 <firstname>Muralidharan</firstname>
80 <surname>Karicheri</surname>
81 <contrib>Documented the Digital Video timings API.</contrib>
82 <affiliation>
83 <address>
84 <email>m-karicheri2@ti.com</email>
85 </address>
86 </affiliation>
87 </author>
Pawel Osciak53b5d572011-01-07 01:41:33 -030088
89 <author>
Hans Verkuilaec67f02011-05-23 07:36:55 -030090 <firstname>Pawel</firstname>
Pawel Osciak53b5d572011-01-07 01:41:33 -030091 <surname>Osciak</surname>
92 <contrib>Designed and documented the multi-planar API.</contrib>
93 <affiliation>
94 <address>
95 <email>pawel AT osciak.com</email>
96 </address>
97 </affiliation>
98 </author>
Sakari Ailus955f6452011-12-12 18:17:25 -030099
100 <author>
101 <firstname>Sakari</firstname>
102 <surname>Ailus</surname>
103 <contrib>Subdev selections API.</contrib>
104 <affiliation>
105 <address>
106 <email>sakari.ailus@iki.fi</email>
107 </address>
108 </affiliation>
109 </author>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300110 </authorgroup>
111
112 <copyright>
113 <year>1999</year>
114 <year>2000</year>
115 <year>2001</year>
116 <year>2002</year>
117 <year>2003</year>
118 <year>2004</year>
119 <year>2005</year>
120 <year>2006</year>
121 <year>2007</year>
122 <year>2008</year>
123 <year>2009</year>
Hans Verkuilf44026d2010-08-06 12:52:43 -0300124 <year>2010</year>
Hans Verkuilbda50bc2011-01-16 17:44:17 -0300125 <year>2011</year>
Hans Verkuil7dcc6062012-05-15 08:04:28 -0300126 <year>2012</year>
Hans Verkuil4e5f1132013-03-24 06:08:00 -0300127 <year>2013</year>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300128 <holder>Bill Dirks, Michael H. Schimek, Hans Verkuil, Martin
Pawel Osciak53b5d572011-01-07 01:41:33 -0300129Rubli, Andy Walls, Muralidharan Karicheri, Mauro Carvalho Chehab,
130 Pawel Osciak</holder>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300131 </copyright>
132 <legalnotice>
133 <para>Except when explicitly stated as GPL, programming examples within
134 this part can be used and distributed without restrictions.</para>
135 </legalnotice>
136 <revhistory>
137 <!-- Put document revisions here, newest first. -->
138 <!-- API revisions (changes and additions of defines, enums,
139structs, ioctls) must be noted in more detail in the history chapter
Hans Verkuilf44026d2010-08-06 12:52:43 -0300140(compat.xml), along with the possible impact on existing drivers and
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300141applications. -->
142
143 <revision>
Ricardo Ribaldaf90580c2013-11-26 05:31:42 -0300144 <revnumber>3.14</revnumber>
145 <date>2013-11-25</date>
146 <authorinitials>rr</authorinitials>
147 <revremark>Set width and height as unsigned on v4l2_rect.
148 </revremark>
149 </revision>
150
151 <revision>
Hans Verkuila6edca32013-05-26 09:45:23 -0300152 <revnumber>3.11</revnumber>
153 <date>2013-05-26</date>
154 <authorinitials>hv</authorinitials>
155 <revremark>Remove obsolete VIDIOC_DBG_G_CHIP_IDENT ioctl.
156 </revremark>
157 </revision>
158
159 <revision>
Hans Verkuil4e5f1132013-03-24 06:08:00 -0300160 <revnumber>3.10</revnumber>
Hans Verkuile3f75862013-03-25 08:49:15 -0300161 <date>2013-03-25</date>
Hans Verkuil4e5f1132013-03-24 06:08:00 -0300162 <authorinitials>hv</authorinitials>
163 <revremark>Remove obsolete and unused DV_PRESET ioctls:
164 VIDIOC_G_DV_PRESET, VIDIOC_S_DV_PRESET, VIDIOC_QUERY_DV_PRESET and
165 VIDIOC_ENUM_DV_PRESET. Remove the related v4l2_input/output capability
Hans Verkuil96b03d22013-04-06 06:16:58 -0300166 flags V4L2_IN_CAP_PRESETS and V4L2_OUT_CAP_PRESETS. Added VIDIOC_DBG_G_CHIP_INFO.
Hans Verkuil4e5f1132013-03-24 06:08:00 -0300167 </revremark>
168 </revision>
169
170 <revision>
Sakari Ailus1202ecd2012-10-21 16:02:47 -0300171 <revnumber>3.9</revnumber>
172 <date>2012-12-03</date>
Sylwester Nawrocki2ccbe772013-01-19 15:51:55 -0300173 <authorinitials>sa, sn</authorinitials>
Hans Verkuil07b64b82013-01-11 08:18:55 -0300174 <revremark>Added timestamp types to v4l2_buffer.
Hans Verkuilb5958dc2013-03-18 13:28:12 -0300175 Added V4L2_EVENT_CTRL_CH_RANGE control event changes flag.
Sakari Ailus1202ecd2012-10-21 16:02:47 -0300176 </revremark>
177 </revision>
178
179 <revision>
Hans Verkuil50121312012-07-05 06:54:38 -0300180 <revnumber>3.6</revnumber>
181 <date>2012-07-02</date>
182 <authorinitials>hv</authorinitials>
183 <revremark>Added VIDIOC_ENUM_FREQ_BANDS.
184 </revremark>
Hans Verkuil571d19c2012-08-09 06:04:43 -0300185 </revision>
186
187 <revision>
Sakari Ailus6ec299f2011-08-06 16:13:47 -0300188 <revnumber>3.5</revnumber>
Sylwester Nawrocki2272ab62012-05-11 06:37:03 -0300189 <date>2012-05-07</date>
Hans Verkuil571d19c2012-08-09 06:04:43 -0300190 <authorinitials>sa, sn, hv</authorinitials>
Sakari Ailus955f6452011-12-12 18:17:25 -0300191 <revremark>Added V4L2_CTRL_TYPE_INTEGER_MENU and V4L2 subdev
Sylwester Nawrocki6491d1a2012-04-02 06:40:19 -0300192 selections API. Improved the description of V4L2_CID_COLORFX
193 control, added V4L2_CID_COLORFX_CBCR control.
Sylwester Nawrocki2272ab62012-05-11 06:37:03 -0300194 Added camera controls V4L2_CID_AUTO_EXPOSURE_BIAS,
195 V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE, V4L2_CID_IMAGE_STABILIZATION,
196 V4L2_CID_ISO_SENSITIVITY, V4L2_CID_ISO_SENSITIVITY_AUTO,
197 V4L2_CID_EXPOSURE_METERING, V4L2_CID_SCENE_MODE,
198 V4L2_CID_3A_LOCK, V4L2_CID_AUTO_FOCUS_START,
199 V4L2_CID_AUTO_FOCUS_STOP, V4L2_CID_AUTO_FOCUS_STATUS
200 and V4L2_CID_AUTO_FOCUS_RANGE.
Hans Verkuil571d19c2012-08-09 06:04:43 -0300201 Added VIDIOC_ENUM_DV_TIMINGS, VIDIOC_QUERY_DV_TIMINGS and
202 VIDIOC_DV_TIMINGS_CAP.
Hans Verkuil7dcc6062012-05-15 08:04:28 -0300203 </revremark>
Sakari Ailus6ec299f2011-08-06 16:13:47 -0300204 </revision>
205
206 <revision>
Sylwester Nawrocki29fa0ee2012-01-20 15:38:50 -0300207 <revnumber>3.4</revnumber>
208 <date>2012-01-25</date>
209 <authorinitials>sn</authorinitials>
210 <revremark>Added <link linkend="jpeg-controls">JPEG compression
211 control class.</link>
212 </revremark>
213 </revision>
214
215 <revision>
Hans Verkuil583aa3a2012-01-11 06:45:05 -0300216 <revnumber>3.3</revnumber>
217 <date>2012-01-11</date>
218 <authorinitials>hv</authorinitials>
219 <revremark>Added device_caps field to struct v4l2_capabilities.</revremark>
220 </revision>
221
222 <revision>
Hans Verkuil74a45792011-08-26 07:31:13 -0300223 <revnumber>3.2</revnumber>
224 <date>2011-08-26</date>
225 <authorinitials>hv</authorinitials>
226 <revremark>Added V4L2_CTRL_FLAG_VOLATILE.</revremark>
227 </revision>
228
229 <revision>
Mauro Carvalho Chehabc20eb182011-06-25 14:11:52 -0300230 <revnumber>3.1</revnumber>
231 <date>2011-06-27</date>
Hans Verkuilaec67f02011-05-23 07:36:55 -0300232 <authorinitials>mcc, po, hv</authorinitials>
233 <revremark>Documented that VIDIOC_QUERYCAP now returns a per-subsystem version instead of a per-driver one.
234 Standardize an error code for invalid ioctl.
235 Added V4L2_CTRL_TYPE_BITMASK.</revremark>
Mauro Carvalho Chehabc20eb182011-06-25 14:11:52 -0300236 </revision>
Mauro Carvalho Chehab9190d192011-07-06 14:08:08 -0300237
Mauro Carvalho Chehabc20eb182011-06-25 14:11:52 -0300238 <revision>
Mauro Carvalho Chehab3822f182011-03-01 16:03:11 -0300239 <revnumber>2.6.39</revnumber>
240 <date>2011-03-01</date>
Pawel Osciakf0e3b642011-03-13 15:20:22 -0300241 <authorinitials>mcc, po</authorinitials>
242 <revremark>Removed VIDIOC_*_OLD from videodev2.h header and update it to reflect latest changes. Added the <link linkend="planar-apis">multi-planar API</link>.</revremark>
Pawel Osciak53b5d572011-01-07 01:41:33 -0300243 </revision>
244
245 <revision>
Hans Verkuilf44026d2010-08-06 12:52:43 -0300246 <revnumber>2.6.37</revnumber>
247 <date>2010-08-06</date>
248 <authorinitials>hv</authorinitials>
249 <revremark>Removed obsolete vtx (videotext) API.</revremark>
250 </revision>
251
252 <revision>
Hans Verkuilb33f5f82009-12-03 01:32:12 -0300253 <revnumber>2.6.33</revnumber>
254 <date>2009-12-03</date>
255 <authorinitials>mk</authorinitials>
256 <revremark>Added documentation for the Digital Video timings API.</revremark>
257 </revision>
258
259 <revision>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300260 <revnumber>2.6.32</revnumber>
261 <date>2009-08-31</date>
262 <authorinitials>mcc</authorinitials>
263 <revremark>Now, revisions will match the kernel version where
264the V4L2 API changes will be used by the Linux Kernel.
265Also added Remote Controller chapter.</revremark>
266 </revision>
267
268 <revision>
269 <revnumber>0.29</revnumber>
270 <date>2009-08-26</date>
271 <authorinitials>ev</authorinitials>
272 <revremark>Added documentation for string controls and for FM Transmitter controls.</revremark>
273 </revision>
274
275 <revision>
276 <revnumber>0.28</revnumber>
277 <date>2009-08-26</date>
278 <authorinitials>gl</authorinitials>
279 <revremark>Added V4L2_CID_BAND_STOP_FILTER documentation.</revremark>
280 </revision>
281
282 <revision>
283 <revnumber>0.27</revnumber>
284 <date>2009-08-15</date>
285 <authorinitials>mcc</authorinitials>
286 <revremark>Added libv4l and Remote Controller documentation;
287added v4l2grab and keytable application examples.</revremark>
288 </revision>
289
290 <revision>
291 <revnumber>0.26</revnumber>
292 <date>2009-07-23</date>
293 <authorinitials>hv</authorinitials>
294 <revremark>Finalized the RDS capture API. Added modulator and RDS encoder
295capabilities. Added support for string controls.</revremark>
296 </revision>
297
298 <revision>
299 <revnumber>0.25</revnumber>
300 <date>2009-01-18</date>
301 <authorinitials>hv</authorinitials>
302 <revremark>Added pixel formats VYUY, NV16 and NV61, and changed
303the debug ioctls VIDIOC_DBG_G/S_REGISTER and VIDIOC_DBG_G_CHIP_IDENT.
304Added camera controls V4L2_CID_ZOOM_ABSOLUTE, V4L2_CID_ZOOM_RELATIVE,
305V4L2_CID_ZOOM_CONTINUOUS and V4L2_CID_PRIVACY.</revremark>
306 </revision>
307
308 <revision>
309 <revnumber>0.24</revnumber>
310 <date>2008-03-04</date>
311 <authorinitials>mhs</authorinitials>
312 <revremark>Added pixel formats Y16 and SBGGR16, new controls
313and a camera controls class. Removed VIDIOC_G/S_MPEGCOMP.</revremark>
314 </revision>
315
316 <revision>
317 <revnumber>0.23</revnumber>
318 <date>2007-08-30</date>
319 <authorinitials>mhs</authorinitials>
320 <revremark>Fixed a typo in VIDIOC_DBG_G/S_REGISTER.
321Clarified the byte order of packed pixel formats.</revremark>
322 </revision>
323
324 <revision>
325 <revnumber>0.22</revnumber>
326 <date>2007-08-29</date>
327 <authorinitials>mhs</authorinitials>
328 <revremark>Added the Video Output Overlay interface, new MPEG
329controls, V4L2_FIELD_INTERLACED_TB and V4L2_FIELD_INTERLACED_BT,
330VIDIOC_DBG_G/S_REGISTER, VIDIOC_(TRY_)ENCODER_CMD,
331VIDIOC_G_CHIP_IDENT, VIDIOC_G_ENC_INDEX, new pixel formats.
332Clarifications in the cropping chapter, about RGB pixel formats, the
333mmap(), poll(), select(), read() and write() functions. Typographical
334fixes.</revremark>
335 </revision>
336
337 <revision>
338 <revnumber>0.21</revnumber>
339 <date>2006-12-19</date>
340 <authorinitials>mhs</authorinitials>
341 <revremark>Fixed a link in the VIDIOC_G_EXT_CTRLS section.</revremark>
342 </revision>
343
344 <revision>
345 <revnumber>0.20</revnumber>
346 <date>2006-11-24</date>
347 <authorinitials>mhs</authorinitials>
348 <revremark>Clarified the purpose of the audioset field in
349struct v4l2_input and v4l2_output.</revremark>
350 </revision>
351
352 <revision>
353 <revnumber>0.19</revnumber>
354 <date>2006-10-19</date>
355 <authorinitials>mhs</authorinitials>
356 <revremark>Documented V4L2_PIX_FMT_RGB444.</revremark>
357 </revision>
358
359 <revision>
360 <revnumber>0.18</revnumber>
361 <date>2006-10-18</date>
362 <authorinitials>mhs</authorinitials>
363 <revremark>Added the description of extended controls by Hans
364Verkuil. Linked V4L2_PIX_FMT_MPEG to V4L2_CID_MPEG_STREAM_TYPE.</revremark>
365 </revision>
366
367 <revision>
368 <revnumber>0.17</revnumber>
369 <date>2006-10-12</date>
370 <authorinitials>mhs</authorinitials>
371 <revremark>Corrected V4L2_PIX_FMT_HM12 description.</revremark>
372 </revision>
373
374 <revision>
375 <revnumber>0.16</revnumber>
376 <date>2006-10-08</date>
377 <authorinitials>mhs</authorinitials>
378 <revremark>VIDIOC_ENUM_FRAMESIZES and
379VIDIOC_ENUM_FRAMEINTERVALS are now part of the API.</revremark>
380 </revision>
381
382 <revision>
383 <revnumber>0.15</revnumber>
384 <date>2006-09-23</date>
385 <authorinitials>mhs</authorinitials>
386 <revremark>Cleaned up the bibliography, added BT.653 and
387BT.1119. capture.c/start_capturing() for user pointer I/O did not
388initialize the buffer index. Documented the V4L MPEG and MJPEG
389VID_TYPEs and V4L2_PIX_FMT_SBGGR8. Updated the list of reserved pixel
390formats. See the history chapter for API changes.</revremark>
391 </revision>
392
393 <revision>
394 <revnumber>0.14</revnumber>
395 <date>2006-09-14</date>
396 <authorinitials>mr</authorinitials>
397 <revremark>Added VIDIOC_ENUM_FRAMESIZES and
398VIDIOC_ENUM_FRAMEINTERVALS proposal for frame format enumeration of
399digital devices.</revremark>
400 </revision>
401
402 <revision>
403 <revnumber>0.13</revnumber>
404 <date>2006-04-07</date>
405 <authorinitials>mhs</authorinitials>
406 <revremark>Corrected the description of struct v4l2_window
407clips. New V4L2_STD_ and V4L2_TUNER_MODE_LANG1_LANG2
408defines.</revremark>
409 </revision>
410
411 <revision>
412 <revnumber>0.12</revnumber>
413 <date>2006-02-03</date>
414 <authorinitials>mhs</authorinitials>
415 <revremark>Corrected the description of struct
416v4l2_captureparm and v4l2_outputparm.</revremark>
417 </revision>
418
419 <revision>
420 <revnumber>0.11</revnumber>
421 <date>2006-01-27</date>
422 <authorinitials>mhs</authorinitials>
423 <revremark>Improved the description of struct
424v4l2_tuner.</revremark>
425 </revision>
426
427 <revision>
428 <revnumber>0.10</revnumber>
429 <date>2006-01-10</date>
430 <authorinitials>mhs</authorinitials>
431 <revremark>VIDIOC_G_INPUT and VIDIOC_S_PARM
432clarifications.</revremark>
433 </revision>
434
435 <revision>
436 <revnumber>0.9</revnumber>
437 <date>2005-11-27</date>
438 <authorinitials>mhs</authorinitials>
439 <revremark>Improved the 525 line numbering diagram. Hans
440Verkuil and I rewrote the sliced VBI section. He also contributed a
441VIDIOC_LOG_STATUS page. Fixed VIDIOC_S_STD call in the video standard
442selection example. Various updates.</revremark>
443 </revision>
444
445 <revision>
446 <revnumber>0.8</revnumber>
447 <date>2004-10-04</date>
448 <authorinitials>mhs</authorinitials>
449 <revremark>Somehow a piece of junk slipped into the capture
450example, removed.</revremark>
451 </revision>
452
453 <revision>
454 <revnumber>0.7</revnumber>
455 <date>2004-09-19</date>
456 <authorinitials>mhs</authorinitials>
457 <revremark>Fixed video standard selection, control
458enumeration, downscaling and aspect example. Added read and user
459pointer i/o to video capture example.</revremark>
460 </revision>
461
462 <revision>
463 <revnumber>0.6</revnumber>
464 <date>2004-08-01</date>
465 <authorinitials>mhs</authorinitials>
466 <revremark>v4l2_buffer changes, added video capture example,
467various corrections.</revremark>
468 </revision>
469
470 <revision>
471 <revnumber>0.5</revnumber>
472 <date>2003-11-05</date>
473 <authorinitials>mhs</authorinitials>
474 <revremark>Pixel format erratum.</revremark>
475 </revision>
476
477 <revision>
478 <revnumber>0.4</revnumber>
479 <date>2003-09-17</date>
480 <authorinitials>mhs</authorinitials>
481 <revremark>Corrected source and Makefile to generate a PDF.
482SGML fixes. Added latest API changes. Closed gaps in the history
483chapter.</revremark>
484 </revision>
485
486 <revision>
487 <revnumber>0.3</revnumber>
488 <date>2003-02-05</date>
489 <authorinitials>mhs</authorinitials>
490 <revremark>Another draft, more corrections.</revremark>
491 </revision>
492
493 <revision>
494 <revnumber>0.2</revnumber>
495 <date>2003-01-15</date>
496 <authorinitials>mhs</authorinitials>
497 <revremark>Second draft, with corrections pointed out by Gerd
498Knorr.</revremark>
499 </revision>
500
501 <revision>
502 <revnumber>0.1</revnumber>
503 <date>2002-12-01</date>
504 <authorinitials>mhs</authorinitials>
505 <revremark>First draft, based on documentation by Bill Dirks
506and discussions on the V4L mailing list.</revremark>
507 </revision>
508 </revhistory>
509</partinfo>
510
511<title>Video for Linux Two API Specification</title>
Ricardo Ribaldaf90580c2013-11-26 05:31:42 -0300512 <subtitle>Revision 3.14</subtitle>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300513
514 <chapter id="common">
515 &sub-common;
516 </chapter>
517
518 <chapter id="pixfmt">
519 &sub-pixfmt;
520 </chapter>
521
522 <chapter id="io">
523 &sub-io;
524 </chapter>
525
526 <chapter id="devices">
527 <title>Interfaces</title>
528
529 <section id="capture"> &sub-dev-capture; </section>
530 <section id="overlay"> &sub-dev-overlay; </section>
531 <section id="output"> &sub-dev-output; </section>
532 <section id="osd"> &sub-dev-osd; </section>
533 <section id="codec"> &sub-dev-codec; </section>
534 <section id="effect"> &sub-dev-effect; </section>
535 <section id="raw-vbi"> &sub-dev-raw-vbi; </section>
536 <section id="sliced"> &sub-dev-sliced-vbi; </section>
537 <section id="ttx"> &sub-dev-teletext; </section>
538 <section id="radio"> &sub-dev-radio; </section>
539 <section id="rds"> &sub-dev-rds; </section>
Sakari Ailusdd966082010-03-27 10:58:24 -0300540 <section id="event"> &sub-dev-event; </section>
Laurent Pinchart333c8b92010-03-15 20:26:04 -0300541 <section id="subdev"> &sub-dev-subdev; </section>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300542 </chapter>
543
544 <chapter id="driver">
545 &sub-driver;
546 </chapter>
547
548 <chapter id="libv4l">
549 &sub-libv4l;
550 </chapter>
551
552 <chapter id="compat">
553 &sub-compat;
554 </chapter>
555
Mauro Carvalho Chehabdb17ab92009-09-17 01:44:22 -0300556 <appendix id="user-func">
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300557 <title>Function Reference</title>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300558
559 <!-- Keep this alphabetically sorted. -->
560
561 &sub-close;
562 &sub-ioctl;
563 <!-- All ioctls go here. -->
Guennadi Liakhovetski55093282011-09-28 08:10:58 -0300564 &sub-create-bufs;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300565 &sub-cropcap;
Hans Verkuil96b03d22013-04-06 06:16:58 -0300566 &sub-dbg-g-chip-info;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300567 &sub-dbg-g-register;
Hans Verkuil6b4f1252011-11-24 09:55:53 -0300568 &sub-decoder-cmd;
Sakari Ailusdd966082010-03-27 10:58:24 -0300569 &sub-dqevent;
Hans Verkuil7dcc6062012-05-15 08:04:28 -0300570 &sub-dv-timings-cap;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300571 &sub-encoder-cmd;
572 &sub-enumaudio;
573 &sub-enumaudioout;
Hans Verkuil7dcc6062012-05-15 08:04:28 -0300574 &sub-enum-dv-timings;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300575 &sub-enum-fmt;
576 &sub-enum-framesizes;
577 &sub-enum-frameintervals;
Hans Verkuil50121312012-07-05 06:54:38 -0300578 &sub-enum-freq-bands;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300579 &sub-enuminput;
580 &sub-enumoutput;
581 &sub-enumstd;
Tomasz Stanislawski19b6ef52012-06-14 11:32:22 -0300582 &sub-expbuf;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300583 &sub-g-audio;
584 &sub-g-audioout;
585 &sub-g-crop;
586 &sub-g-ctrl;
Muralidharan Karicheri007701e2009-12-03 01:13:17 -0300587 &sub-g-dv-timings;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300588 &sub-g-enc-index;
589 &sub-g-ext-ctrls;
590 &sub-g-fbuf;
591 &sub-g-fmt;
592 &sub-g-frequency;
593 &sub-g-input;
594 &sub-g-jpegcomp;
595 &sub-g-modulator;
596 &sub-g-output;
597 &sub-g-parm;
598 &sub-g-priority;
Tomasz Stanislawski8af49222011-08-19 07:00:04 -0300599 &sub-g-selection;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300600 &sub-g-sliced-vbi-cap;
601 &sub-g-std;
602 &sub-g-tuner;
603 &sub-log-status;
604 &sub-overlay;
Hans Verkuil87736df2012-06-06 17:48:46 -0300605 &sub-prepare-buf;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300606 &sub-qbuf;
607 &sub-querybuf;
608 &sub-querycap;
609 &sub-queryctrl;
Hans Verkuil7dcc6062012-05-15 08:04:28 -0300610 &sub-query-dv-timings;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300611 &sub-querystd;
612 &sub-reqbufs;
613 &sub-s-hw-freq-seek;
614 &sub-streamon;
Laurent Pinchart35c30172010-05-05 11:38:35 -0300615 &sub-subdev-enum-frame-interval;
Laurent Pinchart333c8b92010-03-15 20:26:04 -0300616 &sub-subdev-enum-frame-size;
617 &sub-subdev-enum-mbus-code;
Antti Koskipaaf6a5cb12010-06-23 05:03:42 -0300618 &sub-subdev-g-crop;
Hans Verkuil7c287e92012-09-26 05:24:18 -0300619 &sub-subdev-g-edid;
Laurent Pinchart333c8b92010-03-15 20:26:04 -0300620 &sub-subdev-g-fmt;
Laurent Pinchart35c30172010-05-05 11:38:35 -0300621 &sub-subdev-g-frame-interval;
Sakari Ailus955f6452011-12-12 18:17:25 -0300622 &sub-subdev-g-selection;
Sakari Ailusdd966082010-03-27 10:58:24 -0300623 &sub-subscribe-event;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300624 <!-- End of ioctls. -->
625 &sub-mmap;
626 &sub-munmap;
627 &sub-open;
628 &sub-poll;
629 &sub-read;
630 &sub-select;
631 &sub-write;
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300632 </appendix>
633
Sakari Ailus64b9ce82012-06-01 13:56:53 -0300634 <appendix>
635 <title>Common definitions for V4L2 and V4L2 subdev interfaces</title>
636 &sub-selections-common;
637 </appendix>
638
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -0300639 <appendix id="videodev">
640 <title>Video For Linux Two Header File</title>
641 &sub-videodev2-h;
642 </appendix>
643
644 <appendix id="capture-example">
645 <title>Video Capture Example</title>
646 &sub-capture-c;
647 </appendix>
648
649 <appendix id="v4l2grab-example">
650 <title>Video Grabber example using libv4l</title>
651 <para>This program demonstrates how to grab V4L2 images in ppm format by
652using libv4l handlers. The advantage is that this grabber can potentially work
653with any V4L2 driver.</para>
654 &sub-v4l2grab-c;
655 </appendix>
656
657 &sub-media-indices;
658
659 &sub-biblio;
660