mlanypitts / webcamstudio

Automatically exported from code.google.com/p/webcamstudio
GNU General Public License v3.0
0 stars 0 forks source link

"No output" message on Ubuntu 11.04 (Natty) #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
wget -r -np -nH --cut-dirs=3 
http://webcamstudio.googlecode.com/svn/trunk/trunk/vloopback/

cd vloopback

make && make install

3. Start webcamstudio 

What is the expected output? What do you see instead?

In the bottom right of webcamstudio's window the "No output!" message is shown. 
Is not possible to select the virtual webcam in Flash sites.

What version of the product are you using? On what operating system?

Ubuntu 11.04 Natty 2.6.38-8-generic-pae

Original issue reported on code.google.com by metallourlante on 2 May 2011 at 10:30

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Could you confirm that the loopback module was built succesfully?

Original comment by patrick.balleux on 23 May 2011 at 1:58

GoogleCodeExporter commented 8 years ago
Issue 22 has been merged into this issue.

Original comment by patrick.balleux on 23 May 2011 at 2:03

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
@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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Old issue, closing

Original comment by patrick.balleux on 13 Nov 2011 at 3:59