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!