element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi Projects
  • Products
  • Raspberry Pi
  • Raspberry Pi Projects
  • More
  • Cancel
Raspberry Pi Projects
Documents Raspberry Pi Smart Surveillance Monitoring System
  • Blog
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi Projects to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: jcasiello
  • Date Created: 20 Jun 2016 9:04 PM Date Created
  • Last Updated Last Updated: 10 May 2021 6:52 PM
  • Views 5335 views
  • Likes 9 likes
  • Comments 7 comments
Related
Recommended

Raspberry Pi Smart Surveillance Monitoring System

Build a Raspberry Pi based smart wireless surveillance monitoring system using MotionEye.

image

 

Overview:

With this project, you can design and implement a Raspberry Pi 3 based low-cost smart surveillance monitoring system. With RPi3 on board WiFi, PiCamera and MotionEye OS you will be able to capture High Definition video and live stream video can be accessed/viewed using a web browser from anywhere by just entering the static RPi IP address. The system can automatically initiate video recording, image capturing or send notifications if any kind of motion is detected.  The camera can capture wide area and motion sensitivity, brightness, contrast, angle all can be controlled by the user. If you want extra security, you can set authentication which makes the system more secure and can't be hacked. 

 

  • Project level: Beginner
  • Approximate time to complete: 20 minutes

 

Get the kit:

Security Camera for Raspberry PiSecurity Camera for Raspberry Pi

(you can remove individual item(s) at the cart )

 

Project requires:

1. Raspberry Pi3Raspberry Pi3

2. 16GB NOOBS MICRO SD CARD16GB NOOBS MICRO SD CARD

3. Pi Camera 8MPPi Camera 8MP

4. Pi3 Power Supply 5V, 2.4APi3 Power Supply 5V, 2.4A

5. Enclouse with in-built camera slotEnclouse with in-built camera slot

 

Initial Hardware Setup (RPi and SenseHAT)

1. Download the latest version of MotionEyeOS for RPi3 from here.

 

2. Insert the uSD card into your computer SD card reader and write the downloaded imaged into uSD card using image writing software like “Win32DiskImager”, wait for the write to complete. Exit the imager and eject the SD card.

 

3. Insert the uSD card into Raspberry Pi and boot the system. For initial setup we have to use Ethernet connection and once connected to the network we can setup WiFi connection.

 

4. Please refer to the guide how to find RPi IP address without using monitor (using the Pi headless):

https://www.raspberrypi.org/documentation/remote-access/ip-address.md

 

5. Now from your computer browse to the identified RPi IP address with your browser. Bingo!! you should see a live video feed from you RPi and camera over you network.

 

6. Now to setup your WiFi connection, motion sensing, video resolution etc click on the Key icon in the top-left corner. Login with admin as a username and leaving password field blank. From this panel you can set and control all the system functionality remotely. Once you have setup WiFi connection you can remove Ethernet cable and system will connect using WiFi on next boot automatically.

image

 

Login Screen:

image

 

WIFI Network

image

 

 

Camera Setup:

image

 

Motion Detection & Notification Setup:

image

  • raspberry pi security camera
  • pi-camera_project
  • raspberry pi projects
  • pi camera
  • raspberry_pi_projects
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • gadget.iom
    gadget.iom over 8 years ago in reply to jimgo +1
    Yes
  • lokesh_v
    lokesh_v over 8 years ago +1
    Can i code the raspberry pi 3 with assembly language.
  • jaddas
    jaddas over 8 years ago

    hello,,,am wondering how i can q motion detector like PIR,,,,,any help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • volly
    volly over 8 years ago

    lokesh_v, Of course you can...

    gcc can be used to embed some asm code into C as well

    as asm can be use natively on the ARM Processor...

    checkout this http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301h/DDI0301H_arm1176jzfs_r0p7_trm.pdf

    hope you can find this helpful.

     

    Regards.

    Yunus

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • lokesh_v
    lokesh_v over 8 years ago

    Can i code the raspberry pi 3 with assembly language.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • gadget.iom
    gadget.iom over 8 years ago in reply to jimgo

    Yes

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • jimgo
    jimgo over 8 years ago

    Can the camera be accessed over the internet using a dynamic ip url and opening a port?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 9 years ago

    wow...thank for detail project.

    can i know, how to plug more camera?

     

    do i need to have a long cable to location of the camera?

    thank you

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • volly
    volly over 9 years ago

    Everything I was looking for in one place and so well put.

    Thanks jcasiello

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube