ICameraV2Gain Property |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
PropertyNotImplementedException | Must throw an exception if gain is not supported |
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.) |
InvalidValueException | Must throw an exception if not valid. |
May throw a PropertyNotImplementedException if Gain is not supported by the camera.
Gain can be used to adjust the gain setting of the camera, if supported. There are two typical usage scenarios:The driver must default Gain to a valid value.
Please note that ReadoutMode may in some cases affect the gain of the camera; if so the driver must be written such that the two properties do not conflict if both are used.
This is only available for the Camera Interface Version 2