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