adv7180 in imx6s

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

adv7180 in imx6s

921 Views
luwinbo
Contributor III

Hi, gentlemen

 

I am debugging adv7180 in imx6solo platform, after configuration, the image can be captured, but it is not correct, it seems like combination of 2 frames, please refer to attachments(a bmp file and a raw data file).

The BSP version is 4.1.15,  the configuration in dts file is as follow, and the source code of ADV7180 is in the attachments.

 

&i2c1 {

     adv7180: adv7180@20 {
          compatible = "adv,adv7180";
          reg = <0x20>;
          pinctrl-names = "default";
          pinctrl-0 = <&pinctrl_ipu1_2>;
          csi_id = <0>;
          cvbs = <1>;
    };
};

 

Any advice would be appreciated.

 

Winbo.

Original Attachment has been moved to: image.yuv.zip

Original Attachment has been moved to: adv7180.c.zip

Labels (3)
0 Kudos
2 Replies

631 Views
joanxie
NXP TechSupport
NXP TechSupport

it seems you don't de-interlacing, you can refer to the link as below, compare what you set

https://community.nxp.com/thread/303792#comment-314760 

0 Kudos

631 Views
luwinbo
Contributor III

This issue has been solved. The reason is that I use an capture application download from web, after trying mxc_v4l2_tvin.out, it's ok. Thanks anyway.

Best regards.

Winbo

0 Kudos