PicNRec for Everyone proto
Just want the code for some reason? Get it here.
The Game Boy Camera is a camera-in-a-cartridge for the Game Boy. It takes four-color, harshly-dithered, 128x112 pictures. It has a kind of twee crudeness that some people really like. It holds few pictures and doesn’t meaningfully expose a way to get the pictures off of it. (You can print them out using the Game Boy Printer.)
The “Game Boy Camera PicNRec” is a flashcart treatment of the Game Boy Camera. It lets you take lots of pictures. It also lets you record video. It also comes with software to get the media off of the cartridge and onto your computer. Said software is Windows-only. I run Linux. I’d rather not have to deal with Wine. To solve my (and maybe also your) problem I’ve written a multiplatform program for interacting with the PicNRec.
The program consists of a library for interacting with the PicNRec, a CLI interface, and a GUI interface. I’d recommend using the GUI. Two screenshots that comprehensive-ish-ly show what it is like:
The CLI works well enough:
This program is a prototype. The main goal in writing this version was just to figure out how to reliably connect to, query, retrieve-from, and gallery-wipe the PicNRec. I anticipate rewriting with more care in a language I find more fun.
Despite it being in tk, I’ve attempted to make it feel good to use. (e.g. Ctrl+A and its ilk should work properly.) It retrieves media slowly since the controller seems to require this.
Source
Get it here