Timing issues with Tango image frames

前端 未结 1 1134
轮回少年
轮回少年 2021-01-07 06:44

It appears that Tango is dropping image frames when I try to get depth data, image data, and pose data at the same time.

I am trying to capture depth and image frame

相关标签:
1条回答
  • 2021-01-07 06:57

    In the current version of Project Tango Tablet RGB IR camera is used for both depth and color images and it can only do one or the other for each frame. So in the stream we get 4 RGB frames followed by 1 Depth frame resulting in the pattern you observed. This is more of a hardware limitation.

    0 讨论(0)
提交回复
热议问题