VideoFrame Class

Describe a rate at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxes, Double) method.

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public class VideoFrame : IVideoFrame
Inheritance
Object    VideoFrame
Implements
IVideoFrame

Constructors

VideoFrame Represents a single video frame

Properties

ExposureDuration The frame's exposure duration
ExposureStartTime The frame's start time
FrameNumber The frame's frame number
ImageArray The frame as an image array
ImageMetadata The frame's descriptive metadata
PreviewBitmap The frame's preview bitmap

Version Information

.NET Standard

Supported in: 2.0

See Also