ICameraV4StartExposure Method
Starts an exposure. Use
ImageReady to check when the exposure is complete.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void StartExposure(
double Duration,
bool Light
)
Sub StartExposure (
Duration As Double,
Light As Boolean
)
void StartExposure(
double Duration,
bool Light
)
Parameters
- Duration Double
- Duration of exposure in seconds, can be zero if Light is false
- Light Boolean
- true for light frame, false for dark frame (ignored if no shutter)
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ICamera | Platform 5.0 | Member added. |