- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using Intel Media SDK. I downloaded your sample code from the following URL.
https://software.intel.com/en-us/media-sdk-support/code-samples
Now I can build & use 'sample_plugins' project.(rotate_cpu/ rotate_opencl)
My question is: how can I use VPP plugins as multi-thread?
I tried to change the code of 'plugin_rotate.cpp' like following,
-----
Rotate::Rotate() :
"..."
{
"..."
m_PluginParam.MaxThreadNum = 4; // original value is 1.
"..."
}
-----
but this change didn't work well. LockFrame() process failed.
Do you have any advice to use VPP plugins as multi-thread?
Thank you for reading.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi There,
Please check the buffer Memory allocation has enough space allocated. Also, Can you please let me know your system details; Please attach a log from system_analyzer tool, this will be helpful in further investigation to recommend best way for your scenario.
Thanks,

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page