Begin3 Title: mjpegtools_yuv_to_v4l Version: 0.2 Entered-date: 2008-08-11 Description: mjpegtools_yuv_to_v4l Converts mjpegtools YUV format to v4l. Should be used with the vloopback module from flashcam-1.1.tgz from http://www.swift-tools.net/Flashcam/ This allows you for example to send the DCS-900 output from the mcamip program to a video for Linux device, so you can watch with for example xawtv, or flashplayer. This is how I use it now: modprobe vloopback Now do dmesg to see what is input and output, you could already have other webcams, here its says: vloopback: Unregistering video4linux loopback devices vloopback: Video4linux loopback driver v1.1.2 vloopback: Loopback 0 registered, input: video2, output: video1 mcamip -f 2 -y | mjpegtools_yuv_to_v4l /dev/video2 Test with: xawtv -c /dev/video1 -geometry 640x480 Needs gcc-4.x to compile. To install: copy mjpegtools_yuv_to_v4l-0.2.tgz to your home directory tar -zxvf mjpegtools_yuv_to_v4l-0.2.tgz cd mjpegtools_yuv_to_v4l-0.2 Follow instructions in README Changes: 0.2: Cleaned up some code, correct buffer size malloc and send size, added flashplayer example in README. Keywords: mjpegtools, v4l, v4l2, DCS-900, mcamip, YUV Author: panteltje@yahoo.com Maintained-by: panteltje@yahoo.com Primary-site: http://panteltje.com/panteltje/mcamip/index.html (homepage) Alternate-site: ftp sunsite.unc.edu/pub/Linux/apps/ Platforms: LINUX UNIX Copying-policy: GPL End