LinuxMCE Forums
May 23, 2013, 10:12:29 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Web Camera not getting any picture  (Read 537 times)
dcubox1
Veteran
***
Posts: 130


View Profile
« on: March 25, 2010, 07:29:30 pm »

Ok so I have tried to setup a bog standard usb web camera that I had for using with skype on my windows machine.

I followed the wiki but after reloading the router I do not get any video!!

Any suggestions? Undecided
Logged
bugui
Veteran
***
Posts: 67


View Profile
« Reply #1 on: April 12, 2011, 05:22:39 am »

Hi,
I solve my problem with my old webcam, adding a few comands before load the skype app.

run this as root:

#rename /usr/bin/skype to /usr/bin/2skype

 mv /usr/bin/skype /usr/bin/2skype
 
#then
# make a new file called skype with this:

vi /usr/bin/skype

#Paste this inside
#--------------------------

#!/bin/bash
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so 2skype

#------------------------------
write and quit

Then u need to follow this wiki
http://wiki.linuxmce.org/index.php/Adding_new_computing_apps

I think that this enviroment setting could be added by lmce without need to rename files or doing this, but i didn't try it.

Thanks

Hernan
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!