Added links for things to buy.
This commit is contained in:
parent
985dd46827
commit
5b2236da25
1 changed files with 23 additions and 8 deletions
31
README.md
31
README.md
|
|
@ -1,19 +1,34 @@
|
||||||
# The Pi Photobooth
|
# The Pi Simple Photobooth
|
||||||
|
|
||||||

|
This project is based off the All Seeing Pi project by the Raspberry Pi Foundation and the changes by @mdegrazia.
|
||||||
|
|
||||||
This project is based off the All Seeing Pi project by the Raspberry Pi Foundation.
|
|
||||||
|
|
||||||
In general, the changes/additions I made to the changes that were made by @mdegrazia were:
|
In general, the changes/additions I made to the changes that were made by @mdegrazia were:
|
||||||
|
|
||||||
1) removed the audio
|
1) removed the audio
|
||||||
2) removed the wii functions
|
2) removed the wii functions
|
||||||
|
3) added an on screen button to take photos/set up for the photos
|
||||||
3) added an on screen button to take photos
|
4) removed the GPIO functions for buttons apart from the shutter trigger
|
||||||
4) removed the GPIO functions for buttons
|
|
||||||
5) killed the kill button functionality
|
5) killed the kill button functionality
|
||||||
|
|
||||||
See the full blog post here for details https://anotherpiblog.blogspot.com/2017/06/raspberry-pi-photobooth-with-bluetooth.html
|
The hardware for this project:
|
||||||
|
A hardboard crate of blueberries (minus blueberries)
|
||||||
|
A Raspberry Pi 3B with an 8GB SD card
|
||||||
|
A cheap SPI 3.5" TFT screen (hence the framebuffer copy utility, not required for luxury HDMI screens) from Aliexpress
|
||||||
|
https://www.aliexpress.com/item/3-5-Inch-TFT-LCD-Module-For-Raspberry-Pi-2-Model-B-RPI-B-raspberry-pi/32631471521.html
|
||||||
|
A knock-off 5MP V1.3 Pi Cam from Aliexpress
|
||||||
|
https://www.aliexpress.com/item/Free-Shipping-raspberry-pi-camera-5mp-pixels-RASPBERRY-PI-CAMERA/32293433078.html
|
||||||
|
A button I had in the draw
|
||||||
|
A Polaroid Pogo bluetooth printer (you can even see the MAC address in the source...) which I was given by a couple of friends for a previous wedding photobooth project. It turns out that you can use Zink papers for the Pryntr range (or the slightly more expensive HP Sprocket) in this unit without any modifications. However, it won't print .png's so the source code is modified to save as .jpg.
|
||||||
|
https://www.amazon.com/Polaroid-CZA10011-Instant-Mobile-Printer/dp/B001APNVTQ
|
||||||
|
|
||||||
|
In addition to the hardware listed, you'll also need to prepare your Pi with drivers for the screen. I used the ones from goodtft:
|
||||||
|
https://github.com/goodtft/LCD-show
|
||||||
|
Since the framebuffer doesn't auto-copy itself to the SPI display, you will also need the framebuffer copy util from @tasanakorn. I've included the binary I compiled on my Pi in this folder, but if you need to re-compile the source is here:
|
||||||
|
https://github.com/tasanakorn/rpi-fbcp
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
See the original blog post here for details https://anotherpiblog.blogspot.com/2017/06/raspberry-pi-photobooth-with-bluetooth.html
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Unless otherwise specified, everything in this repository is covered by the following license:
|
Unless otherwise specified, everything in this repository is covered by the following license:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue