Click or drag to resize

VideoCameraState Enumeration

ASCOM Video Camera status values.

Namespace:  ASCOM.DeviceInterface
Assembly:  ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
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