Installing Pi Camera

Once your Pi has rebooted you need to install Pi Camera, so log back in

Pi Camera is a great Python library for controlling the Pi camera with all sorts of useful features

Install Picamera by turning on your Raspberry Pi, opening a Terminal and typing:

sudo apt-get install python3-picamera

Back to top