ICameraV2ReadoutMode Property |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
InvalidValueException | Must throw an exception if set to an illegal or unavailable mode. |
NotConnectedException | Must throw an exception if the information is not available. (Some drivers may require an active connection in order to retrieve necessary information from the camera.) |
Must be implemented if CanFastReadout is false, must throw a PropertyNotImplementedException if CanFastReadout is true.
ReadoutMode is an index into the array ReadoutModes, and selects the desired readout mode for the camera. Defaults to 0 if not set. Throws an exception if the selected mode is not available.It is strongly recommended, but not required, that driver authors make the 0-index mode suitable for standard imaging operations, since it is the default.
Please see ReadoutModes for additional information.
This is only available for the Camera Interface Version 2