AVLD - Another Video Loopback Device

From ElphelWiki
Revision as of 19:39, 29 August 2008 by Luxigo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

With AVLD you can use Elphel cameras for image acquisition in v4l compatible applications, video conferencing, etc


Accessing Elphel camera streams through a v4l device (eg: /dev/video0)

After loading the AVLD module:

modprobe avld width=640 height=480 fps=25


You just have to feed the video device with:

mencoder rtsp://192.168.0.9 -nosound -ovc raw -vf format=bgr24 -of rawvideo -ofps 25 -o /dev/video0

(or /dev/video1 if you had already another video device driver loaded before)


AVLD Homepage: http://allonlinux.free.fr/Projets/AVLD/