CameraStartExposure Method |
Namespace: ASCOM.DriverAccess
| 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. The device did not successfully complete the request. |
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.