ImageArray

Property

CCDCamera.ImageArray (read only, Long)

Syntax

CCDCamera.ImageArray

Remarks

Returns a safearray of Long of size NumX * NumY containing the pixel values from the last exposure. Note: if NumX or NumY is changed after a call to Expose it will have no effect on the size of this array.

Please note that this item is not compatible with VBScript/JScript since it contains an array of Long instead of Variant. This has been done because Variant would consume far too much memory for large image arrays.