IVideoFrame Interface

Defines the IVideoFrame Interface.

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public interface IVideoFrame

Properties

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.

See Also