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
Kinect near mode problem on matlab
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Kinect For Windows Sensor 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!