Logitech camera setup - Raspberry Pi
Webcam on RaspberryPi
After hooking any usb device i always have a tendency to run
lsusb
and lsmod
It worked out of the box, i was able to see
/dev/video0
Motion detection was good and captured screenshots with date time stamp.
Steps
sudo apt-get update
sudo apt-get install motion
sudo nano /etc/motion/motion.conf
change these lines to “off” in that file:
control_localhost off
webcam_localhost off
Start the program
sudo motion -n
Check Video Streams
http://raspberry ip address:8081 on the PC
Video Streaming was not usable it was very slow even at 320×240 @ 7~10 fps
Check these articles for Motion
Raspberry Pi • View topic – USB Cams and Motion on Debian
Jeremy’s Blog: Raspberry Pi webcam For Arch Linux
RaspberryPi birdfeeder webcam « Random Hacks
Raspberry Pi • View topic – video surveillance (USB webcam, IP cam…) enough power?
tsuki_chama: Raspberry Tank Day 14: Video Streaming
Jeremy’s Blog: Battery powered, Wireless, Motion detecting Raspberry Pi
Check these articles for Streaming Webcam From The Raspberry Pi
How To : Stream A Webcam From The Raspberry Pi » The Rantings and Ravings of a Madman
How To : Stream A Webcam From The Raspberry Pi Part 2 » The Rantings and Ravings of a Madman
tsuki_chama: Raspberry Tank Day 14: Video Streaming
Webcam streaming with Raspberry Pi
References
WebHome Motion Foswiki
Raspberry Pi • View topic – video surveillance (USB webcam, IP cam…) enough power?
Raspberry Pi • View topic – Security Camera System
Raspberry Pi • View topic – USB Cams and Motion on Debian
Webcam with the Linux UVC driver – OpenWrt Wiki
Interesting Projects
Battery powered, Wireless, Motion detecting Raspberry Pi
RaspberryPi birdfeeder webcam « Random Hacks
Motion Google Drive Uploader and Emailer
Instant Wild Cambridge.ppt – Google Docs
Comments
Post a Comment