Forum Discussion
Dreymo
11 years agoExplorer
Tracking doesnt work in editor
Hi there,
head and positional tracking doesn't work when I run it directly in the editor. Thought something could went wrong with the import of the new sdk.. but it doesnt even work on a fresh scene. I always have to build the scene which is pretty annoying :/ Anyone got a solution?
Cheers,
Dreymo
head and positional tracking doesn't work when I run it directly in the editor. Thought something could went wrong with the import of the new sdk.. but it doesnt even work on a fresh scene. I always have to build the scene which is pretty annoying :/ Anyone got a solution?
Cheers,
Dreymo
11 Replies
Replies have been turned off for this discussion
- ryahataHonored GuestDo you get the predistorted viewports in the Game window?
- DreymoExplorerYes its distored, but stays locked.
- ryahataHonored GuestWhat is your monitor setup and how is the Rift configured as a monitor?
- PoddenProtegePlease check the internal variables, perhaps one of these are false:
OVRDevice.IsCameraPresent //Camera found
OVRDevice.IsHMDPresent //Oculus HDMI/DVI found
OVRDevice.IsSensorPresent //Tracker found - DreymoExplorerI get true on all of this:
print (OVRDevice.IsCameraTracking ());
print(OVRDevice.IsCameraPresent ());
print(OVRDevice.IsHMDPresent ());
print(OVRDevice.IsSensorPresent ());
The blue LED of the cam also stays dark.
Here is my setup: http://i.imgur.com/VY1V5Rl.jpg - ryahataHonored GuestYou need to rotate your Rift monitor. And when you say the LED is dark I assume you mean not lit up? If that is the case then it is not powered on. If it has power it should at least be orange.
- DreymoExplorerI have already tried rotating it, but it didnt do anything. Yes, but I meant the positional tracking camera which stays unlit.
- ryahataHonored GuestOh sorry my mistake I did not see that you wrote camera LED.
Does the config tool recognize the camera consistently? Also did you update the firmware of the DK2? Sorry for all the "noob" questions. I'm just confused as confused as you probably are on why it's not working as expected. - DreymoExplorerYep, configutil recognizes everything and firmware is up to date..
- DreymoExplorerI have found the solution, my firewall was blocking the access to driver! Everything works as expected now! :)
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 10 months ago
- 7 months ago