Quantcast
Channel: G1Tech
Viewing all articles
Browse latest Browse all 22

Raspberry Pi: Webcam Server with Stream Live Video base on Motion

$
0
0
sudo apt-get update
sudo apt-get upgrade
sudo raspi-config
sudo apt-get install motion
sudo nano /etc/motion/motion.conf
...
daemon on
...
stream_port 8081
...
stream_localhost off
...
width 640
...
height 480
...
framerate 25
...
sudo nano /etc/default/motion
...
start_motion_daemon=yes
...
sudo service motion restart


Viewing all articles
Browse latest Browse all 22

Trending Articles