making a intruder alaram using the web-cam or CCTV camera
system play a music saying that some one had enter the cctv area.
OpenCV 3.2.0 ,pygame 1.9.3
- create background subtractor using cv2.createBackgroundSubtractorMOG2().
- find the change in background using standard devaition.
- set the thresold value to play the audio. we can change the thresold according to the need. if we need a slight change in background to be identify then reduce the thresold or else increase it.