Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

OpenCV VideoIO with Media SDK support module dll linked with debug libraries

mvrht__u3425923
Beginner
845 Views

In Intel OpenVINO 2019R2 Windows release opencv_videoio_intel_mfx411_64.dll library is linked with debug version of core, imgproc and C++ runtime libraries

> dumpbin /DEPENDENTS opencv_videoio_intel_mfx411_64.dll

Microsoft (R) COFF/PE Dumper Version 14.22.27905.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file opencv_videoio_intel_mfx411_64.dll

File Type: DLL

  Image has the following dependencies:

    opencv_imgproc411d.dll
    opencv_core411d.dll
    KERNEL32.dll
    ADVAPI32.dll
    MSVCP140D.dll
    VCRUNTIME140D.dll
    ucrtbased.dll

  Summary

        1000 .00cfg
        1000 .cfguard
        2000 .data
        3000 .idata
        5000 .pdata
       18000 .rdata
        1000 .reloc
        1000 .rsrc
       34000 .text

0 Kudos
3 Replies
Shubha_R_Intel
Employee
845 Views

Dear mvrht, u3425923

In your previous post it looks like you solved your issue.

Shame on me! I haven't noticed that it is simply placed into another directory /opt/intel/openvino/deployment_tools/inference_engine/external/tbb/lib

Sorry for wasting your time!

Is it true about this issue as well ?

Thanks,

Shubha

0 Kudos
mvrht__u3425923
Beginner
845 Views

Hi Shubha,

no, that is the different issue, which is still unsolved.

0 Kudos
Maksim_S_Intel
Employee
845 Views

This is known problem, it will be fixed in the next patch release.

0 Kudos
Reply