Skip to main content

Raspberry PI Zero 2W camera

  1. Get the imager https://www.raspberrypi.com/software/ and write to sdcard, configure the dialogues

image.png

2. Plug in the sdcard, start the raspberry and log in via putty (find IP on router)
-> an USB port might not be powerful enough for heavy operations, so preerably a power outlet

 

3. Update and install workloads


sudo apt update
sudo apt full-upgrade -y

sudo apt install -y \
  rpicam-apps \
  python3-picamera2 \
  python3-numpy \
  python3-av \
  ffmpeg \
  samba

sudo reboot