Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Smart Internet of Things Projects

You're reading from   Smart Internet of Things Projects Discover how to build your own smart Internet of Things projects and bring a new degree of interconnectivity to your world

Arrow left icon
Product type Paperback
Published in Sep 2016
Publisher Packt
ISBN-13 9781786466518
Length 258 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Agus Kurniawan Agus Kurniawan
Author Profile Icon Agus Kurniawan
Agus Kurniawan
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Smart Internet of Things Projects
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. Making Your IoT Project Smart FREE CHAPTER 2. Decision System for IoT Projects 3. Building Your Own Machine Vision 4. Making Your Own Autonomous Car Robot 5. Building Voice Technology on IoT Projects 6. Building Data Science-based Cloud for IoT Projects Index

Building your own IoT machine vision


We already know Pixy CMUcam5 as a camera module. In this section, we try to use this module in our IoT project.

The following is a list of the required modules:

You also can obtain these modules on other online stores.

Deploying Pixy CMUcam5 on Raspberry Pi

In order to use Pixy CMUcam5, you should install the required libraries and applications. Firstly, you can open the terminal on Raspberry Pi and type these commands:

$ sudo apt-get install libusb-1.0-0-dev
$ sudo apt-get install qt4-dev-tools
$ sudo apt-get install qt4-qmake qt4-default
$ sudo apt-get install g++
$ sudo apt-get install swig
$ sudo apt-get install libboost-all-dev

You need the Pixy library and application from source code. Firstly, you download the source code and then install PixyMon:

$ git clone https://github.com/charmedlabs/pixy.git
$ cd...
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 £13.99/month. Cancel anytime
Visually different images