linux v4l2 backend - method get_devname_from_video_path efficiency improved - #13296
Conversation
| if (!uevent_file) | ||
| std::string devname; | ||
| bool for_dfu = true; | ||
| if (get_devname_from_video_path(real_path, devname, for_dfu)) |
There was a problem hiding this comment.
it is not necessarily needed - after all - we append /dev/:
auto mipi_dfu_chardev = "/dev/" + dfu_device_path;
|
URGENT—broke production librealsense in unprivileged containers This PR undid the work of #11900 to make librealsense usable in unprivileged containers, and since being backported to Jazzy has broken our prod. What was this PR in aid of? What efficiency improvements did it provide? Can it be reverted ASAP? |
@ciandonovan Sorry for the inconvenience, and for the hard work that was done by you and got changed later on. For now I can suggest you to pin point 2.55.1 / 4.55.1 versions on your build in order to keep your system stable and allow us time to investigate and solve the issue properly. |
Tracked by: RSDSO-19712