IntelRealSense / realsense_mipi_platform_driver

Intel® RealSense™ camera driver for GMSL* interface
GNU General Public License v2.0
15 stars 14 forks source link

Add sleep hack back to prevent regression #83

Closed xzhangxa closed 2 years ago

xzhangxa commented 2 years ago

The sleep was removed in 68996dfb040f8e8654399107e7189ee1861ff05e. There's report of regression of simultaneous multi-stream starting failure sometimes. Add it back for now, this should be properly fixed later.

Signed-off-by: Xin Zhang xin.x.zhang@intel.com

Unless time is limited, we'd better find the root cause and fix it. This sleep doesn't seem 100% safe to fix the problem anyway.