Skip to content

Instantly share code, notes, and snippets.

View CC58's full-sized avatar

CharlesC CC58

View GitHub Profile
@CC58
CC58 / CaptureSeq_ALL_V11.py
Last active December 27, 2016 08:18 — forked from pzwang/CaptureSeq_ALL_V10-pwang.py
cleaned up version of SharpCap capture script
## IronPython Script v1.1 for SharpCap v2.9 only
## Capture series of pics at specified intervals for specificed count
## o Non-Stack PNG - capture time lapse of clouds, or capture using camera on-board stacking
## o Stacked PNG - capture time lapse of comets to make a movie (use free VirtualDub)
## o Stacked FIT32 - capture progressively longer stacks of an object (use free Fitswork4)
## Good for capturing series of pics of Comets to create a movie
import clr ## These four lines are for Thread.Sleep and DoEvents