Skip to content

Commit

Permalink
backend: patch tegra vi regex
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Perchanov <[email protected]>
  • Loading branch information
dmipx committed Feb 22, 2024
1 parent 429a1db commit 5410592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/backend-v4l2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ namespace librealsense
else if(mipi_rs_enum_nodes.empty()) //video4linux devices that are not USB devices and not previously enumerated by rs links
{
// filter out all posible codecs, work only with compatible driver
static const std::regex rs_mipi_compatible("tegra|ipu6");
static const std::regex rs_mipi_compatible("[.]vi:|ipu6");
info = get_info_from_mipi_device_path(video_path, name);
if (!regex_search(info.unique_id, rs_mipi_compatible)) {
continue;
Expand Down

0 comments on commit 5410592

Please sign in to comment.