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
596 stars 288 forks source link

View captured photos in addition to camera stream within calibration app #304

Closed chrisfromwork closed 6 years ago

chrisfromwork commented 6 years ago

This review adds to a previous review containing ux improvements for the calibration app. It contains the following:

1) New logic was added that results in both the captured camera and hololens images being displayed in the application window. If the chessboard was found in an image, said image is shaded in green. If the chessboard wasn't found in the image, said image is shaded in red.

chrisfromwork commented 6 years ago

@fieldsJacksonG let me know if i should create a new branch with only the specific commits for this change.