CameraFastReadout Property |
Namespace: ASCOM.DriverAccess
Exception | Condition |
---|---|
PropertyNotImplementedException | Must throw an exception if CanFastReadout returns False. |
NotConnectedException | If the device is not connected. |
DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request. |
Many cameras have a "fast mode" intended for use in focusing. When set to True, the camera will operate in Fast mode; when set False, the camera will operate normally. This property should default to False.
Please note that this function may in some cases interact with ReadoutModes; for example, there may be modes where the Fast/Normal switch is meaningless. In this case, it may be preferable to use the ReadoutModes function to control fast/normal switching.
If this feature is not available, then CanFastReadout must return False.
This is only available for the Camera Interface Version 2 and later.