ICameraV3StartExposure Method |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
InvalidValueException | NumX, NumY, BinX, BinY, StartX, StartY, or Duration parameters are invalid. |
InvalidOperationException | CanAsymmetricBin is false and BinX != BinY |
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 a MethodNotImplementedException.
A dark frame or bias exposure may be shorter than the V2 ExposureMin value and for a bias frame can be zero. Check the value of Light and allow exposures down to 0 seconds if Light is false. If the hardware will not support an exposure duration of zero then, for dark and bias frames, set it to the minimum that is possible.
Some applications will set an exposure time of zero for bias frames so it's important that the driver allows this.