IVideoFrame Interface
Defines the IVideoFrame Interface.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
public interface IVideoFrame
Public Interface IVideoFrame
public interface class IVideoFrame
| 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.
|