MATLAB: How to display the skeleton on the preview screen

kinectskeleton

Hi all, I do the project on Kinect and get a problem. When I capture from Depth sensor, I can get the skeleton by using getdata(Depth). But I don't know how to display it while the camera is working. Can you help me about that ? Thanks for everyone. H-N Ngo

Best Answer

Can't you just call plot()? I think that's what I do to show graphics over a live image. You may need "hold on" - I don't remember.
Related Question