Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Accessing sequence data from the GPU filter module

Explorer ,
Jul 11, 2019 Jul 11, 2019

Hey guys,

I'm adding a PP GPU support in my plugin and was wondering if there is a way to access the sequence data in GPU filter module?

From the examples I can see how to access the parameters but I keep some important information in the sequence data (both flattened and unflattened) and I need to access it in my GPU  Render function.

I read in the documentation about OpaqueDataSuite but the methods require instanceID which I can't find anywhere either...

Any tips on that?

Thanks,

Tom

TOPICS
SDK
498
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jul 11, 2019 Jul 11, 2019

OK, looks like I missed one paragraph in the documentation.

OpaqueDataSuite works and the InstanceID can be obtained in both software and GPU-accelerated entry points.

Page 286 in the latest PremiereProSDK 2019

Translate
Explorer ,
Jul 11, 2019 Jul 11, 2019
LATEST

OK, looks like I missed one paragraph in the documentation.

OpaqueDataSuite works and the InstanceID can be obtained in both software and GPU-accelerated entry points.

Page 286 in the latest PremiereProSDK 2019

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines