Making a "real" raspberry pi mirrorless interchangeable-lens camera (MILC) with 3d printed case.
- Raspberry Pi
- Raspberry Pi HQ Camera (Sony IMX477 sensor)
- CS-mount lens, 2.8-12mm, f1.4
- Raspberry Pi battery module
- 3.5 inch touch screen
- buttons (12x12x7.3mm) and wires (photo button to pin 19, video button to pin 20, to match with the script)
- 3D printed case: https://www.thingiverse.com/thing:4740323
- Install display driver, https://github.com/goodtft/LCD-show
- Install Apache web server, to view photos,
sudo apt-get install apache2
(optional, can also try "rsync") - Run the python script in this repo,
sudo python3 main.py
. The photos are saved to /var/www/html folder - To run the python script at startup,
sudo nano /etc/rc.local
, then addsudo python3 full-path-to/main.py &
at the beginning of the file
- For film simulation, ImageMagick (https://imagemagick.org/index.php) is required.
- For more HaldCLUT film simulation LUTs, please get it from: https://rawpedia.rawtherapee.com/Film_Simulation
Demo YouTube video: