GoWebScan API
kStatus GoWebScanSettings_SetUseObstructions ( GoWebScanSettings  settings,
kBool  value 
)

Sets whether to manually remove regions from the calibration input data via user-defined obstructions (1) or to automatically detect conveyor hardware regions (0).These regions are specified via sensor obstructions (GoWebScanSettingsSensor_AddObstruction()) and typically represent conveyor hardware regions.

When this field is disabled, the calibration will automatically detect conveyor hardware regions to remove from the input data.

Parameters
settingsGoWebScanSettings object.
valueBoolean to enable using user-defined obstructions during calibration.
Returns
Operation status.
See also
GoWebScanSettingsSensor_AddObstruction