USB Camera: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
m Created page with "Logitech 1080P camera Shows up as [ 392.407890] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0821) [ 392.420616] input: UVC Camera (046d:0821) as /devices/pci0000:00/0000:..."
 
Brian Wilson (talk | contribs)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Logitech 1080P camera
== The camera ==
 
[http://www.logitech.com/en-us/webcam-communications/webcams/devices/hd-pro-webcam-c910 Logitech HD Pro Webcam C910]


Shows up as
Shows up as
Line 7: Line 9:
sb1/1-3/1-3.1/1-3.1:1.2/input/input6
sb1/1-3/1-3.1/1-3.1:1.2/input/input6


Software
/dev/video0
 
== The software ==


sudo apt-get install ffmpeg libmp3lame-dev libjpeg8-dev
Cheese and VLC are two of my favorites for testing the camera to confirm it works.
sudo apt-get install apache2 libapache2-mod-php5
sudo apt-get install mysql-client libmysqlclient-dev libgnutls-dev


[http://www.zoneminder.com/ Zoneminder]
ffmpeg is supposed to be good too.


Downloaded from svn repo with
Motion is supposed to do what I want - monitor a camera for movement and record movies if it sees something.
cd src
svn co http://svn.zoneminder.com/svn/zm/trunk zm


Configured with
[http://www.zoneminder.com/ Zoneminder] is web - based and very complicated.
./configure --with-libarch=lib64 --with-mysql=/usr --with-ffmpeg=/usr  --with-webdir=/var/www --with-cgidir=/usr/lib/cgi-bin
sudo apt-get install ffmpeg libmp3lame-dev libjpeg8-dev libavcodec-dev
sudo apt-get install libapache2-mod-auth-mysql mysql-client apache2 libapache2-mod-php5 php5-mysql
sudo apt-get install zoneminder

Latest revision as of 02:50, 8 September 2011

The camera

Logitech HD Pro Webcam C910

Shows up as

[ 392.407890] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0821)
[ 392.420616] input: UVC Camera (046d:0821) as /devices/pci0000:00/0000:00:1a.7/u

sb1/1-3/1-3.1/1-3.1:1.2/input/input6

/dev/video0

The software

Cheese and VLC are two of my favorites for testing the camera to confirm it works.

ffmpeg is supposed to be good too.

Motion is supposed to do what I want - monitor a camera for movement and record movies if it sees something.

Zoneminder is web - based and very complicated.

sudo apt-get install ffmpeg libmp3lame-dev libjpeg8-dev libavcodec-dev
sudo apt-get install libapache2-mod-auth-mysql mysql-client apache2 libapache2-mod-php5 php5-mysql
sudo apt-get install zoneminder