Gocator API
kStatus GoSetup_SetXSubsamplingDefaultEnabled ( GoSetup  setup,
GoRole  role,
kBool  useDefault 
)

Sets whether to use the sensor's default x-resolution divider or the user-selected divider.

Note: Not all sensors will support a default x-resolution divider. If available as indicated by GoSetup_XSubsamplingDefaultEnabledUsed(), this function allows the mode to be switched from either Default (true) or a Custom (false) mode.

Version
Introduced in firmware 6.3.1.83
Parameters
setupGoSetup object.
roleDetermines which device to apply changes to. Use GO_ROLE_MAIN or GOROLE_BUDDYIDX(buddyidx). See GoRole for more details.
useDefaultDetermines whether to use the Default x-resolution divider (true) or Custom one set by the user (false).
Returns
Operation status.