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

Blue screen of the death when using the compositor in 4K #314

Closed joranmarcy closed 5 years ago

joranmarcy commented 5 years ago

Hi everyone,

I managed to configure correctly the spectator view for 1080p image and video capture.

Now I want to do it in 4k, so I changed the resolution in CompositorConstants.h to 3 840 × 2 160 and recompiled the dlls.

When I press play in unity, I get almost instantaneously a blue screen with a system service exception.

The video feed is ok in Black Magic Design express but Unity doesn't seem to like it.

Did anyone have this issue ?

Thanks, Joran.

chrisfromwork commented 5 years ago

Hello,

This is some uncharted territory. We don't necessarily support 4k video right now. Could you share the system service exception code? My guess is this is a windows operating system crash compared to a unity editor crash?

joranmarcy commented 5 years ago

Hello, This was a windows os crash but unfortunately I don't have the exception code anymore. I also realized that my machine was not very stable and that I could get a blue screen with other high performance softwares. So in the end, it might just be my machine that is the cause of the problem.

chrisfromwork commented 5 years ago

I am going to close this issue because it sounds like an issue with the operating system/hardware compared to the spectator view codebase.

If problems arise in the future, please reopen this issue.