This commit is contained in:
ABelliqueux 2024-04-09 09:16:46 +02:00
parent 31f02680d9
commit ed730ca65c
1 changed files with 10 additions and 3 deletions

View File

@ -11,6 +11,11 @@ A python stop-motion script that keeps things simple and allows to use a DSLR or
* Full HD export with ffmpeg
* Uses translations
## Disclaimer
This script was tested with a Nikon D40x DSLR and a rpi 4 B + raspicam module v3. It might not work with other hardware.
Issues reports and commits are welcome !
## Setup
0. (Windows users only) Setup WSL2 on your (P)OS and install a Debian based distro (Debian, Mint, Ubuntu...)
@ -37,7 +42,9 @@ A python stop-motion script that keeps things simple and allows to use a DSLR or
## Raspberry Pi image
For convenience, a disk image is available here for RPI users.
For convenience, a disk image will soon be available here for RPI users.
## Kiosk like setup
For advanced users, the steps for preparing RaspiOS for a minimal kiosk-like experience are these :
1. Flash Raspi OS bookworm lite version to a SD card, enabling SSH, Wifi, etc if needed.