v0.1.0 — Initial release
What's included
microscopi — stripped ARM64 binary for Raspberry Pi 3 (Debian Bookworm).
Drop it onto a Pi OS Lite system or use the build scripts to generate a full SD card image.
Runtime dependencies (install via apt on the Pi)
```
libcamera0 libcamera-ipa libsdl2-2.0-0 libsdl2-ttf-2.0-0 libsdl2-image-2.0-0
libavformat60 libavcodec60 libavutil58 librsvg2-bin
```
Full OS image
A pre-built SD card image is not included in this release — build one with:
```bash
./scripts/build-image.sh
Output: deploy/pi-gen/deploy/*.img.xz
```
Then flash with `./scripts/flash.sh /dev/sdX`.
Key bindings (defaults, all rebindable in microscopi.conf)
| Key | Action |
|---|---|
| T / Shift+T | Cycle exposure mode (P→A→S→M) |
| P A S M | Jump to mode directly |
| ↑ / ↓ | Focus step |
| Shift+↑ / Shift+↓ | Shutter speed ±1 stop (S/M modes) |
| I / Shift+I | ISO up/down |
| Space | Capture still |
| Shift+R (hold) | Start/stop recording |
| H (hold 3 s) | Show help overlay |
| Esc / Q (hold 5 s) | Quit |
License
GPL-3.0 — see LICENSE.