Skip to content

PSMoveServiceEx v0.12.2

Compare
Choose a tag to compare
@Timocop Timocop released this 21 Dec 05:33
· 654 commits to master-experimental since this release

Changes in this version:

  • Added additional occluded area tracker settings.
    • occluded_area_on_loss_size
      Occlusion areas are created when trackers lose their tracking projection.
      The tracker will not re-gain its projection if the projection is near the tracker's occlusion area.
      This will help avoid position jitter on continuous tracking loss.
      (The default value is 4)
    • occluded_area_ignore_trackers
      The number of trackers that will ignore occluded areas (sorted by biggest projection).
      (The default value is 0)
    • occluded_area_regain_projection_size
      The tracker will regain the projection and remove its occlusion if the projection size is bigger than the giving value.
      (The default value is 16)

Settings can be changed in Advanced Settings.