Open kuljitbhatti opened 3 years ago
The resolution of the depth stream is limited by the operating mode of the depth camera. You should check this page of the documentation (and possibly others) if you want to know more about it:
https://docs.microsoft.com/en-gb/azure/kinect-dk/hardware-specification
So, if you want to change the resolution of the depth stream, you should try changing the operating mode between NFOV and WFOV, and between binned and unbinned.
I tried using videoDemo.m and Inoticed that we can change the resolution for Color stream but how to change the resolution of depth stream?