Returns the width of the video frame in pixels.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
SyntaxReadOnly Property Width As Integer
Get
property int Width {
int get ();
}
Property Value
Int32The video frame width.
ExceptionsException | Condition |
---|
NotConnectedException | If the device is not connected |
DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
RemarksMust 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
Revision HistoryDate | Version | Description |
---|
IVideo | Platform 6.1 | Member added. |
See Also