I am working with Kinect V2 UWP C# for XBOX and windows. I followed Kinect UWP demo for this purpose. I was able to read and display frames as also shown in Camera Frame sample but I noticed that the Depth and IR images are in color for example: Kinect studio and UWP application output
I am new this and have tried to search but not found a clear answer. Can anyone help please? I would really appreciate this.
I tried many things and finally found a way to get images without pseudo colors.
Since XAML only displays in format Bgra8, it needed to be converted. It helped processing frames separately for color and depth as well.
I also needed to update my Windows 10 version to 10.0.19041.0 or later.
The following project sample helps with this problem. I had to create processing for IR and depth and pass appropriate parameters.
https://github.com/dngoins/KinectUWPApps/tree/master/WorkingWithMediaCaptureFramesSolution