summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2009-08-26 20:39:27 +0200
committerGuennadi Liakhovetski <g.liakhovetski@gmx.de>2009-08-26 20:39:27 +0200
commit39260c5d799177f03ba4a0cea40f998ebff7d8c9 (patch)
tree46dc122a966b4ff10f2655019eaa84928aaa3e58
parent92c15735f63a6159490a9b6110e81925d093a10d (diff)
downloadmediapointer-dvb-s2-39260c5d799177f03ba4a0cea40f998ebff7d8c9.tar.gz
mediapointer-dvb-s2-39260c5d799177f03ba4a0cea40f998ebff7d8c9.tar.bz2
Document the new V4L2_CID_BAND_STOP_FILTER control
From: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Add V4L2 API documentation for the new V4L2_CID_BAND_STOP_FILTER control Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
-rw-r--r--v4l2-spec/controls.sgml8
-rw-r--r--v4l2-spec/v4l2.sgml9
2 files changed, 16 insertions, 1 deletions
diff --git a/v4l2-spec/controls.sgml b/v4l2-spec/controls.sgml
index 477a97077..a806eddcd 100644
--- a/v4l2-spec/controls.sgml
+++ b/v4l2-spec/controls.sgml
@@ -1811,6 +1811,14 @@ mechanical obturation of the sensor and firmware image processing, but the
device is not restricted to these methods. Devices that implement the privacy
control must support read access and may support write access.</entry>
</row>
+
+ <row>
+ <entry spanname="id"><constant>V4L2_CID_BAND_STOP_FILTER</constant>&nbsp;</entry>
+ <entry>integer</entry>
+ </row><row><entry spanname="descr">Switch the band-stop filter of a
+camera sensor on or off, or specify its strength. Such band-stop filters can
+be used, for example, to filter out the fluorescent light component.</entry>
+ </row>
<row><entry></entry></row>
</tbody>
</tgroup>
diff --git a/v4l2-spec/v4l2.sgml b/v4l2-spec/v4l2.sgml
index 8e7610685..a433a1fc2 100644
--- a/v4l2-spec/v4l2.sgml
+++ b/v4l2-spec/v4l2.sgml
@@ -25,7 +25,7 @@
<book id="v4l2spec">
<bookinfo>
<title>Video for Linux Two API Specification</title>
- <subtitle>Revision 0.27</subtitle>
+ <subtitle>Revision 0.28</subtitle>
<authorgroup>
<author>
@@ -144,6 +144,13 @@ structs, ioctls) must be noted in more detail in the history chapter
applications. -->
<revision>
+ <revnumber>0.28</revnumber>
+ <date>2009-08-26</date>
+ <authorinitials>gl</authorinitials>
+ <revremark>Added V4L2_CID_BAND_STOP_FILTER documentation.</revremark>
+ </revision>
+
+ <revision>
<revnumber>0.27</revnumber>
<date>2009-08-15</date>
<authorinitials>mcc</authorinitials>