MakerWorld
Electronics
DIY raspberry pi camera
by T_knetsch
34
Downloads
42
Likes
5
Makes
GitHub - penk/ruha.camera: 3D Printable Retro-style Raspberry Pi HQ Cameragot the idea from this but that screen does not work on my raspberry so I designed a body myself, see that site for electronics.I used this screen:5.5inch HDMI AMOLED - Waveshare Wiki The code that I used was this (still in progress) from picamera2 import Picamera2, Previewimport timefrom datetime import datetimefrom gpiozero import Buttonfrom signal import pause# Initialize Picamera2 and GPIO buttonpicam2 = Picamera2()but
Sign in to leave a comment
Sign in