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!