Skip to content

Instantly share code, notes, and snippets.

@cristianrubioa
Created November 16, 2020 04:54
Show Gist options
  • Save cristianrubioa/fc0657fe5f905f9a8827f33e8a263448 to your computer and use it in GitHub Desktop.
Save cristianrubioa/fc0657fe5f905f9a8827f33e8a263448 to your computer and use it in GitHub Desktop.
Config - Motion Detector

Install

sudo apt-get install motion

Run

sudo motion

Set up

Open

sudo nano /etc/default/motion
{
    yes
}
sudo nano /etc/motion/motion.conf
{
    framerate 1500
    stream_localhost off
    webcontrol_localhost off
    quiality 100
    width 640
    heigh 840
    post_capture 5
}
sudo service motion restart
sudo motion 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment