Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Enable iSightCapture in 10.4.10+ and 10.5' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Enable iSightCapture in 10.4.10+ and 10.5
Authored by: Der Scherar on Jun 04, '09 03:52:07AM

I found a more "creative" way to access the isight remote or via php...

I used a folder action to activate the cam. I wrote a php to touch a file in a watched folder, which folder script starts the cam and takes a picture.

It's not the fastest way, but it works...

on adding folder items to this_folder after receiving added_items
do shell script "/usr/local/bin/isightcapture -t jpg /path/to/pic-folder/cam.jpg"
end adding folder items to


[ Reply to This | # ]