Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
dshankar's avatar
dshankar
Honored Guest
10 years ago

Jitter motion issue when moving OVRCameraRig

I'm having some jitter issues when moving the OVRCameraRig.


It was working perfectly until recently. I'm not sure what's going wrong. Is it an obvious mistake? Here's a quick 10-second video of the issue:
http://youtu.be/axq85YAmqiE

The crosshair is a raycast from the CenterEyeAnchor on OVRCameraRig.


Hopefully this is some silly, obvious mistake. Any suggestions?

Thanks,
Darshan

3 Replies

  • MrsVR's avatar
    MrsVR
    Honored Guest
    Looks like the crosshair isn't updating every frame? Hard to say without all the info. What does the profiler say? Any hogs? What's the FPS? Is this a build? If so, what are your build settings?
    Raycasting is very expensive, I notice a performance drop whenever the look input is activated. Make sure you're not raycasting into infinity and against everything.
  • JohnDe's avatar
    JohnDe
    Honored Guest
    Try to take the LeftEyeAnchor instead of CenterEyeAnchor.
    I've found that the viewing direction are not exactly the same some times.

    Maybe it helps you.
    Regards!
  • MrsVR's avatar
    MrsVR
    Honored Guest
    "JohnDe" wrote:
    Try to take the LeftEyeAnchor instead of CenterEyeAnchor.
    I've found that the viewing direction are not exactly the same some times.

    Maybe it helps you.
    Regards!


    Meh. The left eye isn't where the player is actually looking. I use the centre anchor with a camera attached for my look input, works fine.