Chapter 4. Working with a Webcam and Pi Camera
In the previous chapter, we learned how to set up and write our own games using pygame
. In this chapter, we will learn how to use different types and uses of cameras with our Pi. Let's take a look at the topics we will study and implement in this chapter:
- Working with a webcam
- Crontab
- Timelapse using a webcam
- Webcam video recording and playback
- Pi Camera and Pi NoIR comparison
- Timelapse using Pi Camera
- The
PiCamera
module in Python