Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

How to add extra control values to VPP plugin

genki888
Beginner
185 Views

I'm looking for a way to use VPP with extra parameters changing by every frame.

I builded media SDK sample projects (sample_transcode & sample_vpp). so now I can use sample transcoder with sample VPP dll.

Then I'd like to add controll parameters to VPP(e.g. some threshold values for image process).

Is there any way to achive this?

 

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
185 Views

You can add extra control parameters to the samples by opening up the projects, adding changes to the parameter parsing and initialization sections, and rebuilding.  

However, the tutorials are probably an easier route to understand how the VPP code works. You can get them here.  https://software.intel.com/en-us/articles/media-sdk-tutorials-for-client-and-server.

Note that some parameters can only be passed in with extended parameter buffers. You can find simple examples of this in the tutorials.

 

 

Reply