Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

a0.8.0-t3.3

Compare
Choose a tag to compare
@KimihikoAkayasaki KimihikoAkayasaki released this 18 Dec 09:37
· 264 commits to master since this release

Alpha-0.8.0 testing build 3 version 3 (51.4.30.98-PRE)

This is a manual release. If you want the newest files,
you can grab artifacts from GitHub Actions page.
Although, automatic builds just trigger every push,
so they aren't being tested in any way and can just break.

Setup (If you can't wait for the installer):

  • To set this up, just replace files in currently used KinectToVR
    installation directory, including replacing driver's dll file.
    (Located in KinectToVR/bin/win64/)
  • Don't forget to remove -$(hash) suffixes!

Kinect close/crash handler (KinectToVR-CE):

  • It fires up right with Kinect process and waits for it to exit (or crash)
  • After normal app close, Kinect will blink on and then just turn off
  • Argument is PID passed from KinectToVR, process checks thanks to it
  • When no argument is provided, the app will try to close the Kinect

Notes (At least important ones):

  • KV2 orientation should be finally working (+removed hacky filtering)
  • PSMS is finally initializing with non-empty quaternion (w=1)
  • Note for PSMS users: to recenter tracker please press select button
  • Generally, everything should work
    (or at least try to do so)
  • Kinect should now close on app crash or when exit(0) is called
  • Changed icons
  • Should somehow use less CPU than legacy versions
  • Post-flip pitch (x) is finally ok
  • Done TODOs from previous releases
  • Calculated orientation is finally working
  • KV2 orientation should actually work
  • Moved autospawn button to Options tab
  • Reduced autospawn wait time
  • Changed available options for different processes