borismus / webvr-boilerplate

A starting point for web-based VR experiences that work on all VR headsets.
Apache License 2.0
1.8k stars 451 forks source link

Implement a QR scanner for WWGC #56

Open borismus opened 9 years ago

borismus commented 9 years ago

Might be a good starting point: https://github.com/zz85/quirc.js

devasur commented 8 years ago

If this is is still a problem that needs a solution I am highly motivated to take this up. My question is what do I have to do after reading the parameters from Cardboard profile to use it in the polyfill?

borismus commented 8 years ago

It's not a high priority issue. Thanks for your enthusiasm though! On Sun, Oct 16, 2016 at 10:45 PM Boni Gopalan notifications@github.com wrote:

If this is is still a problem that needs a solution I am highly motivated to take this up. My question is what do I have to do after reading the parameters from Cardboard profile to use it in the polyfill?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/borismus/webvr-boilerplate/issues/56#issuecomment-254117497, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ8gFANQv0wG154rSJDmPQWrhAPv62cks5q0wtzgaJpZM4Gc0aU .

devasur commented 8 years ago

Yesterday a user complained of double vision on Galaxy S7 Edge and Gear VR (2016). I had to add a new viewer profile using the profile generator. If QR reading was a possibility the proecss would have been seamless. What do you think?

GearVR2016: new CardboardViewer({
    id: 'GearVR2016',
    label: 'Samsung Gear VR 2016',
    fov: 60,
    interLensDistance: 0.058,
    baselineLensDistance: 0.035,
    screenLensDistance: 0.042,
    distortionCoefficients: [0.05, 0.20]
  })