IVideoWidth Property
Returns the width of the video frame in pixels.

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

Property Value

Type: Int32
The video frame width.
Exceptions
ExceptionCondition
NotConnectedExceptionMust throw exception if the value is not known.
Remarks

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

For analogue video cameras working via a frame grabber the dimensions of the video frames may be different than the dimension of the CCD chip
See Also