pimax_cli - mbucchia/Pimax-OpenXR GitHub Wiki

pimax_cli is a command-line tool that ships with PimaxXR to control Pitool settings. It can be used even without PimaxXR. You can use a tool such as AutoHotkey to create shortcuts to invoke the tool.

The tool is installed by PimaxXR under %ProgramFiles%\PimaxXR or can be downloaded as a standalone program.

usage: pimax_cli.exe <-int|-decimal|-string> <key> [<value>]

pimax_cli can be used to both query and set Pitool settings, using the configuration strings internal to Pitool.

Configuration string Type Description Values
enable_lighthouse_tracking int Use 9-axis or Lighthouse tracking 0: 9-axis, 1: Lighthouse
fov_level int Select FOV level 0: large, 1: normal, 2:small, 3:potato
dbg_asw_enable int Enable Smart Smoothing 0: disabled, 1: enabled
dbg_force_framerate_divide_by int Enable Compulsive Smoothing 1: disabled, 2: 1/2, 3: 1/3
dbg_hidden_area_enable int Enable hidden area mesh 0: disabled, 1: enabled
steamvr_use_native_fov int Enable parallel projections (INVERTED) 0: enabled, 1: disabled

Some settings will apply immediately, some need to restart the application. Experiment to find out!

Examples:

What? Command
Enable Smart smoothing pimax_cli -int dbg_asw_enable 1
Disable Smart smoothing pimax_cli -int dbg_asw_enable 0
⚠️ **GitHub.com Fallback** ⚠️