This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Vision sdk 2.10

Hi 

I am using vision sdk 2.10.

I am creating simple usecase .

Nullsrc -> dec -> framecopy alg -> display

While creating chain , i am initializing nullsrc width, height - 1980 & 1280 respectively.

So buffers are created with those resolution. Now when i change buffer size for alg link to 640*480 and cropping the image in my algorithm. I am not gettnig proper image.It is distorted.

So my question is can we change the resolution in between the links