ICameraV2ImageArray Property |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
NotConnectedException | Must throw exception if data unavailable. |
Note: if NumX or NumY is changed after a call to StartExposure it will have no effect on the size of this array. This is the preferred method for programs (not scripts) to download iamges since it requires much less memory.
For color or multispectral cameras, will produce an array of NumX * NumY * NumPlanes. If the application cannot handle multispectral images, it should use just the first plane.