/Webcam-Motion-Sensor

This simple C++ program uses OpenCV to perform motion detection using a webcam or IP camera stream. It captures consecutive frames, calculates the absolute difference between them, and applies a threshold to identify motion.

Primary LanguageC++

Watchers