Kinect near mode problem on matlab

2 visualizaciones (últimos 30 días)
mansour
mansour el 9 de Dic. de 2013
Respondida: Jean Michel Franco el 9 de Jul. de 2014
Dear all,
I'm working on kinect on Matlab, it work well but i need to let it work in near mode i do the following
% Create the object for the depth sensor
vid = videoinput('kinect',2);
src = vid.Source;
src.DepthMode='Near';
then use preview command
preview (vid);
matlab give error: matlab can not open depth sensor
if any any body can help i will thankful for you

Respuestas (1)

Jean Michel Franco
Jean Michel Franco el 9 de Jul. de 2014
if you are using kinect for xbox 360, the near mode, and the IR stream wont be available, i think that those features are reserved for the kinect for windows v1

Community Treasure Hunt

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

Start Hunting!

Translated by