IntelRealSense / librealsense

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

reduce lease duration to 3sec and announcement period to 1.5 #13075

Closed maloel closed 3 months ago

maloel commented 3 months ago

Lease duration (how long before the camera recognizes librealsense is gone) of 10 seconds seemed too long. It also affects how the camera behaves: if it thinks the host is still alive, it will expect it to ACK device-info/handshake messages!

This makes the announcement-period customizable, and reduces the defaults to a lease of 3 seconds with announcement every 1.5.