Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Internet  |  Chat / IM / SMS  |  isightcapture  |  Revolutionary

isightcapture

isightcapture

CLI capture utility for iSight camera

Version:  1.1

   [ Views: 667 ]

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

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.   
Overall Rating:

Ease of Use:

Support:

Features:

Quality / Stability:

Price:

Rate this Review

Was this Review helpful? Yes | No

Comments

1 comments |

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