VIVI: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (Added category: Software)
m (update source location; minor edits)
Line 1: Line 1:
VIVI is a [[Development: Video4Linux APIs|V4L2]] based '''vi'''rtual '''vi'''deo driver module (i.e. it acts as a device driver without any physical hardware device actually being present in the system).
VIVI is a [[Development: Video4Linux APIs|V4L2]] based '''vi'''rtual '''vi'''deo driver module (i.e. it acts as a device driver without any physical hardware device actually being present in the system).

==Also See==
* [http://git.linuxtv.org/media_tree.git/blob/HEAD:/drivers/media/video/vivi.c VIVI source code]


==External Links==
==External Links==
* [http://v4l.videotechnology.com/vivi.html VIVI page]
* [http://v4l.videotechnology.com/vivi.html old VIVI page] -- gives a little bit more detail, but not much

* [http://linuxtv.org/hg/v4l-dvb/file/50e4cdc46320/linux/drivers/media/video/vivi.c VIVI source code]
[[Category:Software]]
[[Category:Software]]

Revision as of 15:32, 8 October 2011

VIVI is a V4L2 based virtual video driver module (i.e. it acts as a device driver without any physical hardware device actually being present in the system).

Also See

External Links