Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Raspberry Pi Robotic Blueprints

You're reading from  Raspberry Pi Robotic Blueprints

Product type Book
Published in Oct 2015
Publisher
ISBN-13 9781784396282
Pages 198 pages
Edition 1st Edition
Languages
Concepts

Table of Contents (14) Chapters

Raspberry Pi Robotic Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Adding Raspberry Pi to an RC Vehicle Adding Raspberry Pi to a Humanoid Robot Building a Tracked Vehicle That Can Plan Its Own Path Building a Robot That Can Play Laser Tag A Robot That Can Draw A Robot That Can Play Air Hockey A Robot That Can Fly Index

Seeing the puck using OpenCV


To know where the puck is, you'll need vision. Fortunately, adding hardware and software for vision for Raspberry Pi is both easy and inexpensive. First, you'll need to connect to a USB webcam.

Installing a USB camera on Raspberry Pi

Connecting a USB camera is very easy. Just plug it in the USB slot. To make sure your device is connected, type lsusb. You will see the following:

This shows a Logitech webcam located at Bus 001 Device 008: ID 046d:0825. To make sure that the system sees this as a video device, type ls /dev/v* and you will see something similar to the following:

The /dev/video0 is the webcam device. Now that your device is connected, let's see whether you can actually capture images and videos. There are several tools that can allow you to access the webcam, but a simple program with video controls is called guvcview. To install this, type sudo apt-get install guvcview. Once the application is installed, you'll want to run it. To do this, you'll either...

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 $15.99/month. Cancel anytime}