Implementation Of A Smart Surveillance Camera Using ESP32-CAMAnd Python-Flask

ABSTRACT

This work is on a smart surveillance camera using ESP32 and python-flask. In recent times, we used surveillance cameras for monitoring and recording moments, but manual surveillance and real-time monitoring is one of the most important and challenging branches of computer vision, which has been widely applied in peoples’ life, such as monitoring security. The presence of surveillance cameras and a warning sign indicating that the area is under monitoring can serve as a significant deterrent to criminals and thieves, as the recorded footage can be used to identify people and trace their activities. It can be more advanced with Wi-Fi, which is a local area network running in a local environment or in a distributed setting. Wi-Fi network protocol is one of the leading communication technologies used in the IoT world which supports low transmit power along with low cost. ESP32 is the second generation of Express if corporation IoT solution and it includes Wi Fi. ESP32 reduces high network traffic and computing load. This system facilitates the user to receive notifications whenever the intrusion is detected with the help of sensors connected with the surveillance cameras.

TABLE OF CONTENTS

COVER PAGE

TITLE PAGE

APPROVAL PAGE

DEDICATION

ACKNOWLEDGEMENT

ABSTRACT

CHAPTER ONE

INTRODUCTION

  • BACKGROUND OF THE PROJECT
  • PROBLEM STATEMENT
  • AIM/OBJECTIVE OF THE PROJECT
  • SIGNIFICANCE OF THE STUDY
  • SCOPE OF THE STUDY
  • BENEFIT OF THE STUDY
  • APPLICATION OF THE STUDY
  • LIMITATION OF THE STUDY
  • PROJECT ORGANISATION

CHAPTER TWO

LITERATURE REVIEW

  • OVERVIEW OF SURVEILLANCE
  • TYPES OF SURVEILLANCE
  • OVERVIEW OF WIRELESS SECURITY CAMERAS
  • TYPES OF WIRELESS SECURITY CAMERAS
  • RELATED WORK

CHAPTER THREE

METHODOLOGY

  • PROPOSED SYSTEM
  • SYSTEM BLOCK DIAGRAM
  • DESCRIPTION OF SYSTEM HARDWARE
  • SYSTEM CIRCUIT DIAGRAM
  • SOFTWARE DETAILS

CHAPTER FOUR

TEST AND RESULT ANALYSIS

  • TEST
  • RESULT
  • PROTOTYPE
  • CONTRIBUTION OF THE PROJECT

CHAPTER FIVE

  • CONCLUSION
  • RECOMMENDATION AND FUTURE SCOPE

REFERENCES

Acronyms

clkclock

EEPROMElectrically Erasable Programmable Read-Only Memory

GSMGlobal System for Mobile communication

HCIHuman to Computer Interface

HMIHuman to Machine Interface

IOTInternet of Things

IPInternet Protocol

PCPersonal Computer

PIRPassive Infrared Sensor

RAMRandom Access Memory

SRAMStatic Random Access Memory

HSMHome Security Monitoring

UDDUser Driven Design

CHAPTER ONE

1.0                                              INTRODUCTION

1.1                               BACKGROUND OF THE STUDY

Security of lives and property is of paramount concern to individuals around the globe. Smart security systems are used by individual and corporate organization to ensure protection of lives and properties. However, and constant surveillance is necessary to deter vandalism or buglery during non-working hours [1].

An embedded system is a special-purpose computer system that is designed to execute one or a few specific functions, often under time limitations. It’s frequently found as part of a larger gadget that includes both hardware and mechanical components. A general-purpose computer, such as a personal computer, on the other hand, can do a wide range of functions depending on the programming. Embedded systems have become increasingly significant in today’s world, as they manage many of the items we use on a daily basis.

An embedded system is a set of computer hardware and software that is either fixed in capabilities or programmable and is built for a certain type of application device. Embedded systems can be found in a variety of places, including industrial machines, automobiles, medical equipment, cameras, household appliances, aeroplanes, vending machines, and toys (in addition to the more visible cellular phone and PDA). A programming interface is provided for programmable embedded systems, and embedded systems programming is a specialist vocation. Embedded Java and Windows XP Embedded, for example, are operating systems and language platforms specifically designed for the embedded market.

The security paradigm has shifted from “investigation of occurrences” to “prevention of potentially catastrophic incidents” as a result of recent global events. Existing digital video surveillance systems simply provide the technology for capturing, storing, and distributing video, leaving danger detection to human operators alone. Surveillance video monitoring by humans is a time-consuming task. It’s widely acknowledged that monitoring video feeds necessitates a higher level of visual focus than most other tasks [2]. Specifically, vigilance, or the ability to pay attention and react to unusual events, is exceedingly difficult and prone to inaccuracy due to attention lapses.

Smart surveillance system is to enhance the camera based security systems, which presently exist in different places. The Project Security System by using Camera is designed using wireless technology. The use of a surveillance system for image detection is becoming more important. An embedded surveillance system is frequently used in the home, office or factory for image processing of the surveillance system and also for traffic monitoring but this configuration requires a high performance core, which works against some advantages of embedded systems, such as low power consumption and low cost. Some designs propose the use of different sensors to track the sequence of the human body movement. Other researchers construct an external signal to trigger the embedded surveillance system by means of a PIR sensor, which is triggered when an intruder enters the monitoring area.

Thus, modern surveillance systems are becoming prominent choices for monitoring access to activities and access to property. This increase is as a result of the conversely decreasing in cost of computation processing power with processing capacity in a derivative of the Mohr’s law. Furthermore, technological advances have been made on sensors and electronic devices to make sub video-recording accessible to majority of the population with little technical knowledge required [4].  In this project, we design and implement a smart surveillance system that records using camera sensors and broadcasts it over a network such that it is retrievable from any location provided wireless network access is available. Also, we develop an alarm system to notify with emails in the event of an intrusion.

1.2     PROBLEM STATEMENT

Home surveillance is a major concern in this day and age as with the rapid increase in the technology around us there is a need to get updated with it. There are many cases in which home monitoring is needed and we set out to discover a solution to the problem that we researched. For example, kids often play and not aware of the dangers around them. There is a chance of approaching dangerous places like electric switches, stairs, and hot things. It is not only a danger for kids but also for pets, and also there will be chances for theft activities. There will be a loss of valuable items and documents in case of any theft activities. Pets also will eat unhealthy foods like plastic or rubber, which will make them sick. All these problems can be solved by home monitoring system. A smart home surveillance system simply involve monitoring, record and store or else record and stream it to a remote server using IoT.

1.3          Aim and objectives of the study

The main aim of the study is to build a Smart Surveillance Camera Using Esp32-Cam. The objectives of the work are:

  1. To develop the safety monitoring system to keep an eye on our environment.
  2. To detect the unusual movement. The users must be able to watch the surveillance through user-interface (application, web-interface).
  • To protect lives and properties.
  1. To detect crime and provide evidential material for court proceedings.
  2. To assist the Local Authority in its enforcement and regulatory

1.4    Significance of the study

This study will serve as a means of securing lives and properties. With this system the user will just sit and watch about what is happening in your home. There are cases when older people are alone in the house and need surveillance just like kids. However, there is a need for interactive surveillance for all these scenarios and there is none product available in the market, which perfectly fits into this description.

The study will enlighten student involved as well as the reader of the article on the need of having constant security or environmental monitoring system.

To the government authority and law enforcement agency, this study will serve as means of providing evident in time of crime or argument.

1.5    Scope of the study

The scope of this study covers the building of a smart surveillance camera using esp32-cam and python-flask. Our approach to the problem is quite simple as it lets the user monitor their homes 24/7 from a remote location and in case of unusual activities; the user is alerted through the web interface. Then the user can monitor all events from the web camera. The system was developed using Arduino as the main micro-controller and a PIR sensor, which detects the movement in the house. An ESP32 Camera module is installed, which can show the user what is going on in the house as soon as any movement is detected. A buzzer is also installed, which can be activated by the user to scare off any intruders or pets if there are any unwanted activities taking place.

1.6                                           BENEFIT OF THE STUDY

Crime Prevention and Detection: The primary use of a smart surveillance camera is warning and deterring burglars, thieves and other criminals in electrical laboratory.

Record Valuable Moments: The beautiful moments of life won’t be missed out or blurred over time, smart surveillance cameras can always witness and record something unbelievable, memorable.

Business Use: Monitoring of business environment requires the system of smart surveillance cameras to take care of your properties or improve employees’ productivity.

1.7             APPLICATION OF THE STUDY

This device is used to monitor and secure places like:

  1. Homes
  2. Offices
  • Business environment
  1. Worship centres,
  2. To monitor airports,
  3. railway stations,
  • bus stations,
  • hotels,
  1. shopping malls and
  2. all the other public places that need monitoring and protection.

1.8             LIMITATION OF THE STUDY

Setting up a surveillance camera in your properties may cost huge amount of money. It also needs to have a 24hrs power supply system, which means the installation of the system becomes a problem for areas or countries where power supply is a challenge.

1.9                PROJECT ORGANISATION

The work is organized as follows: chapter one discuses the introductory part of the work,   chapter two presents the literature review of the study,  chapter three describes the methods applied,  chapter four discusses the results of the work, chapter five summarizes the research outcomes and the recommendations.

2.0 INTRODUCTION:

This chapter provides the background and context of the research problems, reviews the existing literature on the Implementation Of A Smart Surveillance Camera Using ESP32-CAMAnd Python-Flask, and acknowledges the contributions of scholars who have previously conducted similar research [REV4455] …

Document Information

  • Format: DOC/PDF
  • Title: Implementation Of A Smart Surveillance Camera Using ESP32-CAMAnd Python-Flask:

YOU MAY LOVE THESE (Recommended)

How to write the “Solar Outdoor Surveillance CCTV Camera” Project

Posted under:

To start a project on Solar Outdoor Surveillance CCTV Camera, follow these guidelines: The implementation and use of an outdoors solar powered surveillance (Closed Circuit Television technology) in societies across the globe has become a standard and reliable way of securing out environment. Solar powered outdoors surveillance CCTV camera is a solar-powered wireless smart camera ne…

50 Pages 1 - 5 Chapters 7,823 Words DOC/PDF Format Instant Download UPN4360

Understand how to write the “Implementation Of A Smart IoT Based Surveillance Camera” Project

Posted under:

To develop a project on Implementation Of A Smart IoT Based Surveillance Camera, follow these approaches: This work is on a smart IoT based surveillance camera using ATmega328. In recent times, we used surveillance cameras for monitoring and recording moments, but manual surveillance and real-time monitoring is one of the most important and challenging branches of computer vision, which has been wide…

56 Pages 1 - 5 Chapters 8,289 Words DOC/PDF Format Instant Download UPN4594

To undertake a project on Design And Construction Of Wireless Security Surveillance Camera, follow these effective ways: The implementation and use of video surveillance (Closed Circuit Television technology) in societies across the globe has stimulated major debate on a handful of topics. This report aims to highlight the importance of surveillance camera in electrical laboratory. The report will provide the reade…

49 Pages 1 - 5 Chapters 6,776 Words DOC/PDF Format Instant Download UPN2929

Posted under:

To write a project on Design And Construction Of A Surveillance Drone (Quadcopter), follow these structure: Unmanned aerial vehicles (UAV) are more popularly known as Drone, which is basically a flying robot [Rouse, 2015]. Drones are most often used in military services. However, it is also used for weather monitoring, firefighting, search and rescue, surveillance and traffic monitoring [Kristen, 2014]…

52 Pages 1 - 5 Chapters 9,045 Words DOC/PDF Format Instant Download UPN4140

Posted under:

To carry out a project on Design And Construction Of A Motion Triggered Telegram Alert Device Using Esp32 Cam, follow these effective methods: The need for an effective and reliable intrusion detection system have become vital necessity because of the frequent and rampant cases of burglary. Attack on homes, offices, factories, banks etc. is on the increase. With the advancement in technology, motion can be detected by measuring change i…

73 Pages 1 - 5 Chapters 11,728 Words DOC/PDF Format Instant Download UPN4416

To start a project on Design And Construction Of A Farm Intruder With Camera And SD Card Recorder, follow these guidelines: Nigeria being an agricultural country needs some innovation in the field of agriculture. Monitoring and control of farming environment play an important role in farming production and management. Farm lands and plantations in Nigeria and African countries are usually very large scale running into…

56 Pages 1 - 5 Chapters 8,025 Words DOC/PDF Format Instant Download UPN4602

ABSTRACT Technologies have made agriculture to evolve from manual to automatic which is involved in today’sAgriculture,outofwhichis sprayingpesticidesusingdroneswhich isoneof the emerging technologies. Manual praying has many disadvantages and this paved the way to design a drone mounted with sprayingmechanism having 12 V pump, 6 Litre […]
Posted under:
ABSTRACT Traffic congestion especially at road intersections is becoming an issue for which road traffic users contend with daily. The conventional traffic light applies a fixed logic of allocating equal “GO” time to lanes of traffic at road intersections irrespective of the density of traffic on each lane. Using the PIC18F4550 microcon […]

Understand how to write the “3D Rendering Of Geo-Spatial Data In Xml/Gml Using Python” Thesis

Posted under:

Understand how to write the “Design And Construction Of A Surveillance Drone” Project

ABSTRACT This work is on building a surveillance drone. Surveillance drones are unmanned aircraft used to gather still images, video recordings or live video of targets such as people, vehicles or specific areas. They may be used by governments, militaries, law enforcement or commercial entities to gather information and intelligence th […]
Live Chat