IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.55k stars 4.81k forks source link

adjust dds dfu timeout based on image size #13089

Closed maloel closed 3 months ago

maloel commented 3 months ago

The timeout was fixed before, but needs to be adjusted based on the image size: the flow controller is asynchronous so any write() calls return immediately. The time estimate is calculated in a utility function.

Tracked on [RSDEV-2328]