IVideoFrame Interface

Defines the IVideoFrame Interface Note: this applies to COM only

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
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.

Version Information

.NET Standard

Supported in: 2.0

See Also