Skip to content

Picamera zero (picamzero)

Picamera zero (picamzero) makes it easy for beginners to control a Raspberry Pi camera with Python.


Install

  1. Open a terminal window on your Raspberry Pi.

    Open a terminal window

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

    sudo apt update
    sudo apt install python3-picamzero
    

Now you're good to go! Start by writing your first program.