Linux/Motion
De GeRgOsNet
- Installation de motion :
apt-get install motion
- Configuration de motion :
pico /etc/default/motion
# set to 'yes' to enable the motion daemon start_motion_daemon=yes # Pour une webcam usb videodevice /dev/video # Pour webcam ip #netcam-url http://192.168.1.124/img/video.mjpeg # Pour regler sensibilité de la detection threshold 1500 # Une image par heure - valeur seconde snapshot_interval 3600 # Repertoire des images target_dir /home/greg # Date sur photos snapshot_filename %Y%m%d%H%M%S # annule la livecam #webcam_port 0
- Demarrer Motion :
/etc/init.d/motion start