VideoCameraState Enumeration
ASCOM Video Camera status values.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
public enum VideoCameraState
Members
  Member nameValueDescription
videoCameraRunning0 Camera status running. The video is receiving signal and video frames are available for viewing or recording.
videoCameraRecording1 Camera status recording. The video camera is recording video to the file system. Video frames are available for viewing.
videoCameraError2 Camera status error. The video camera is in a state of an error and cannot continue its operation. Usually a reset will be required to resolve the error condition.
See Also