• You999
    arrow-up
    4
    arrow-down
    0
    ·
    5 months ago
    link
    fedilink

    I posted this in another thread but there are some applications where this display technology is actually needed. For example with VR/AR having a 1000Hz display would mean each frame is only displayed for 1ms. Being that quick would mean the headset would be able to better display the micro movements your head and body makes which inturn reduces the disconnect and motion sickness people get with VR/AR.

    • mojofrododojoEnglish
      arrow-up
      4
      arrow-down
      0
      ·
      5 months ago
      link
      fedilink

      yes, but, it reduces the computation cycle for that frame to 1ms.

      as a dev, that’s daunting.

    • SkyezOpen
      arrow-up
      2
      arrow-down
      0
      ·
      5 months ago
      link
      fedilink

      90hz is generally enough for most people to not get motion sick. Some headsets do 120 which is like 8ms frame time. Humans can barely detect a flash of light that lasts for that long.

        • SoleInvictus
          arrow-up
          3
          arrow-down
          0
          ·
          5 months ago
          edit-2
          5 months ago
          link
          fedilink

          This is a demonstration of latency, not frame rate. Did you intend to link something different?

          • chonglibloodsport
            arrow-up
            3
            arrow-down
            0
            ·
            5 months ago
            link
            fedilink

            A 1000Hz display necessarily has a latency of 1ms between frames. For 100Hz, that’s 10ms.

            But this is only the lower bound. You have to include all other sources of latency, such as software, input hardware, drivers, graphics card, etc.

            • SoleInvictus
              arrow-up
              2
              arrow-down
              0
              ·
              5 months ago
              edit-2
              5 months ago
              link
              fedilink

              Ahhh, now I see the connection! It’s the update interval. I had to chew on it for a minute but the math checks out.