Search found 1 match
- Saturday 31 July 2021 8:54
- Forum: Cameras
- Topic: OpenCV motion recognition
- Replies: 2
- Views: 2185
Re: OpenCV motion recognition
In videos, multiple frames are stack together to form video. For motion detection, we calculate the difference between two continuous frames and if it’s higher than the set threshold, it means motion detection has been observed there.