Skip to content

Instantly share code, notes, and snippets.

View pzwang's full-sized avatar

Peter Wang pzwang

  • Anaconda, Inc. (formerly Continuum Analytics)
View GitHub Profile
@pzwang
pzwang / CaptureSeq_ALL_V10-pwang.py
Created May 19, 2016 07:10
cleaned up version of SharpCap capture script
## 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')