Click or drag to resize

IVideoFrame Interface

Defines the IVideoFrame Interface.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public interface IVideoFrame

The IVideoFrame type exposes the following members.

Properties
 NameDescription
Public propertyExposureDuration Returns the actual exposure duration in seconds (i.e. shutter open time).
Public propertyExposureStartTime Returns the actual exposure start time in the FITS-standard CCYY-MM-DDThh:mm:ss[.sss...] format, if supported.
Public propertyFrameNumber Returns the frame number.
Public propertyImageArray 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].
Public propertyImageMetadata Returns additional information associated with the video frame as a list of named variables.
Public propertyCode examplePreviewBitmap Returns a preview bitmap for the last video frame as an array of byte.
Top
See Also