ffmpeg can record videos from camera when motion is detected
Just to remember the blog entry is there
ffmpeg -i 'rtsp://devicename:password@192.168.0.150/stream2' -acodec aac -vcodec h264 -vf 'select=gt(scene\,0.004)' `date +%F%H-%M-%S`.mp4
Main category