OVR Camera Rig does not work on SteamVR
I used Oculus Integration-V.1.31.0, which is fully compatible with OpenXR, and set RunTime for SteamVR. However, the OVRCameraRig cannot receive tracking, the camera is fixed, and the arm does not move. SteamVR has been updated to the latest version. If anyone faces the same problem, can you tell me how it was solved?2.7KViews0likes2CommentsInternet connection and not able to see the scene when Unity is deployed
I have made a scene in Unity. Have used Oculus integration plugin to deploy the scene to Oculus. Having following issues: - I am not able to see the scene I have deployed when I put in my Rift headgear. However, I am able to hear the audio asset I have used in creating the scene. - After putting the headgear, I see the notification : no internet connection. Could you please help me with the queries I have mentioned above?587Views0likes1CommentHow to Integrate Oculus SDK with Third-Party 3D Engine( Unigine Engine), mainly focus on DX11 ?
Dear Oculus Engineers and Developers, I'm integrating Oculus rift CV1 with a Third-Party Engine: Unigine. The Unigine itself has a plugin doing the integration, while the engine version we're using is too old to support the current Oculus SDK. And we have to use the current old version, for some unique features, though we have new version installed... I followed the SDK's Developer Guide.pdf to integrate... Note: the engine has two rendered texture output: Unigine::Texture texture[2] ->Create ovrSession and Device ->Create ovrSwapChain and Buffers ->Set up Viewport ->Copy Unigine-rendered Textures to ovrSwapChain... ->Commit the change and set layer to submit Now what I'm getting is a totally black view in HMD :( Since I'm new to Oculus ans DX11, what I've tried is to copy the rendered texture to swapchain to submit. Now I think the key is how to copy ID3D11Texture2D. And I think maybe the renderTargetView setting is wrong too, but have no idea how to fix. Waiting for yours kind advice, solution is better~ I can share my poor code, if needed. Thank you in advance Huipeng Jia.902Views0likes2Comments