This is an image processing based fire detection and extinguisher system using Arduino. It is basically the system is divided into two parts:
- Fire detection
2. Fire alert and extinguisher
In the first part, fire detects using image processing. Here in this project I’m using open CV and python for fire detection. I created a HAAR Cascade Classifier for fire detection using Open CV. It has trainer and detector for train our own cascade classifier, HAAR Cascade is used to detect object for which it has been trained. Lots of positive and negative image samples are need to train classifier. Training of cascade classifier is complex and time consuming process, so to make it easy I find a cascade training software on web name is “cascade trainer GUI”.
For training cascade classifier, download and install this trainer EXE from the above link. Create a folder with name fire (you can create folder with any name as my target object is fire, so I created folder “fire”) now create two folders inside of fire folder with name “n” and “p”, n folder is for negative image samples and p for positive image samples. Positive image contains the object which we want to detect, in our case we want to detect fire so collect the image samples which contains fire and put them inside of p folder. For negative samples collect large numbers of images which do not contains fire even partially. Now follow the steps on above page for making your cascade classifier file, or you can download pre-made cascade classifier for fire detection and source code from the link (source code)
Comes toward the python, to run this project you need to install following modules and libraries to your python setup.
• Numpy
• Scipy
• Pyserial (click here to download numpy, scipy and pyserial)
After installation of all modules open python code with name fire detection,arduino.py if you get some errors while running, don’t get panic, we just done first part.
Let’s move towards hardware, here I’m using Arduino UNO as controller since I need to control pump, buzzer and red LED’s.
Components used:
- Arduino uno
- 16×2 LCD
- 5volt buzzer
- LED’s
- 5volt relay
- Bc547 transistor
- Resistors 470r, 1k, 220r, 10k preset
- Lm7805
- Capacitors 1000uf/25volt, 470uf/16 volt
- Diode 1N4007
- Webcam (optional, you can use your laptop camera also)
- Arduino cable
- Mini submersible pump
Connect all the components as per the circuit diagram below, connect arduino to your computer using USB cable and find out the com port on which Arduino is connected, now open the Arduino code, select com port and correct board from tool menu of Arduino and upload the code.
Open the python code with name fire detection, arduino.py check com port write in code is correct or not in line 13, if not change it with your Arduino com port number. Click on run tab then click run module or press F5.
If all connections are ok, camera preview will show on screen. Now show fire to it, fire get detected and pump start as well as buzzer starts beep sound.
Video:
Download Links
Source code: click here
Python modules: click here
Cascade trainer GUI: click here
thanks bro for the project i made it and got the output.but i have some doubts on the cascade classifier xml file can you explain me how you made it please !
bro acc to code it is not detecting fire from camera can u please help me ? simply it is taking pictures datsit.
Do we need to learn cascade trainer GUI for this project??
serl = serial.Serial(“COM6”,9600)
AttributeError: module ‘serial’ has no attribute ‘Serial’
I got this type of error can you help me out??
change the serial port number according to your connection
check usb port number in device manager
Hello Rohit. this error because of you may be not installed Pyserial library to your computer
Hello Rohit, This error because of you may be not installed pyserial module in python.
hello, i am not able to download the cascade trainer GUI ..how can i do it??
Hi bro, thanks a lot for this project.
Can you please help me with the mini submersible water pump you used here? I’m really stuck there.
Can you upload the positive sample images for this? It will be very helpful if you do so
i cannot connect my water pump with circut what’s the problem?
In the circuit diagram what is the block beside the LM7805 ?
How many LM7805 are there in the circuit diagram
can we build this project using raspberry pi module
i need help in software and programming part
Kindly elaborate on your query.
I got some errors with the python code please provide me your contact number please help me with this