Part Number:TMS320DM8148
Tool/software: Linux
Hi,
I would like to flip input image horizontally. I come know that we can do it by tiler.
Do we have support of tiler in DVR RDK 4.1? If yes, then how I can start with it?
I found some settings in multich_progressive_8ch_vcap_venc_vdec_vdis.c as below,
capturePrm.tilerEnable= FALSE;
nsfPrm[NSF_AFTER_CAPTURE].tilerEnable = FALSE;
sclrPrm.tilerEnable = FALSE; // force tiler disable;
What does it mean? And how I can set degrees to be flip?
I am looking forward to your reply. Thanks in advance.