Book Image

Arduino Android Blueprints

Book Image

Arduino Android Blueprints

Overview of this book

Table of Contents (17 chapters)
Arduino Android Blueprints
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. Wi-Fi Remote Security Camera

In this chapter, we will build a Wi-Fi remote security camera. The camera itself will be based on the Arduino Yùn and a standard USB webcam. The Arduino Yùn is a powerful Arduino board that has an onboard Linux machine and Wi-Fi connectivity. The Arduino Yùn will take the video coming from the camera and stream it on the local Wi-Fi network.

Then, we will be able to access the video stream from our physical Android device. This will give us the mobile flexibility to access our video stream from anywhere in our home.

From this chapter, you will learn how to:

  • Use the Arduino Yùn and connect a USB camera to it

  • Configure the Yùn to stream the video over your local Wi-Fi network

  • Build an Android application to get the stream from the USB camera