Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Practical Internet of Things with JavaScript

You're reading from   Practical Internet of Things with JavaScript Build standalone exciting IoT projects with Raspberry Pi 3 and JavaScript (ES5/ES6)

Arrow left icon
Product type Paperback
Published in Dec 2017
Publisher Packt
ISBN-13 9781788292948
Length 296 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Arvind Ravulavaru Arvind Ravulavaru
Author Profile Icon Arvind Ravulavaru
Arvind Ravulavaru
Arrow right icon
View More author details
Toc

Setting up smart surveillance


Now that we have an understanding of what we are going to do, we will get started with the setup of Raspberry Pi.

We are going to set up the camera and a motion detector, as we did in Chapter 8, Raspberry Pi Image Streaming. Next, we will be adding the logic required to capture an image upon the detection of motion and then send it for processing.

Before we do that, we need to seed the Rekognition collection with authorized faces.

This script can be an API as part of the API engine, and using the web dashboard we can upload and seed the images. But to keep things simple, we are going to run this standalone script from a machine.

Setting up AWS credentials

Before we get started with development, we need to set up our local machine with the AWS CLI and AWS credentials.

First, we need to install the AWS CLI. Head over to https://aws.amazon.com/cli and follow the instructions on the page. To test the installation from the command prompt, run:

aws --version

You should see...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime