Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raghav714/intruder-alarm
making a intruder alaram using the web-cam or CCTV camera
https://github.com/raghav714/intruder-alarm
image-based-alarm image-processing python-audio-processing
Last synced: about 2 months ago
JSON representation
making a intruder alaram using the web-cam or CCTV camera
- Host: GitHub
- URL: https://github.com/raghav714/intruder-alarm
- Owner: Raghav714
- License: mit
- Created: 2018-07-06T18:06:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T12:10:37.000Z (almost 6 years ago)
- Last Synced: 2024-03-09T18:44:16.695Z (10 months ago)
- Topics: image-based-alarm, image-processing, python-audio-processing
- Language: Python
- Size: 30.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.py
Awesome Lists containing this project
README
# intruder-alarm
making a intruder alaram using the web-cam or CCTV camerasystem play a music saying that some one had enter the cctv area.
# library required
OpenCV 3.2.0 ,pygame 1.9.3# Steps used to Implement the system :-
1. create background subtractor using
cv2.createBackgroundSubtractorMOG2().
2. find the change in background using standard devaition.
3. 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.