Forum Discussion

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

What is HScreenSize for DK2?

I am trying to make a custom DK1 driver work with DK2.
I need the following 2 numbers for the DK2. DK1 values shown

HMDInfo.LensSeparationDistance : 0.063500002
HMDInfo.HScreenSize : 0.12096000

Does anyone know these values for dk2?

2 Replies

  • If I remember correctly that was physical horizontal width of the display in real world. You can probably assume the same or open your DK2 to measure it. Still I found your project confusing, what is the point?
  • Matlock's avatar
    Matlock
    Honored Guest
    Ok I think I found the correct values :
    Hmd.LensSeparationInMeters = 0.0635f;
    Hmd.ScreenSizeInMeters = 0.1498f x 0.0936f;