How to convert kinect color image resolution in 512x424 format ?
Show older comments
This mathworks documenatation link shows kinect v2 color image resolution is 640x480. but when run this code my kinect v2 shows '1920x1080'.. how they convert it ?
8 Comments
Swarooph
on 29 Jun 2017
The imaq.VideoDevice objects that you create, namely the colorDevice and depthDevice objects in the example, have a property called VideoFormat. You can try to set this to other 'applicable' values. One way to do this is to use the dot operator as follows.
colorDevice.VideoFormat = '<press tab key to get a list of applicable values. Note, press tab key after starting a single quote>'
sufian ahmed
on 29 Jun 2017
sufian ahmed
on 29 Jun 2017
sufian ahmed
on 29 Jun 2017
Swarooph
on 29 Jun 2017
Have you tried running this example with your device? Does it work at all? Can you tell us what happens when you try to run it?
Walter Roberson
on 29 Jun 2017
sufian ahmed
on 30 Jun 2017
Answers (1)
berkan asd
on 19 Apr 2018
0 votes
Did you solve depth and rgb resolution problem ?
Categories
Find more on Acquisition Using Kinect for Windows Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!