Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 520 Bytes

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.