CameraBayerOffsetX Property |
Bayer X offset index, Interface Version 2 and later
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic short BayerOffsetX { get; }Public ReadOnly Property BayerOffsetX As Short
Get
public:
virtual property short BayerOffsetX {
short get () sealed;
}Return Value
Int16The Bayer colour matrix X offset, as defined in
SensorType.
Implements
ICameraV3BayerOffsetX
Exceptions
Remarks
Returns the X offset of the Bayer matrix, as defined in
SensorType. Value returned must be in the range 0 to M-1,
where M is the width of the Bayer matrix. The offset is relative to the 0,0 pixel in the sensor array, and does not change to
reflect subframe settings.
This is only available for the Camera Interface Version 2 and later.
See Also