Pages

Wednesday, October 23, 2013

Raspberry Pi and a webcam as cheap CCTV Security System

https://medium.com/p/2d5a2d61da3d
http://pingbin.com/2012/12/raspberry-pi-web-cam-server-motion/
http://www.raspberrypi.org/phpBB3/viewtopic.php?t=18314

Cheap Logitech webcam with Raspberry Pi and motion, an excellent linux program that monitors video signal for changes and triggers events.


After connecting USB Logitech Mouse to USB Power HUB
*****************************
DMESG
**************************************
 1909.749872] usb 1-1.3.1: new full-speed USB device number 7 using dwc_otg
[ 1911.887505] usb 1-1.3.1: New USB device found, idVendor=046d, idProduct=08b2
[ 1911.887537] usb 1-1.3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1911.987205] Linux media interface: v0.10
[ 1912.004945] Linux video capture interface: v2.00
[ 1912.030493] pwc: Logitech QuickCam 4000 Pro USB webcam detected.
[ 1912.451764] pwc: Registered as video0.
[ 1912.461279] input: PWC snapshot button as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.1/input/input1
[ 1912.462395] usbcore: registered new interface driver Philips webcam
[ 1912.663675] usbcore: registered new interface driver snd-usb-audio
*************************
pi@MyRaspberry:~$ lsusb
****************************
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0409:0058 NEC Corp. HighSpeed Hub
Bus 001 Device 007: ID 046d:08b2 Logitech, Inc. QuickCam Pro 4000
Bus 001 Device 005: ID 046d:c05a Logitech, Inc. Optical Mouse M90
Bus 001 Device 006: ID 13fd:1040 Initio Corporation

Friday, October 18, 2013