Low Cost HD Surveillance Camera using Raspberry PI

22
“HD Surveillance Camera using Raspberry PI”

description

Make your own HD Surveillance Camera using SoC Raspberry PI

Transcript of Low Cost HD Surveillance Camera using Raspberry PI

Page 1: Low Cost HD Surveillance Camera using Raspberry PI

“HD Surveillance Camera

using Raspberry PI”

Page 2: Low Cost HD Surveillance Camera using Raspberry PI

Introduction

HD Surveillance Camera using Raspberry PI is a camera which records HD videos when some motion is detected in the monitored area.

• See live stream in any web browse from anywhere.

Page 3: Low Cost HD Surveillance Camera using Raspberry PI

Introduction

Live Picture or video can be viewed from anywhere from any web browser even from our mobile browsers.

• Record any motion into video file.

Page 4: Low Cost HD Surveillance Camera using Raspberry PI

Components Used

Housing for the

Camera

Wi-Fi USB Adaptor

Raspberry PI Camera

Module

SD Card

Power Supply

RaspberriPI

Page 5: Low Cost HD Surveillance Camera using Raspberry PI

Raspberry PI

O It is a low cost, credit-card sized computer

that plugs into a computer monitor or a

TV.

Page 6: Low Cost HD Surveillance Camera using Raspberry PI

Raspberry PI

Raspberry PI

Model A

Model B

Page 7: Low Cost HD Surveillance Camera using Raspberry PI
Page 8: Low Cost HD Surveillance Camera using Raspberry PI

Raspberry PI Camera Module

O 5 MP Camera exclusively made for

Raspberry PI

O Can take 1080p High Definition Videos

O Small in size and can be connected

directly to the Raspberry PI Board.

O 1080p, 780p and also

Still pictures.

Page 9: Low Cost HD Surveillance Camera using Raspberry PI

Housing For Camera

O Whole System will be placed inside the

Housing.

O Care has to be taken so that whole thing

has to be fit inside the housing

Page 10: Low Cost HD Surveillance Camera using Raspberry PI

Power Supply

O Board will not come with any power supply

O 5V USB Power Supply with micro-USB plug.

O Must supply at least 1A of power.

Page 11: Low Cost HD Surveillance Camera using Raspberry PI

SD Card

O Secure Digital Card is a non volatile memory card

O Used in Mobiles, Cameras etc.

O SDHC (Secure Digital High Capacity ) Card can also be used.

Page 12: Low Cost HD Surveillance Camera using Raspberry PI

SD Card

O Raspberry PI has no storage on board.

O SD Card is required to run the OS

O Class 10 is preferred as speed is very important

Page 13: Low Cost HD Surveillance Camera using Raspberry PI

Network Adapter

O Need to have some network connection.

O We don’t use LAN just to avoid wired

connection.

O Wi-Fi USB Adapter that supports speed of

150Mbps

O Edimax Wi-Fi USB Adapter

Page 14: Low Cost HD Surveillance Camera using Raspberry PI

SoftWares Required

O 1. Raspbian OS

O 2. PuTTY

O 3. Motion Software

Page 15: Low Cost HD Surveillance Camera using Raspberry PI

Operating System

O Raspberry PI requires LINUX Kernel

based OS

O “Raspbian” – Free OS for Raspberry PI

Hardware.

O Optimized for best performance on

Raspberry PI.

Page 16: Low Cost HD Surveillance Camera using Raspberry PI

PuTTY

O Open-source terminal emulator.

O Serial console and network file transfer

application .

O Supports several network protocols,

including SCP , Telnet etc.

O Can be connected to a Serial Port.

Page 17: Low Cost HD Surveillance Camera using Raspberry PI

Motion Software

O Program that monitors the video signal

from cameras.

O Used to detect motion.

O Open Software.

Page 18: Low Cost HD Surveillance Camera using Raspberry PI

Functional Block Diagram

Page 19: Low Cost HD Surveillance Camera using Raspberry PI

STEPS

O "Rasbian" Operating System is loaded

into the "Raspberry Pi" SoC and

Raspberry Pi 'Camera Module' is

interfaced to it

O Motion Software is installed in Raspberry

PI using Command Line.

O Wi-Fi adapter is interfaced with Raspberry

PI board.

O Internet Access is given to Raspberry PI

Board

Page 20: Low Cost HD Surveillance Camera using Raspberry PI

Contd..

O Need a software to connect to LINUX Console in Raspberry PI.

O We install PuTTY in our windows computer to fulfill the need.

O Further share a folder on the server to store the recorded video.

O Using a “Static IP “ the live video can be streamed on any browser across the

world.

Page 21: Low Cost HD Surveillance Camera using Raspberry PI

Conclusion

O HD Surveillance Camera is set up in the

area which we want to monitor, video

containing detected motion is stored in a

server and live video can be accessed

from anywhere just by entering the static

IP assigned to the System in a web

browser.

Page 22: Low Cost HD Surveillance Camera using Raspberry PI