motion detection
Posted: 16 May 2017 21:11
Hello, I am trying to use the motion detection. I have the logfile activated and it works. But there are still some things that are unclear to me:
1)Is there a way of obtaining the time of the motion? like a timetable there was so much movement at this time? what I only get is this: and it works but the second part I can't do anything with it Does anyone know how to use it? or is it perhaps not for windows? Because I would like to filter only for the time without motion
3) how often is it detected? It's more than 1 per second and not per frame, because "motiondetect debug: Counted 0 moving shapes." is also displayd when I pause the video
4) Everytime I enable motion detect I get these failures
I hope someone could help me. Thank you!
1)Is there a way of obtaining the time of the motion? like a timetable there was so much movement at this time? what I only get is this:
2)Ive found this code in a forum:motiondetect debug: Counted 209 moving shapes.
Code: Select all
vlc --video-filter=motiondetect -vvv > modec 2>&1
Code: Select all
while true : tail -n 1 modec | grep 'moving shapes'
3) how often is it detected? It's more than 1 per second and not per frame, because "motiondetect debug: Counted 0 moving shapes." is also displayd when I pause the video
4) Everytime I enable motion detect I get these failures
What can I do about it?"core warning: picture is too late to be displayed (missing 43 ms)
core debug: picture might be displayed late (missing 11 ms)"
I hope someone could help me. Thank you!