Azzera filtri
Azzera filtri

How can i get depth data from kinect in matlab?

7 visualizzazioni (ultimi 30 giorni)
Laila Kazemi
Laila Kazemi il 13 Giu 2013
Risposto: Amin il 26 Ago 2023
I am confused all i can get is a video of depth, there is no info on how to obtain actual distances
  1 Commento
Minseop Park
Minseop Park il 2 Gen 2014
[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.

Accedi per commentare.

Risposte (1)

Amin
Amin il 26 Ago 2023
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by