hawk eye - the smart video surveillance system

31
Welcome

Upload: shahid-vadakkekad

Post on 24-Apr-2015

668 views

Category:

Education


1 download

DESCRIPTION

Hawk Eye - The smart video surveillance system The working and architecture of the system

TRANSCRIPT

Page 1: Hawk Eye - The smart video surveillance system

Welcome

Page 2: Hawk Eye - The smart video surveillance system

Muhamed Shahid U V| Nooh KVM | Sravan P V | Sreehari S

Hawk Eye The Smart Video Surveillance System

Page 3: Hawk Eye - The smart video surveillance system

• Observing or analysing a particular site for safety and business purposes is known as video surveillance.

• Security and crime control concerns are the motivating factors for the implementation of video surveillance cameras.

• Video surveillance cameras are used in shopping malls, public places, banking institutions, companies and ATM machines.

What is Video Surveillance ?

Page 4: Hawk Eye - The smart video surveillance system

Traditional Video Surveillance

• Fixed cameras used to capture images or record video sequences.

• After that captured images are stored in the server.

• Stored data are used for further checking like investigation

Page 5: Hawk Eye - The smart video surveillance system

U Think Is It SECURE??

Page 6: Hawk Eye - The smart video surveillance system

What wrong with them ?

• More Human effort required.

• The moving object cannot be detected correctly.

• No alert about the motion detection to the user.

• Image cannot be retrieve at the time of motion detection.

Page 7: Hawk Eye - The smart video surveillance system

Are You Satisfied With This

Ordinary Inefficient Low secure Expensive Slow

Security System ?

WE DON’T THINK SO…..

Page 8: Hawk Eye - The smart video surveillance system

World Going Smart, So Surveillance• So our proposed system is to solve all these

Drawbacks using Smart phones .

• The moving object is identified using the OpenCV and Euclidean Distance Method

• Another advantage of this system is when an unknown image is captured by the system it will alert the user automatically by sending an SMS to user’s mobile.

• User will be using Android Mobile for the Retrieval of Images from the remote place to know whether those images are important and can be ignored.

Page 9: Hawk Eye - The smart video surveillance system
Page 10: Hawk Eye - The smart video surveillance system

Design Of Hawk-eye

Page 11: Hawk Eye - The smart video surveillance system

Design-DFD Level 0

Page 12: Hawk Eye - The smart video surveillance system

DFD-Level 1

Page 13: Hawk Eye - The smart video surveillance system

DFD-Level 2.0 Camera

Page 14: Hawk Eye - The smart video surveillance system

DFD-Level 2.1 User

Page 15: Hawk Eye - The smart video surveillance system

DFD-Level 2.2 Admin

Page 16: Hawk Eye - The smart video surveillance system

Sequence Diagram – smart video surveillance system

Page 17: Hawk Eye - The smart video surveillance system

Sequence Diagram – Commanding System

Page 18: Hawk Eye - The smart video surveillance system

Database Tables

Page 19: Hawk Eye - The smart video surveillance system

Hawk-eye Core

Page 20: Hawk Eye - The smart video surveillance system

Architecture

Page 21: Hawk Eye - The smart video surveillance system

Open CV

OpenCV (Open Source Computer Vision Library) is a library of programming functions mainly aimed at real-time computer vision, developed by Intel. It is free for use under the open source BSD license. The library is cross-platform. It focuses mainly on real-time image processing

Page 22: Hawk Eye - The smart video surveillance system

Euclidian’s Distance Method

DifferenceSquared = (standard_red - captured_red)^2 + (standard_green - captured_green)^2 + (standard_blue - captured_blue)^2

total_diff = total_diff + DifferenceSquared

output = sqrt(total_diff)

Page 23: Hawk Eye - The smart video surveillance system

Threading

In the app uses 2 separate thread for each camera.one is used for capturing images and other one is used for comparing images

And extra one Thread for the checking commands from the remote user.

So if number camera is two then there is 2+2+1=5 threads.

Page 24: Hawk Eye - The smart video surveillance system

Hawk-eye Android-Controling

Page 25: Hawk Eye - The smart video surveillance system

Menu Manage Group

Page 26: Hawk Eye - The smart video surveillance system

Manage MemberManage Member Camera Setting

Page 27: Hawk Eye - The smart video surveillance system

Detection List Detected Image

Page 28: Hawk Eye - The smart video surveillance system

Hawk-eye Next Step

Page 29: Hawk Eye - The smart video surveillance system

Future

Live Streaming.

Video Recording Support.

HAWKEYE-Mobile.

Gesture & Face Detections.

Web interface.

IOS,Windows,Blackberry supporting.

Page 30: Hawk Eye - The smart video surveillance system

Conclusion

Page 31: Hawk Eye - The smart video surveillance system

Thanks