PDA

View Full Version : Render to Oculus DK2 desktop mirror only ?


performlabrit
07-14-2015, 01:49 PM
Hello! I'm using vizconnect to setup the Dk2 in direct mode, and would like to render some things (eye-tracking data) to the desktop mirror. I do not want the person in the helmet to see the rendered object.

The issue is that the function vizconnect.getDisplayDict() returns only one display. So, I don't see how it can be done.

How do I render to either the HMD or the mirror alone?

Thanks,
- gD

Jeff
07-17-2015, 01:44 PM
The window that appears automatically when using the DK2 can't be accessed separately. It's an exact copy of what appears in the HMD. What you could do is run another instance of Vizard on the same machine to open another graphics window. Then add the same environment/models in the control instance and receive network data from the DK2 instance to move the viewpoint.