How to convert kinect color image resolution in 512x424 format ?
Afficher commentaires plus anciens
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 commentaires
Swarooph
le 29 Juin 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
le 29 Juin 2017
sufian ahmed
le 29 Juin 2017
sufian ahmed
le 29 Juin 2017
Swarooph
le 29 Juin 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
le 29 Juin 2017
sufian ahmed
le 30 Juin 2017
Réponses (1)
berkan asd
le 19 Avr 2018
0 votes
Did you solve depth and rgb resolution problem ?
Catégories
En savoir plus sur Acquisition Using Kinect for Windows Hardware dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!