Markus Heiser | 5377d91 | 2016-06-30 15:18:56 +0200 | [diff] [blame] | 1 | .. -*- coding: utf-8; mode: rst -*- |
| 2 | |
| 3 | .. _effect: |
| 4 | |
| 5 | ************************ |
| 6 | Effect Devices Interface |
| 7 | ************************ |
| 8 | |
| 9 | **Note** |
| 10 | |
| 11 | This interface has been be suspended from the V4L2 API implemented |
| 12 | in Linux 2.6 until we have more experience with effect device |
| 13 | interfaces. |
| 14 | |
| 15 | A V4L2 video effect device can do image effects, filtering, or combine |
| 16 | two or more images or image streams. For example video transitions or |
| 17 | wipes. Applications send data to be processed and receive the result |
| 18 | data either with :ref:`read() <func-read>` and |
| 19 | :ref:`write() <func-write>` functions, or through the streaming I/O |
| 20 | mechanism. |
| 21 | |
| 22 | [to do] |
| 23 | |
| 24 | |
| 25 | .. ------------------------------------------------------------------------------ |
| 26 | .. This file was automatically converted from DocBook-XML with the dbxml |
| 27 | .. library (https://github.com/return42/sphkerneldoc). The origin XML comes |
| 28 | .. from the linux kernel, refer to: |
| 29 | .. |
| 30 | .. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook |
| 31 | .. ------------------------------------------------------------------------------ |