C Specification
The xrSuggestBodyTrackingCalibrationOverrideMETA function is defined as:
// Provided by XR_META_body_tracking_calibration
XrResult xrSuggestBodyTrackingCalibrationOverrideMETA(
    XrBodyTrackerFB                             bodyTracker,
    const XrBodyTrackingCalibrationInfoMETA*    calibrationInfo);Parameters
Description
Applications can choose to call xrSuggestBodyTrackingCalibrationOverrideMETA on app startup, or implement a UI to allow users to specify when it should be called.
Runtimes must return XR_ERROR_VALIDATION_FAILURE if the specified
height falls outside the range (0.5 meters, 3 meters).
Runtimes should use the provided calibration data as an input to calibrate any body tracking algorithms.
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2025 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.