Image Processing based fire detection

Published on . Written by

Image Processing based fire detection
The main advantage of Image Processing Based Fire Detection System is the early warning benefit. This system can be installed just about anywhere in a commercial building, malls and at many more public places for fire detection. This system uses the camera for detecting fires. So we do not need any other sensors to detect fire. The system processes the camera input and then processor processes it to detect fires.

Read more..
The heat signatures and fire illumination patterns are detected in images to determine if it is a fire and take action accordingly. On detecting fire system goes into emergency mode and sounds an alarm.

Project Description:

  1. Raspberry Pi 3 B: Raspberry Pi is a Microprocessor which has 40 pins with 27 GPIO pins, it has a 1 Giga Bytes of RAM and a SD card slot for the storage or the ROM,it can be used as a mini computer for low computing operations, it has a dual band LAN, faster Ethernet, Bluetooth, it also has USB and HDMI ports for connecting devices. This device can be used as a server which we are doing in this project.
  2. Micro SD card: You will need a minimum of 8 gigabytes SD card for this project, this SD card is used as the ROM of the raspberry pi. Use 32 Gigabyte or 64 Gigabytes of
  3. Display: You can use any kind of display for the project, like monitors, TV or any size display that fits your requirement to configure the Pi.
  4. Power Supply: Raspberry Pi needs a power supply of 5V and 2A Micro USB type.
  5. Mouse and keyboard: You will need this to control, monitor, and to configure the Pi.
  6. Keypad Module: Keypad module is used to enter the security code to open the gate or the door, it is basically a number pad which takes the security code as the input.
  7. Pi Camera: Use the Pi camera to capture still images, live streaming and for video recording.

Project Implementation:

  1. Install the Raspbian OS into the SD card, and boot the Raspberry Pi.
  2. Download and install the Putty software, this software helps us to access the camera remotely through SSH(Secure Shell Protocol).
  3. Connect the Raspberry Pi to a Wi-Fi network and check for the IP address of the Pi.
  4. Connect the Pi camera and enable the camera option in the settings.
  5. Download the OpenCV software for the Pi camera and run it in the daemon mode.
  6. Write a shell script to execute the commands in the terminal for surveillance, checking the live streaming and recording when there is fire.
  7. The Raspberry Pi's network port has to be forward in order to view the live streaming from any other device which is not connected to the same Wi-Fi network.
  8. Write a python program with which you can send an alert signal to the user and turn on the fire extinguishing water sprinklers.

Skyfi Labs Projects
Project Brief:The Raspberry Pi when configured and all the required software has been installed then the Pi is ready to be used for surveillance then write a shell script to execute all the terminal commands one by one in order to capture a still image, or for live streaming or for motion capture. After finishing all the configure steps the surveillance system is ready to be installed in your home, or office, or any place where you want to monitor.

Software requirements:

  1. Raspbian OS(Debian Linux): Raspbian operating systems are based on Linux, Raspberry pi are also compatible with Windows and IOS but prefer any Linux based OS
  2. Putty: Putty is free and open source terminal emulator, serial console and network file transfer application.
  3. OpenCV OpenCV is a dependency software for face detection, or a circular object detection, and even the fire detection.
  4. Python IDE 3: Python IDE 3 is compiler where you can write and compile python program.

Programing Language:

    Linux (terminal commands)

    Python

Kit required to develop Image Processing based fire detection:
Technologies you will learn by working on Image Processing based fire detection:


Any Questions?


Subscribe for more project ideas