l stumbled upon multiple tutorial about movement detection.
- https://analyticsindiamag.com/computer-vision-write-your-motion-detection-code-using-opencv/
- Basic motion detection and tracking with Python and OpenCV - PyImageSearch
- Simple algorithme de détection de mouvement avec OpenCV JAVA ★★★ – RATILER
- WebCam Motion Detector in Python - GeeksforGeeks
All of them are tracking movement.
I’m interested only in knowing IF the movement happened in the most cost-effective way.
(Return TRUE if movement happended, id not return false).
Does anybody know the algorithm/code to do that?
(For now I have this: DetectMotionTF - Pastebin.com )