| Sign In/My Account | View Cart |
| Article: |
What Is Automator (and Can It Make Your Life Easier) | |
| Subject: | using automator to create a photobooth picture taker | |
| Date: | 2005-09-11 21:25:07 | |
| From: | ejoe | |
| How easy would it be to use automator to take 4 pictures using the iSight at 5 second intervals, crop and resize the pictures to fit on a 4 by 6 inch frame, and then print them out - photobooth style? I think this action would be a great way for Apple to demo the power of photobooth. | ||
Showing messages 1 through 2 of 2.
using automator to create a photobooth picture taker
As it stands right now, I don't think that the "Take Picture" action bundled with Tiger supports the iSight; at least it didn't with mine. Hence, you'd need to write an action for that. I might get around to it in a bit if no one else does, as I've had to do a lot of image processing lately with mine.
The other issue is doing the pretty print. That involves digging into the Cocoa docs for printing and might be a bit time consuming if you've never dealt much with those frameworks. Alternatively, you might be able to use a fink tool like "mpage" to print 4 images per page...but there wouldn't be a nice border like you're probably expecting.
So in short, it would take some time because the two core actions just don't exist. If I supply the iSight action, does anyone want to start cranking on the pretty print?