In order to make dm355 ipnc support for VGA singals ,we have linked tvp7000 to the vpfe module of dm355.Now ,we have problems as follows:
1 The video's colour we have obtained on the internet is abnormal .The original black backgrounds becomes blue.,but the object's outline is right .
It means that the blue is redundant. What might cause the result?
2 The video format from tvp7000 is ycbcr,so we have added
ipipe_hw_setup(config) ;
to dm355_vpfe.c to set CFG.INPSRC = 3h and IPIPE_DPATHS.FMT=3.h
when we remove the codes , the operation have no effect on the video .
why?
thank you
thank you