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개)
Jean Michel Franco
2014년 7월 9일
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
댓글 수: 0
참고 항목
카테고리
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!