Book Image

BeagleBone By Example

By : Pei JIA, Jayakarthigeyan Prabakar, Alexander Hiam
Book Image

BeagleBone By Example

By: Pei JIA, Jayakarthigeyan Prabakar, Alexander Hiam

Overview of this book

BeagleBone is a low cost, community-supported development platform to develop a variety of electronic projects. This book will introduce you to BeagleBone and get you building fun, cool, and innovative projects with it. Start with the specifications of BeagleBone Black and its operating systems, then get to grips with the GPIOs available in BeagleBone Black. Work through four types of exciting projects: building real-time physical computing systems, home automation, image processing for a security system, and building your own tele-controlled robot and learn the fundamentals of a variety of projects in a single book. By the end of this book, you will be able to write code for BeagleBone in order to operate hardware and impart decision-making capabilities with the help of efficient coding in Python.
Table of Contents (17 chapters)
BeagleBone By Example
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Summary


This chapter was just a start for you get to know what open OpenCV is, to set it up on BeagleBone Black and to understand a little bit of what you can do with it using Python by writing just a few lines of code. In this chapter, the image capture project is just a simple thing we did – you can play around and do a lot more like capturing videos and saving them, changing a color image to black and white, and other image processing using OpenCV and Python. Now we know how to click a picture and save it.

In the next chapter, we will build a home security application project using a sensor to detect motion and click a picture whenever a motion is detected. In this way, we will be building a real-time application using OpenCV, BeagleBone Black and Python where the system will interact with the physical world.