Skip to Content
Hands-On Robotics Programming with C++
book

Hands-On Robotics Programming with C++

by Dinesh Tavasalkar
March 2019
Intermediate to advanced
312 pages
7h 37m
English
Packt Publishing
Content preview from Hands-On Robotics Programming with C++

Capturing images and video with the RPi camera

Let's see how we can take pictures and record video with our RPi. Open the Terminal window and type the following command:

raspistill -o image1.jpg

In this command, we used raspistill to take a still picture and saved it as image1.jpg.

Since the Terminal window is pointing to the pi directory, this image is saved in the pi folder. To open this image, open the pi folder and inside it, you will see image1.jpg. Images captured using the RPi camera have a native resolution of 3,280 x 2,464 pixels:

The output of image1 is shown in the following screenshot:

If we want to flip the image horizontally, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn Robotics Programming

Learn Robotics Programming

Danny Staple
C++ Reactive Programming

C++ Reactive Programming

Praseed Pai, Peter Abraham

Publisher Resources

ISBN: 9781789139006Supplemental Content