TUAW Responds: Reader requests remote iPhone Snapshot util
TUAW reader Patrick McCarron read my Mac-based file catcher post and wrote in to ask if I could set up a utility to automatically trigger screen shots from the Macintosh. Sure, Patrick. You've got it.
Like SnapNGo, AutoSnap grabs the contents of the screen and serves it via Bonjour. Unlike SnapNGo, AutoSnap automatically names and serves its files and can be triggered from your Mac using FileCatcher. Tap on the "File Throw Auto Snap" server and your iPhone snaps a picture and shares it to your Mac. The file appears on your desktop.
So then, I got to thinking. Since SnapNGo is sending pictures, why not adapt Apple's Picture Sharing Browser sample code to work with my updated protocol? So I grabbed a fresh copy of the code, and did a bunch of code monkey stuff to it, and produced a new utility: Erica Picture Sharing Browser–because I really stink at coming up with good names.
EPSB works more or less the same way that File Catcher does–tap on the server name to trigger a screen shot–but it also displays the picture in a fancy NSImageView and, favorite bit, offers a check box that allows you to optionally save the screen shot to your desktop. It uses the same automatic names produced by SnapNGo but you can easily rename the files once they're there.
Thanks for the suggestion, Patrick. I hope you enjoy the results.