PAKNEKO Posted April 25, 2019 Share Posted April 25, 2019 Hi! Is it possible to remove the "Our of Boundary" Message inside Apps? Because it seems that tracking is still working fine, but the FOcus still prompts me to reset or to take off/put on the headset for realigniment with the boundary space. I would like to remove it, for a room scale app, beause the boundary box seems to be slightly above 1x1m big. Semi-related uestions: Can i remove the prompt for resyncing the hand tracker/controller? Link to comment Share on other sites More sharing options...
HackPerception Posted April 25, 2019 Share Posted April 25, 2019 , I moved this to the WaveSDK forum which is where Vive Focus discussions are housed. Per the first question, the Focus generates a 2x2 meter safe space centered around the point the HMD was initialized at (when the HMD's proximity sensor detects a user). You can disable the safe space w/ developer mode activated under Settings -> Headset and Space -> Safety Virtual wall. on the process. @Per the second question, is more familiar with Focus and can speak to if that's possible Link to comment Share on other sites More sharing options...
Tony PH Lin Posted April 26, 2019 Share Posted April 26, 2019 Hi , Semi-related uestions: Can i remove the prompt for resyncing the hand tracker/controller? -> Not clearly understand your question. Do you like ask if you can use Vive Tracker with Focus? Or you'd ask anything about Hand Tracking? Thanks. Link to comment Share on other sites More sharing options...
PAKNEKO Posted May 8, 2019 Author Share Posted May 8, 2019 Hi What I mean, by disabling the Hand Tracker: When I put on the headset, the headset prompts me to press the HomeButton on the included 3DOF Controller/Pointer so it gets synced(?) with the headset and can be used with the software. But our company has some VR experiences which do not need the pointer. And if somebody takes of the headset and passes it on, we always have to resync the pointer Link to comment Share on other sites More sharing options...
Corvus Posted May 8, 2019 Share Posted May 8, 2019 To disable controller pairing add this line to your AndroidManifest.xml: <meta-data android:name="no_controller_pairing" android:value="true" /> Example (make sure it's in the activity & application section with the other meta data): <meta-data android:name="no_controller_pairing" android:value="true" /></activity></application> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.