akhilchirravuri
Posts: 18
Joined: Thu Jan 02, 2014 4:23 pm

Webcam connectivity issue with Pi...

Tue Mar 18, 2014 3:16 pm

good evening

my project is to connect a USB webcam to the Pi and use it for monitoring & recording purposes...

now is it mandatory to install a webcam driver in the Raspbian OS which I am using with the Pi...

I couldn't find any Linux based drivers of the webcam...I've .EXE driver of the webcam...but it won't work in Raspbian I guess...

please help me with this issue...

mikerr
Posts: 2825
Joined: Thu Jan 12, 2012 12:46 pm
Location: UK
Contact: Website

Re: Webcam connectivity issue with Pi...

Tue Mar 18, 2014 3:24 pm

Telling us the model of the webcam might help ;)
Android app - Raspi Card Imager - download and image SD cards - No PC required !

akhilchirravuri
Posts: 18
Joined: Thu Jan 02, 2014 4:23 pm

Re: Webcam connectivity issue with Pi...

Tue Mar 18, 2014 3:28 pm

mikerr wrote:Telling us the model of the webcam might help ;)
Creative Technologies...Webcam Model No. is VF-0040

mikerr
Posts: 2825
Joined: Thu Jan 12, 2012 12:46 pm
Location: UK
Contact: Website

Re: Webcam connectivity issue with Pi...

Tue Mar 18, 2014 3:34 pm

It's not listed on http://elinux.org/RPi_USB_Webcams

but try installing fswebcam:

Code: Select all

sudo apt-get install fswebcam
Android app - Raspi Card Imager - download and image SD cards - No PC required !

akhilchirravuri
Posts: 18
Joined: Thu Jan 02, 2014 4:23 pm

Re: Webcam connectivity issue with Pi...

Tue Mar 18, 2014 3:54 pm

sudo apt-get install fswebcam...

after installation

fswebcam...

it gives me an error..."opening /dev/video0..."
stat: no such file or directory...

and one more question...?

I've gone through the link which you've posted previously...and on checking the website I found only .EXE drivers...will they work for Raspbian too...?

User avatar
pluggy
Posts: 3635
Joined: Thu May 31, 2012 3:52 pm
Location: Barnoldswick, Lancashire,UK
Contact: Website

Re: Webcam connectivity issue with Pi...

Tue Mar 18, 2014 6:49 pm

No, .exe won't work on on Linux. The drivers for most webcams are preinstalled in the Kernel, and work 'out of the box' unfortunately the USB implementation on the Pi doesn't suit many webcams with the result that many of them don't work with the Pi. I've half a dozen USB webcams of various ilks that work fine on a PC running Linux but the Pi won't entertain. The established wisdom is you buy a camera to suit the Pi.

The Microsoft VX800 works a treat.....

http://www.ebay.co.uk/itm/Microsoft-Lif ... 5aef7135c5

The elinux guide is out of date, it works at full resolution since about February 2013.
Don't judge Linux by the Pi.......
I must not tread on too many sacred cows......

Daveawalker
Posts: 20
Joined: Fri Apr 26, 2013 3:26 pm

Re: Webcam connectivity issue with Pi...

Thu Oct 30, 2014 4:33 pm

The vx800 does not install for me!
raspbian on model B +

User avatar
pluggy
Posts: 3635
Joined: Thu May 31, 2012 3:52 pm
Location: Barnoldswick, Lancashire,UK
Contact: Website

Re: Webcam connectivity issue with Pi...

Thu Oct 30, 2014 11:47 pm

Daveawalker wrote:The vx800 does not install for me!
raspbian on model B +
You don't need to install it. Raspbian will just find it and give it a device name (usually /dev/video0) and you access it via that.
Don't judge Linux by the Pi.......
I must not tread on too many sacred cows......

Return to “Beginners”