Closed GoogleCodeExporter closed 9 years ago
Also I have the following in /dev
alex@haiku:/dev$ ls -l /dev/ | grep video
crw-rw---- 1 root video 29, 0 2011-05-03 00:39 fb0
crw-rw----+ 1 root video 81, 0 2011-05-03 00:39 video0
crw-rw----+ 1 root video 81, 1 2011-05-03 00:40 video1
The window About > Video Device info shows:
/dev/video1 WebcamStudio Video Device V4L2 Output
/dev/video0 USB 2.0 Camera V4L2 Output
Original comment by metallourlante
on 2 May 2011 at 10:46
I am also having this issue on 11.04 WS4GL 0.57 Alpha 2 however i also had the
problem before:
wget -r -np -nH --cut-dirs=3
http://webcamstudio.googlecode.com/svn/trunk/trunk/vloopback/
cd vloopback
make && make install
I had found this on another post as a solution to this same problem!
Original comment by limalolo...@gmail.com
on 14 May 2011 at 7:10
Could you confirm that the loopback module was built succesfully?
Original comment by patrick.balleux
on 23 May 2011 at 1:58
Issue 22 has been merged into this issue.
Original comment by patrick.balleux
on 23 May 2011 at 2:03
I also having this issue on Ubuntu 11.04 64bits, i could'nt find why.
also, i can't use webcamstudio on flash website.
How can I fix that?
Original comment by Olivier....@gmail.com
on 24 May 2011 at 4:28
@patrick.balleux
Yes, it seems to be built successfully. Here is the complete output
me@linuxbox:~/vloopback$ sudo make && sudo make install
Building vloopback driver...
make -C /lib/modules/`uname -r`/build M=/home/alex/vloopback modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.38-8-generic-pae'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic-pae'
make -C /lib/modules/`uname -r`/build M=/home/alex/vloopback modules_install
make[1]: Entering directory `/usr/src/linux-headers-2.6.38-8-generic-pae'
INSTALL /home/alex/vloopback/webcamstudio.ko
DEPMOD 2.6.38-8-generic-pae
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic-pae'
depmod -ae
WARNING: -e needs -E or -F
Original comment by metallourlante
on 26 May 2011 at 5:54
I would also add the the alfa version of webcamstudio do not have this issue
(istalled with webcamstudio_0.57alpha2_all.deb )
Original comment by metallourlante
on 26 May 2011 at 5:56
Have you tried runnig WS4GL as root to see if it's a permission issue. You
often need on some setup to be part of the "video" group as only root and group
"video" can have access to the device.
I'll have to check with a user having less privileges...
Original comment by patrick.balleux
on 28 May 2011 at 7:11
Old issue, closing
Original comment by patrick.balleux
on 13 Nov 2011 at 3:59
Original issue reported on code.google.com by
metallourlante
on 2 May 2011 at 10:30