Add seated PSVR webcam 6DoF tracking - #60
Draft
Davidbkr03 wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reason
PSMoveServiceEx can read the PSVR headset sensors, but it did not provide a production path for tracking the headset's built-in LEDs through a normal webcam. This change supplies the missing optical position path and aligns it with the headset's own clocked IMU data for seated PC VR use.
Implementation
Testing performed
-Wall -Wextra -Werror -pedantic.ctest: 5/5 tests passed:PSMoveProtocol.The full Linux service target remains blocked by an existing upstream/pinned-submodule mismatch:
ControllerManager.cppcallsGamepad_init(gamepad_api_xinput_only), while the pinnedlibstemexposesGamepad_init()with no argument. That unrelated semantic mismatch was not papered over in this PR.Documentation updated
misc/PSVR_LED_TRACKING.mdwith architecture, configuration, calibration, diagnostics, test coverage, hardware acceptance gates, rollback, and iVRy handoff.README.md.Remaining validation / why this is a draft
No PSVR, webcam, native Windows toolchain, or iVRy runtime was available for this implementation pass, so those hardware/runtime checks are intentionally not claimed.