Motion detector for Fatdog64-700rc

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

Motion detector for Fatdog64-700rc

#1 Post by watchdog »

Download motion-x86_64.txz:

https://copy.com/p1esRaqAjdG08g98

Open with geany /usr/local/etc/motion-dist.conf, make your changes (I suggest to change mpeg4 to swf for video recordings, leave the daemon mode) and save as motion.conf in the same dir. To launch in console:

Code: Select all

motion
To kill the process:

Code: Select all

ps -e|grep motion
and:

Code: Select all

kill "pidofmotion"
#returned from the above command

More info at:

http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome

Post Reply