Theft-Detection Using Motion Sensing Camera: IJISRT17NV31
Theft-Detection Using Motion Sensing Camera: IJISRT17NV31
Abstract Theft of valuable objects is some of the Also, output device must be able to be turned off using a
never-ending problems in the world. Several detecting keyboard or click on the mobile phone. For this project, the
devices are already available in the market today. system will be used to detect motion in the shop or any
Example of such is to provide an alarm which can be protected area using the camera.
activated using a remote control. Unfortunately, these
devices had no provision to automatically detect theft
attempts by alarming the owner. To solve this problem, II. EASE OF USE
Camera footage based theft detection will be used in this
project with the help of image processing to detect theft The system consists of simple hardware structure and hence
occurrence. The system will capture the image frames it would be easier for the user to arm and disarm the system
and by comparing the two frames, it will be able detect according to his/her needs. The owner will just have to install
motion and immediately an alert message will be sent to the camera at the ceiling of the room or the shop and provide
the owner along with captured image and options such power supply to it. Once the system is started, it will detect
as neglect, call the police or fire brigade. motion and send an alert message to the owner. Since an
application will also be built for the easy interaction of the
KeywordsAnti-Theft Device, Image processing, user with the system such as START and STOP.
Raspberry Pi, RANSAC, Camera module, Motion Detection
III. SYSTEM DESIGN
I. INTRODUCTION
To resolve the problems of existing work we propose a new
Theft is one of the most common and oldest criminal approach, which would be helpful to remove the unnecessary
behaviors and it is increasing day by day. The rate of crime use of hardware and the cost of the project will be reduced.
has increased not only in the single area in the world but also The proposed work will solve the problems of false alarm by
in worldwide. Due to increase rate of theft, the people have removing outliers using various algorithms such as frame
suffered in fear and loss. In order to stop this increasing theft differencing, segmentation, etc.
across the world, there is a need for a theft deterrent system
that is convenient in use, relatively free from false alarms and
does not require frequent user action to arm and disarm the
system.
An anti-theft system will be developed which will mainly
focus specifically on the room security system. This device
will be installed inside the room, mounted on the ceiling will
detect motion and it would be efficient enough to
differentiate between the false and real theft by detecting
motion and differentiating between the small and large
changes that are occurring in the frame.
Software/Application is used to activate the output device by
a click of a button or simply hit the key on the keyboard.
IJISRT17NV31 www.ijisrt.com 90
Volume 2, Issue 11, November 2017 International Journal of Innovative Science and Research Technology
ISSN No:-2456 2165
A. Block Diagram:
A. Flowchart:
The below flowchart i.e. figure 4.2 gives the complete flow
of working of the system from the capturing of an image to
sending the alert message to the owner.
Figure 2: Flowchart
IJISRT17NV31 www.ijisrt.com 91
Volume 2, Issue 11, November 2017 International Journal of Innovative Science and Research Technology
ISSN No:-2456 2165
IJISRT17NV31 www.ijisrt.com 92
Volume 2, Issue 11, November 2017 International Journal of Innovative Science and Research Technology
ISSN No:-2456 2165
1. Device/System owner, the owner will check the image that will be sent along
with the message and decides whether it is a real theft or not.
The Anti-Theft device, once installed will be activated by the
If the theft is real, the owner will take action against that and
owner and then the motion detection work will be started by
click on the Call Police option on the application and ask
the camera with the help of written code for image
for help with police and if the message is a false alarm, then
processing techniques. If motion will be detected, then it will
the owner will neglect it by clicking on the Neglect option.
send the alert message to the owner along with the captured
image. The application on the owner side provides an option
to the user for handling the received alert message.
C. Data Flow Diagram
2. Owner/User
The DFD level 1 i.e. figures 3.4, shows the complete flow of
The device will require 5-12V of continuous power supply, the data and system from the camera that is capturing the
which should be provided by the owner before starting it. If image to the owner/user who will take action against the alert
the device detects motion and sends an alert message to the message. First of all, after starting the device, it will start
IJISRT17NV31 www.ijisrt.com 93
Volume 2, Issue 11, November 2017 International Journal of Innovative Science and Research Technology
ISSN No:-2456 2165
capturing the image frame using Raspberry Pi Camera difference will not present then it will end that process and
Module and then the noise errors/outliers will be removed start new comparisons of newly captured frames. The device
using RANSAC algorithm. The cleaned image frame as a will send an alert message and captured image frame at the
reference image and the next image frames as the current time of motion if any motion is detected. The owner will see
image will be stored in the Image Database. the message and image and decide what action to be taken
against it. If the user finds it as a real theft, then he/she can
After storing the image frames, it will compare both the
call the police or neglect it, using the options provided in the
reference and current frames and if it will find any difference
mobile application to control the device.
then it will conclude that motion is detected and if the
IJISRT17NV31 www.ijisrt.com 94
Volume 2, Issue 11, November 2017 International Journal of Innovative Science and Research Technology
ISSN No:-2456 2165
D. Sequence Diagram
IJISRT17NV31 www.ijisrt.com 95
Volume 2, Issue 11, November 2017 International Journal of Innovative Science and Research Technology
ISSN No:-2456 2165
IJISRT17NV31 www.ijisrt.com 96
Volume 2, Issue 11, November 2017 International Journal of Innovative Science and Research Technology
ISSN No:-2456 2165
IJISRT17NV31 www.ijisrt.com 97