Is it possible to use the Kinect in Near Mode with the library included in the Image Acquisition toolbox?

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?

 Respuesta aceptada

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 comentarios

It's an auto calibration ? If we set Near on DepthMode with : http://www.nyko.com/products/product-detail/?name=Zoom,
Can we achieve nearest view like under 30 cm ?
Thanks
Alex
The Kinect adaptor supports only Kinect for Windows devices. We do not support the Nyko Zoom device yet.
-Anchit
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

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 17 de Jul. de 2013

Comentada:

el 26 de Sept. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by