VideoCameraState CameraState { get; }ReadOnly Property CameraState As VideoCameraState
GetMust be implemented, must not throw an ASCOM.NotImplementedException.
Returns one of the following status information:CameraIdle and CameraBusy are optional states. Free running cameras cannot be stopped and don't have a CameraIdle state. When those cameras are powered they immediately enter CameraRunning state. Some digital cameras or video systems may support operations that take longer to complete. While those longer operations are running the camera will remain in the state it was before the operation started.
The video camera state diagram is shown below:

| NotConnectedException | When Connected is False. |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |