Loopback: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
m (minor edit)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
There is a very nice [[Development: Video4Linux APIs|V4L1]] based loopback device driver that allows you emulate a video device in your system. There is also [[Development: Video4Linux APIs|V4L2]] loopback driver, it is in early development stage, but worth trying.
There is a very nice [[Development: Video4Linux APIs|V4L1]] based loopback device driver that allows you to emulate a video device in your system. There is also [[Development: Video4Linux APIs|V4L2]] loopback driver, it is in early development stage, but worth trying.


==Externa Links==
==Externa Links==
* See the [http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome Motion website] for the [http://www.lavrsen.dk/twiki/bin/view/Motion/VideoFourLinuxLoopbackDevice Video4Linux Loopback Device Driver].
* See the [http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome Motion website] for the [http://www.lavrsen.dk/twiki/bin/view/Motion/VideoFourLinuxLoopbackDevice Video4Linux Loopback Device Driver].
* See the [http://code.google.com/p/v4l2loopback/ v4l2loopback] site on Google code hosting for the v4l2 loopback device driver.
* See the [http://code.google.com/p/v4l2loopback/ v4l2loopback] site on Google code hosting for the v4l2 loopback device driver.
[[Category:Drivers]]

Latest revision as of 19:23, 22 August 2010

There is a very nice V4L1 based loopback device driver that allows you to emulate a video device in your system. There is also V4L2 loopback driver, it is in early development stage, but worth trying.

Externa Links