diff --git a/src/hal/hal_adaptor/HalAdaptor.cpp b/src/hal/hal_adaptor/HalAdaptor.cpp index 21b0693..9e50261 100644 --- a/src/hal/hal_adaptor/HalAdaptor.cpp +++ b/src/hal/hal_adaptor/HalAdaptor.cpp @@ -101,7 +101,7 @@ static void load_camera_hal_library() { } else if (strstr(gPciId, "0x7d19") != nullptr /* MTL */) { libName += "ipu6epmtl.so"; } else if (strstr(gPciId, "0x645d") != nullptr /* LNL */) { - libName += "ipu7hal.so"; + libName += "ipu7.so"; } else if (strstr(gPciId, "0x9a19") != nullptr /* TGL */) { libName += "ipu6.so"; } else {