Page 1 of 1

Da Vinci openfx, fetchimage return always the same image

PostPosted: Tue May 23, 2017 2:19 pm
by Mickael Pinto
Hi all,

I'm developing a plugin for Da Vinci Resolve using OpenFX, my plugin is an image processing plugin. In my algorithm I have to get neighbored images of the current image Ic, but when I use the function
Code: Select all
fetchImage(X)
, no matter the value of X, the function always return the same image, the current image Ic.

In the describe function I added the line
Code: Select all
p_Desc.setTemporalClipAccess(true);


and in the describeInContext function I added the line:
Code: Select all
srcClip->setTemporalClipAccess(true);


Do I miss something?

Thanks.

Mickael

Re: Da Vinci openfx, fetchimage return always the same image

PostPosted: Wed May 31, 2017 3:36 am
by Rohit Gupta
I sent you a PM