ICameraV2ImageReady Property
Returns a flag indicating whether the image is ready to be downloaded fom the camera

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool ImageReady { get; }

Property Value

Type: Boolean
true if [image ready]; otherwise, false.
Exceptions
ExceptionCondition
NotConnectedExceptionhardware or communications connection error has occurred.
Remarks
If true, there is an image from the camera available. If false, no image is available and attempts to use the ImageArray method will produce an exception
See Also