HID services: Difference between revisions
| Line 3,150: | Line 3,150: | ||
! Offset || Size || Description | ! Offset || Size || Description | ||
|- | |- | ||
| 0x0 || 0x4 || | | 0x0 || 0x4 || [[#AdaptiveClusteringMode]] | ||
|- | |- | ||
| 0x4 || 0x4 || [6.0.0+] | | 0x4 || 0x4 || [6.0.0+] [[#AdaptiveClusteringTargetDistance]] | ||
|} | |} | ||
== AdaptiveClusteringMode == | |||
{| class="wikitable" border="1" | |||
! Value | |||
! Description | |||
|- | |||
| 0 || StaticFov | |||
|- | |||
| 1 || DynamicFov | |||
|} | |||
Controls the mode for [[#TeraPluginProcessorConfig]] (DynamicFov -> 0x10; StaticFov -> 0x0F). | |||
== AdaptiveClusteringTargetDistance == | |||
{| class="wikitable" border="1" | |||
! Value | |||
! Description | |||
|- | |||
| 0 || Near | |||
|- | |||
| 1 || Middle | |||
|- | |||
| 2 || Far | |||
|} | |||
Controls the second and third bytes for [[#TeraPluginProcessorConfig]] (Near-> 0x00, 0x00; Middle -> 0x01, 0x03; Far -> 0x01, 0x08). | |||
= HandAnalysisConfig = | = HandAnalysisConfig = | ||