VideoCameraState Enumeration

ASCOM Video Camera status values.

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public enum VideoCameraState

Members

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