jrterven / KinZ-Matlab

Matlab Toolbox for Azure Kinect
BSD 2-Clause "Simplified" License
11 stars 1 forks source link

Changing Depth resolution? #3

Open kuljitbhatti opened 3 years ago

kuljitbhatti commented 3 years ago

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?

Akabana01 commented 2 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.