Skip to content

Instantly share code, notes, and snippets.

View JennyList's full-sized avatar

Jenny List JennyList

  • No fixed abode
View GitHub Profile
@JennyList
JennyList / pi-snapshot-camera.py
Created January 24, 2023 15:03
The world's worst Python camera script for a Raspberry Pi
#!/usr/bin/env python3
#
# World's worst Raspberry Pi camera script
# Jenny List, January 2023
#
# For a Pi Zero with a camera module and a Pimoroni Display HAT Mini.
#
# It's horribly inefficient, there's no pretence of optimisation, you could certainly do better than this.
#