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

#337: Preventing Unity from crashing when webcam resolution does not match server's output width/height #339

Closed danilogr closed 5 years ago

danilogr commented 5 years ago

This pull request fixes WebcamServerSource.cs so that it updates the server when the requested camera resolution is not the actual camera resolution. (Issue #337)