Hello,everyone
I am working on DVRRDK3.0 with DM8168EVM.Now I want to an application about the rotation/mirroring of the Input Image. I know the tiler is useful for this.I have seen the related contents in 816x TRM(SPRUGX8),but I have no idea for the rotation/mirroring in McFW demo of DVRRDK 3.0.
In multich_vcap_vdis.c, I found some configuration about tiler:
capturePrm.tilerEnable = FALSE;
nsfPrm.tilerEnable = FALSE;
deiPrm[i].tilerEnable[DEI_LINK_OUT_QUE_VIP_SC] = FALSE;
If I want to rotate a video Image,I have to modify all above configuration to true,or just one?How these three configuration are different?
I know some registers should modified,but I do not know which file.
To achieve a image rotation in McFW demo of DVRRDK 3.0,such vcap_vdis demo,what steps should I do? Could you give me some suggestion or example.
I am looking forward to your reply. Thanks in advance.
JQ Zhao