AVLD - Another Video Loopback Device
From ElphelWiki
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/