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!