Using imaqtool how can I capture Kinect V2 depth images at 10 fps
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I'm hoping some one could point me in the right direction.
I need to collect depth data images from the Kinect V2 at a specific frame rate (10 fames per second). I would like to output these files as png files to analyse the depth data and would need to capture the frame number and time with each image.
I've seen suggestions of using a "call back function" to support the output.
ANy help woul dbe appreciated.
0 件のコメント
採用された回答
Walter Roberson
2019 年 1 月 28 日
Create a timer object with a timer period of 1/10 seconds, and each time the timer callback fires, do a peekdata() on the kinect object.
This is the only way I can see at the moment to be able to specify your own frame timing.
2 件のコメント
Walter Roberson
2019 年 1 月 28 日
number of frames per trigger is easy . Controlling frame rate is not obvious .
その他の回答 (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!