picamzero is a Python 3 library designed to allow beginners to control a Raspberry Pi camera with Python.
-
Open a terminal window on your Raspberry Pi.
-
Run these commands (one at a time) to install
picamzero
:sudo apt update sudo apt install python3-picamzero
Full, beginner-friendly documentation is provided at https://raspberrypifoundation.github.io/picamera-zero.