IVideoFramePreviewBitmap Property |
Namespace: ASCOM.DeviceInterface
| Exception | Condition |
|---|---|
| NotConnectedException | If the device is not connected |
| 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. |
Must be implemented, must not throw an ASCOM.PropertyNotImplementedException.
The application can use this bitmap to show a preview image of the last video frame when required. This is a convenience property for those applications that don't require to process the ImageArray but usually only adjust the video camera settings and then record a video file.When a 24bit RGB image can be returned by the driver this should be the preferred format.