Works as described.
Here's a script to use it:
<pre>
#! /bin/bash
while [ true ]; do
sudo /Library/opt/bin/isightcapture /Users/jand/Sites/iSight.jpeg;
date;
sleep 5;
done
</pre>
I wonder what that -n option does.
isightcapture
CLI capture utility for iSight camera
Version: 1.1
Revolutionary
Feedback Type: Review
Contributed by: jandockx Thursday, June 23 2005 @ 01:36 PM PDT
Product Platform: MacOSX
Used Product For: Less than a month
Recommend Product: YES
Overall Rating:
Ease of Use:
Support:
Features:
Quality / Stability:
Price:
Revolutionary - horovitz
the -n option just grabs the n-th frame. sometime the isight needs to adjust itself somewhat and this option will allow you to skip some frames after initialization of the camera and grab the nth frame.Reply to This
Thursday, June 23 2005 @ 03:52 PM PDT