Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.38 KB

Instant Framed Camera

The code used for the camera and the frame in my 'Instant Framed Camera' project.

More on this project here!

The scripts auto-starts using a cron job, and some fast-bootup tricks were applied.






Hardware used

Camera

  • Original Polaroid land camera
  • Raspberry Pi 3 Model A+
  • Raspberry Camera Module 3
  • Li-ion Battery HAT
  • A status LED (pin 18, BCM)
  • The camera's original push button was repurposed using GPIO pins (21) to connect when pushed to take the digital picture

Display




Software requirements

Python3

Camera

  • pyzbar
  • opencv-python
  • numpy

Display

  • The Waveshare libs that come with the e-paper display (place the 'lib' folder next to the DISP.py script)
  • RPi.GPIO
  • spidev
  • Jetson.GPIO