dev-effect.rst 622 B

123456789101112131415161718192021
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _effect:
  3. ************************
  4. Effect Devices Interface
  5. ************************
  6. .. note::
  7. This interface has been be suspended from the V4L2 API.
  8. The implementation for such effects should be done
  9. via mem2mem devices.
  10. A V4L2 video effect device can do image effects, filtering, or combine
  11. two or more images or image streams. For example video transitions or
  12. wipes. Applications send data to be processed and receive the result
  13. data either with :ref:`read() <func-read>` and
  14. :ref:`write() <func-write>` functions, or through the streaming I/O
  15. mechanism.
  16. [to do]