IVideo |
The IVideoFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| ExposureDuration | Returns the actual exposure duration in seconds (i.e. shutter open time). | |
| ExposureStartTime | Returns the actual exposure start time in the FITS-standard CCYY-MM-DDThh:mm:ss[.sss...] format, if supported. | |
| FrameNumber | Returns the frame number. | |
| ImageArray | Returns a safearray of int32 containing the pixel values from the video frame. The array could be one of: ImageArray[Pixels], ImageArray[Height, Width], ImageArray[NumPlane, Pixels] or ImageArray[NumPlane, Height, Width]. | |
| ImageMetadata | Returns additional information associated with the video frame as a list of named variables. | |
| PreviewBitmap | Returns a preview bitmap for the last video frame as an array of byte. |