Is it possible to use the Kinect in Near Mode with the library included in the Image Acquisition toolbox?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Eduardo Velloso
il 17 Lug 2013
Commentato: Alexandre Bizeau
il 26 Set 2013
The native support for Kinect offered by the Image Acquisition TB is great, but I would like to use it in near mode. Is there any way of doing this?
If so, how?
0 Commenti
Risposta accettata
Anchit Dhar
il 17 Lug 2013
Modificato: Anchit Dhar
il 17 Lug 2013
It is possible to use the Kinect in Near mode with IMAQ toolbox. The Near mode can be set using the DepthMode property, which resides on the Source object. The following code snippet demonstrates this:
% Create the object for the depth sensor
vid = videoinput('kinect',2);
src = vid.Source;
src.DepthMode='Near';
3 Commenti
Anchit Dhar
il 20 Set 2013
The Kinect adaptor supports only Kinect for Windows devices. We do not support the Nyko Zoom device yet.
-Anchit
Alexandre Bizeau
il 26 Set 2013
The Nyko zoom isn't a device, it more a lens you just add on your device to get distortions of the scene to get nearest and larger view space. I'll have a try on it and see if my result are better.
Thanks
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Acquisition Using Kinect for Windows Hardware in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!