A digital Polaroid SX-70 rebuilt using a Raspberry Pi Zero W and 2.8" LCD display.
Current boot time: ~5 seconds
- buildroot
- OpenCV 3
- Pillow
- Pygame
- Numpy
- RPi GPIO
buildrootdirectory contains configuration files for buildroot, including thedefconfig,post-build, andpost-imagescripts used to generate the image.package/kmod/kmod.mkis a modifiedkmodmakefile that fixes an issue with Python 3 in the current buildroot version. Lines43-45(KMOD_CONF_ENV) are added to fix the compilation issue with Python 3.remap.pklis the pickled output from the fisheye de-distortion calibration; a new calibration file can be generated using thefisheyescripts.
make BR2_EXTERNAL=/path/to/super70/buildroot BR2_DEFCONFIG=/path/to/super70/buildroot/configs/raspberrypi0w_defconfig defconfig