IntelRealSense / librealsense

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

Wrong HID Device Path Parsing Assumption #13423

Closed pasandal closed 3 weeks ago

pasandal commented 1 month ago
Required Info
Firmware Version 2.55.1.6486

Issue Description

Impact:

Recommendation:

Link to code: https://github.com/IntelRealSense/librealsense/blob/e1688cc318457f7dd57abcdbedd3398062db3009/src/win/win-helpers.cpp#L106

MartyG-RealSense commented 1 month ago

Hi @pasandal You are welcome to modify the source code of the librealsense SDK and then build the SDK from the modified source code using instructions at one of the links below.

Linux https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md

Windows https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md

pasandal commented 1 month ago

Hi @MartyG-RealSense ,

Thank you for your response. I understand that modifying the SDK locally is an option, but I wanted to clarify if this issue could be addressed in the official SDK itself. Given that this affects initialization time and compatibility with valid device path formats like ven_, it seems like it could impact other users too.

MartyG-RealSense commented 1 month ago

If yourself or another RealSense user is able to develop a solution then we would welcome it being submitted as a Pull Request (PR) for consideration by the RealSense team for inclusion in the official SDK.

https://github.com/IntelRealSense/librealsense/pulls

MartyG-RealSense commented 4 weeks ago

Hi @pasandal Bearing in mind the recommendation in the above comment that a solution should be developed and submitted for inclusion in the SDK by a RealSense user, do you require further assistance with this case please? Thanks!

MartyG-RealSense commented 3 weeks ago

Case closed due to no further comments received.