How can i get depth data from kinect in matlab?
조회 수: 4 (최근 30일)
이전 댓글 표시
I am confused all i can get is a video of depth, there is no info on how to obtain actual distances
댓글 수: 1
Minseop Park
2014년 1월 2일
[depthImage, ~, ~] = getdata(depthVid); You can get the frame of the video and the frame is filled with unsigned 16bit data. Actual distance value from the camera is data millimeters.
답변 (1개)
Amin
2023년 8월 26일
can you get actual distanse?
I want to calculate distane with kinect xbox360. the depth data is avalible but isn't correct (the distance isn't true). how can solve this problem.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Acquisition Using Kinect for Windows Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!