intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
277 stars 84 forks source link

how to use tracer.exe to dump msdk log messages on Windows #28

Closed tong1wu closed 2 years ago

tong1wu commented 2 years ago

I am using the open source oneVPL dispatcher and the inner-source mdp-msdk-lib to build the runtime. After I downloaded the tracer.exe from msdk official website and pressed the start button, no bytes are written into the log file. Does the runtime that I'm using have to be the msdk runtime in the dev package? I put the libmfx64-gen.dll which I built myself under C:\Windows\System32 and seems that tracer.log doesn't react to it when I run the application to call the runtime.

dmitryermilov commented 2 years ago

@IgorBelyakovIntel , @jonrecker , can you please help?

jonrecker commented 2 years ago

The MediaSDK tracer tool only supports MSDK dispatcher and runtimes. Basic logging in the oneVPL dispatcher can be enabled by setting the environment variable ONEVPL_DISPATCHER_LOG=ON (more info here). Future versions of oneVPL dispatcher are expected to provide more detailed logging, similar to what is available with MSDK tracer.

tong1wu commented 2 years ago

Thanks, going to close this issue.