| VideoCameraState Enumeration | 
 ASCOM Video Camera status values.
 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntaxpublic enum VideoCameraState
Public Enumeration VideoCameraState
public enum class VideoCameraState
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | videoCameraRunning | 0 | 
 Camera status running. The video is receiving signal and video frames are available for viewing or recording.
  | 
 | videoCameraRecording | 1 | 
 Camera status recording. The video camera is recording video to the file system. Video frames are available for viewing.
  | 
 | videoCameraError | 2 | 
 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