Intel RealSense D435i frames drop on Intel® RealSense™ SDK 2.0

后端 未结 1 1566
南旧
南旧 2020-12-20 08:06

It works like a charm when the RGB module of the camera has a resolution of 1280x720, and FPS as 15 frames/sec. The depth mode and IMU work fine in all the sett

相关标签:
1条回答
  • 2020-12-20 08:58

    As suspected, this is a pipelining issue w.r.t the amount of the data a particular USB port can carry.

    To prevent frame drop or overload of data through the USB, it has to be connected to a Motherboard that has USB 3.1 Gen 1 specifications.

    Refer to page 78 of this document https://www.intelrealsense.com/wp-content/uploads/2020/06/Intel-RealSense-D400-Series-Datasheet-June-2020.pdf

    My AMD machine does not have the in-build USB 3.1 Gen 1 specifications (has USB 3.0) and hence the overload.

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