HI:
I'm developing a system using a CMOS sensor MT9P001 (aptina) .What I want to perform is to connect the coms output signal (8-bit_cmos_data[7:0] , Hsync , Vsync ,PixelCLK ) to the DM6437 board and output the signal on DAC pin. Before this case ,I've tried to use the video loopback example code , connect to the external DV (ntsc),and output the video on DAC pin connected to a LCD monitor .It's works.
Now , I want to using the original raw data to display in the same way . I have to connect the coms output signal (8-bit_cmos_data[7:0] , Hsync , Vsync ,PixelCLK ) to the DC_P1 video_expansion on DM6437 board .In this way ,I need to use the VPFE( CCDC and Preview engine ) to transform the raw data into YUV and sent to VPBE ,right ?
So far ,I have configure the registers for CCDC and Preview engine .However ,I just can't see the correct display on LCD ~~~help....
Perhaps there're some register setting problem that I don't find . Could you give me some advise ?