diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-09 19:17:52 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-09 19:17:52 -0200 |
commit | 9287d394a995ecc037b79e502fd8a995c4929f56 (patch) | |
tree | fdd6485423789f7dfec6189cc1260ab00e3cbb31 /v4l2-spec/dev-effect.sgml | |
parent | 803b1cde37f44f2d09bb97bef92d74ead3279578 (diff) | |
parent | 25c9b30402a26393ce698bd1addc01b7973928e2 (diff) | |
download | mediapointer-dvb-s2-9287d394a995ecc037b79e502fd8a995c4929f56.tar.gz mediapointer-dvb-s2-9287d394a995ecc037b79e502fd8a995c4929f56.tar.bz2 |
Bad: author doesn't exist!
Diffstat (limited to 'v4l2-spec/dev-effect.sgml')
-rw-r--r-- | v4l2-spec/dev-effect.sgml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/v4l2-spec/dev-effect.sgml b/v4l2-spec/dev-effect.sgml new file mode 100644 index 000000000..9c243beba --- /dev/null +++ b/v4l2-spec/dev-effect.sgml @@ -0,0 +1,25 @@ + <title>Effect Devices Interface</title> + + <note> + <title>Suspended</title> + + <para>This interface has been be suspended from the V4L2 API +implemented in Linux 2.6 until we have more experience with effect +device interfaces.</para> + </note> + + <para>A V4L2 video effect device can do image effects, filtering, or +combine two or more images or image streams. For example video +transitions or wipes. Applications send data to be processed and +receive the result data either with &func-read; and &func-write; +functions, or through the streaming I/O mechanism.</para> + + <para>[to do]</para> + + <!-- +Local Variables: +mode: sgml +sgml-parent-document: "v4l2.sgml" +indent-tabs-mode: nil +End: + --> |