LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-31-2010, 10:58 PM   #1
thamsivan
LQ Newbie
 
Registered: Mar 2010
Posts: 3

Rep: Reputation: 0
Logitech quickcam driver installation


Hi all.. im finding difficulty in installing the drivers for my webcam.

Im following the installation guide as in the page
Link

When I try to
cmake .. -DCMAKE_INSTALL_PREFIX=/usr

it says-
"Linux UVC Driver sources (uvcvideo.h) not found. Try adding its path to the CMAKE_INCLUDE_PATH environment variable."

please help!!
 
Old 04-01-2010, 06:55 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello and welcome to LinuxQuestions,

I'm sure you have your reasons why you would compile a specific driver for your webcam although it should work out of the box if it's an UVC webcam. You're following instructions for an Orbit AF, is that the webcam you have? I have exactly the same one and it works out of the box on my Slackware.

The answer to your question is in the error you got, just add the CMAKE_INCLUDE_PATH variable to the cmake command indicating the path where you copied the uvcvideo.h file to. If you followed the instructions correctly from the page you linked to it should be something like this:
Code:
cmake .. -DCMAKE_INSTALL_PREFIX=/usr CMAKE_INCLUDE_PATH=/libwebcam/Common/include/
if /libwebcam/Common/include/ is the path where you copied the needed file to. If you're not sure then use the find command to find out where it is:
Code:
find / -type f -name 'uvcvideo.h'
Kind regards,

Eric
 
Old 04-01-2010, 06:58 AM   #3
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Most modern distros usually have the uvc driver already available. Have a look at the output of lsmod and see if uvcvideo is already there. If no, try running modprobe uvcvideo as root and see if that gets your camera working.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Logitech QuickCam (V-UBG35 driver) for Linux miniu Linux - Hardware 9 01-30-2010 08:39 AM
Logitech webcam (quickcam) driver issues Jinouchi Linux - Hardware 3 11-13-2009 09:18 PM
What is Driver for Logitech Quickcam Pro For Notebooks mac57 SUSE / openSUSE 1 04-30-2008 09:51 PM
Logitech QuickCam driver compilation problems evilmonkey Linux - Hardware 5 02-04-2005 10:23 AM
Logitech QuickCam Express driver Sumit Rajan Linux - Hardware 1 01-30-2004 05:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration