Hi, Badri
Thanks for your reply, it is so helpful for us.
Now, my link as follow:
capture --> dup(output:4) --> merge(in:4) --> dei --> dei --> framesout ...
1, And, at dupLink, I slice the image into multiple portions(1312*992, 1280*992, 1312*928, 1280*928) and the frame buffer pointer and set correct FrameInfo values as your advice.
2, At first deiLink, I enable the tiler, and its output will be tilered.
3, At second deiLink input buffer address, I transfer the original view address of tiler to 90-degree rotation tiler address.
4, At second deiLink output, I copy the 4 portions of 90-degree rotated image buffer to 1 buffer by edma.
Now, I want to know if I need modify the input width, height and pitch at second deiLink.
The output of second deiLink would be 992*1312, 992*1280, 928*1312, 928*1280, could the deiLink support the output resolution?
Thank you,
Tianxing