[RBP]RaspberryPi系列之五:RBP as a streaming server (二)

RaspberryPi as a Webcam Server

http://www.youtube.com/watch?v=H1jSudsIJfA


Remote Motion-Activated Web-Based Surveillance with Raspberry Pi

http://programmaticponderings.wordpress.com/2013/01/01/remote-motion-activated-web-based-video-surveillance-with-raspberry-pi/

sudo apt-get update && sudo apt-get upgrade

sudo apt-get install motion

sudo nano /etc/default/motion

Change the ‘start_motion_daemon‘ parameter to ‘yes’.

sudo chmod -R 777 /etc/motion/motion.conf
sudo chmod -R 777 /tmp/motion


sudo nano /etc/motion/motion.conf

‘Live Webcam Server’>width 352
height 288


sudo /etc/init.d/motion restart


。。。。才发现这篇文章没有用raspi-camera!!!RBP只是个computer

你可能感兴趣的:([RBP]RaspberryPi系列之五:RBP as a streaming server (二))