microsoft / MixedRealityCompanionKit

This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
MIT License
591 stars 286 forks source link

Calibration app assumes static HoloLens PV camera size #306

Closed chrisfromwork closed 5 years ago

chrisfromwork commented 5 years ago

If encoding changes are made in another application to the hololens pv camera, it seems that you can start getting mrc images that are no longer 1408 x 792. To unblock you can reset these value definitions, but it may not be super intuitive to users that these dimensions have changed

chrisfromwork commented 5 years ago

this may be a lower priority issue. It seems like the dimensions are affected if a separate app running on device has set the PV camera to different dimensions. After terminating said app and restarting the hololens, things returned to the expected resolution.

chrisfromwork commented 5 years ago

The old calibration process will be deprecated moving forward. New calibration will be based on qr code detection compared to the pv camera.