Created
July 21, 2015 17:04
-
-
Save yratof/68210b81b0561c3309e8 to your computer and use it in GitHub Desktop.
eyepi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install motion | |
sudo apt-get install ffmpeg | |
nano /etc/motion/motion.conf | |
#turnoff camera | |
webcam_localhost off | |
control_localhost off | |
width 640 | |
height 640 | |
sudo apt-get update | |
sudo apt-get upgrade | |
ifconfig | |
motion -n | |
# port 8081 for output | |
# port 8080 for control | |
open /tmp/motion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment