Fire Detector
Published:
About the project
This project aimed at developing a safety system that monitors fire breakouts from surveillance cameras and warns the security and other emergency systems to take the necessary safety actions. The project was executed using computer vision using OpenCV-Python.
The approach taken uses converting the color space to YUV and uses channel thresholding to extract the ROI related to “fire”. Since this is a stand-alone computer vision approach, this may have false positives. So, it has to be coupled with physical sensors to reinforce the warning.