ICameraV2ImageReady Property |
Returns a flag indicating whether the image is ready to be downloaded fom the camera
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property ImageReady As Boolean
Get
property bool ImageReady {
bool get ();
}
Property Value
Type:
Booleantrue if [image ready]; otherwise,
false.
Exceptions Exception | Condition |
---|
NotConnectedException | hardware 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