Gocator API

◆ GoGeoCal_CalWindow()

kStatus GoGeoCal_CalWindow ( GoGeoCal  cal,
kSize  cameraIndex,
k32u x,
k32u y,
k32u width,
k32u height,
k32u xSubsampling,
k32u ySubsampling 
)

Gets calibration window.

Version
Introduced in firmware 4.7.0.130
Parameters
calGoGeoCal object.
cameraIndexCamera index. kERROR_PARAMETER if invalid.
xOutput parameter for window x. Provide with a pointer to a k32u. Ignored if input is kNULL.
yOutput parameter for window y. Provide with a pointer to a k32u. Ignored if input is kNULL.
widthOutput parameter for window width. Provide with a pointer to a k32u. Ignored if input is kNULL.
heightOutput parameter for window height. Provide with a pointer to a k32u. Ignored if input is kNULL.
xSubsamplingOutput parameter for window xSubsampling. Provide with a pointer to a k32u. Ignored if input is kNULL.
ySubsamplingOutput parameter for window ySubsampling. Provide with a pointer to a k32u. Ignored if input is kNULL.
Returns
Operation status.