Open anilcamci opened 9 years ago
I am trying to get ofxLeapMotion2 to work with Oculus RIft. The optimization is implemented in the Leap library. I added the below function to set the relevant policy flag:
void optimizeForHeadMountedDisplay() { if (ourController) { ourController->setPolicyFlags(Leap::Controller::POLICY_OPTIMIZE_HMD); cout << ourController->policyFlags() << endl; } }
The policy flag indeed gets set but the behavior doesn't change (i.e. Leap still continues function in desktop mode).
Any ideas as to what might be causing this?
I am trying to get ofxLeapMotion2 to work with Oculus RIft. The optimization is implemented in the Leap library. I added the below function to set the relevant policy flag:
The policy flag indeed gets set but the behavior doesn't change (i.e. Leap still continues function in desktop mode).
Any ideas as to what might be causing this?