IVideoLastVideoFrame Property
Returns an IVideoFrame with its ImageArray property populated.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
IVideoFrame LastVideoFrame { get; }

Property Value

Type: IVideoFrame
The current video frame.
Exceptions
ExceptionCondition
NotConnectedExceptionMust throw exception if data unavailable.
InvalidOperationExceptionIf called before any video frame has been taken.
Remarks

Must be implemented, must not throw an ASCOM.PropertyNotImplementedException.

See Also