Skip to content

Makes it easy for beginners to control a Raspberry Pi camera with Python.

License

Notifications You must be signed in to change notification settings

RaspberryPiFoundation/picamzero

Repository files navigation

Pi camera zero (picamzero)

picamzero is a Python 3 library designed to allow beginners to control a Raspberry Pi camera with Python.

Install

  1. Open a terminal window on your Raspberry Pi.

  2. Run these commands (one at a time) to install picamzero:

    sudo apt update
    sudo apt install python3-picamzero
    

Documentation

Full, beginner-friendly documentation is provided at https://raspberrypifoundation.github.io/picamera-zero.