VideoCameraFrameRate Enumeration |
ASCOM Video Camera supported frame rates.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax public enum VideoCameraFrameRate
Public Enumeration VideoCameraFrameRate
public enum class VideoCameraFrameRate
Members
| Member name | Value | Description |
---|
| Variable | 0 |
This is a video camera that supports variable frame rates.
|
| PAL | 1 |
25 frames per second (fps) corresponding to a PAL (colour) or CCIR (black and white) video standard.
|
| NTSC | 2 |
29.97 frames per second (fps) corresponding to an NTSC (colour) or EIA (black and white) video standard.
|
See Also