Can the QuickCam work using the video4linux Interface?
This Anonymous Coward asks a question
related to an older
question on Video Converencing with a twist:
"What software is written to capture from the
Quickcam using the video4linux interface?
I can only find bttv which is for video in
a window I believe. I am looking for something
like xfqcam but which uses the video4linux
interface. Quickcam detection seems to
really suck under linux especialy with
the user level programs (xfqcam) and
I figured the video4linux interface might
work better. " Can anyone help out with
some answers?
I just got a black and white quickcam for free, and so far, I've gotten w3cam to somehow work with v4l and give me a completely BLACK image.
I've got no clue. Someone, PLEASE post to this.
da w00t. mtfnpy?
Right, and what happens when you say:
dmesg | tail
? It should give you some sort of reason.
The reason there is no /dev/video is that :)
/dev/$1$dev /dev/$1$dev c 81 $[ $2 + $dev ] /dev/$1$dev
/dev/$1 /dev/${1}0 /dev/$1
m l
you most likely have not created it
For example... MAKEDEV from xawtv (requires bttv support)
-------------->8---------------
#!/bin/bash
function makedev () {
for dev in 0 1 2 3; do
echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
rm -f
mknod
chmod 666
done
# symlink for default device
rm -f
ln -s
}
# see http://roadrunner.swansea.uk.linux.org/v4lapi.sht
echo "*** new device names ***"
makedev video 0
--------------.8---------------
Good luck n stuff!
http://fudge.org