필터 지우기
필터 지우기

Using imaqtool how can I capture Kinect V2 depth images at 10 fps

조회 수: 5 (최근 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.

채택된 답변

Walter Roberson
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
Rob Wright
Rob Wright 2019년 1월 28일
Hi Walter, thank you for your response.
Okay so that confirms things for me as well - I couldn't see anything that was a simple set the number of frames. I will take a look at your suggested work round.
Much appreciated.
Walter Roberson
Walter Roberson 2019년 1월 28일
number of frames per trigger is easy . Controlling frame rate is not obvious .

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by