Click or drag to resize

VideoCameraFrameRate Enumeration

ASCOM Video Camera supported frame rates.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
Syntax
public enum VideoCameraFrameRate
Members
Member nameValueDescription
Variable0 This is a video camera that supports variable frame rates.
PAL1 25 frames per second (fps) corresponding to a PAL (colour) or CCIR (black and white) video standard.
NTSC2 29.97 frames per second (fps) corresponding to an NTSC (colour) or EIA (black and white) video standard.
See Also