A homebrew camera app for the Nintendo DSi. Fork of Pk11's dsi-camera.
- Photos: raw 640x480 YUV from either camera, burst capture while held
- Video: 256x192 @ 10fps with microphone audio, recorded to a simple chunked container
- Album: date-grouped thumbnail gallery with full-screen viewing, video playback with sound, and delete
- Export photos to the stock DSi Camera album (signed, shows up like a real photo)
- Power LED turns red while capturing
tools/convert.shconverts photos to PNG and videos to MP4 on a PC (ffmpeg + python3)
| Key | Action |
|---|---|
| L/R | Take photos / start & stop recording |
| Y | Toggle photo / video mode |
| A | Swap camera |
| SELECT | Album |
| START | Exit |
Requires devkitPro with devkitARM, libnds, and calico.
make
Copy dsi-camera.nds to your SD card and launch it (tested with Unlaunch).
Photos and videos are saved to sd:/photos/; drop tools/convert.sh in that
folder and run it on a PC to get PNGs and MP4s.