This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## IronPython Script v1.0 for SharpCap - v2.9 2529beta only | |
## Capture series of PNGs pics for specificed count at specified intervals (clears stack for each pic) | |
## Good for capturing series of pics of Comets to create a movie | |
import clr ## These four lines are for Thread.Sleep and DoEvents | |
clr.AddReference('System.Windows.Forms') ## | |
from System.Windows.Forms import * ## | |
from System.Threading import * ## | |
clr.AddReference('System.Drawing') |
OlderNewer