├── CCTV_Alert.py ├── LICENSE.md ├── README.md ├── ROI_point_finder.py ├── config.env └── requirements.txt /CCTV_Alert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehatboy005/Motion-Detection-Alert-System-for-CCTV/HEAD/CCTV_Alert.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehatboy005/Motion-Detection-Alert-System-for-CCTV/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehatboy005/Motion-Detection-Alert-System-for-CCTV/HEAD/README.md -------------------------------------------------------------------------------- /ROI_point_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehatboy005/Motion-Detection-Alert-System-for-CCTV/HEAD/ROI_point_finder.py -------------------------------------------------------------------------------- /config.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehatboy005/Motion-Detection-Alert-System-for-CCTV/HEAD/config.env -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitehatboy005/Motion-Detection-Alert-System-for-CCTV/HEAD/requirements.txt --------------------------------------------------------------------------------