i.MX6 BT.1120 input

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

i.MX6 BT.1120 input

Jump to solution
1,570 Views
pierre-olivierh
Contributor III

Hello,

We are currently working on BT.1120  input of the CSI, but we have some issues.

The video comes from a FPGA, 8bits for Y, 8bits for CbCr, total 16bits, one clock : Pixclk.

The SAV and EAV  are embedded, progressive mode, single data rate.

We connected C0~C7 to IPU1_CSI1_DATA2~9 and Y0~Y7 to IPU1_CSI1_DATA12~19.

In the device tree, all this pins are set to 0xb0b1, the VSYNC, HSYNC,DATA0,1,10,11 are set to PAD_CTRL_HYS_PD

We created a driver, and communicate to V4l2 driver .

This is our configuration :

IF type : V4L2_IF_TYPE_BT1120_PROGRESSIVE_SDRmode : V4L2_IF_TYPE_BT656_MODE_BT_8BIT

pixelformat : V4L2_PIX_FMT_YUYV

bt_sync_correct = 0

nobt_vs_inv = 0

nobt_hs_inv = 0

We dumped some registers :

CSI_SENS_CONF = 0x00000A50

CSI_ACT_FRM_SIZE = 0x0437077F (1920x1080)

CSI_CCIR_CODE_3 = 0x00FF0000

When we launch the driver, we have the following error :

    ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0

Is the configuration correct? We found a lot of different patches (sii9135,tvin), and we used it as templates.

Is there any debugging tool for v4l2? A log could be helpful.

Regards,

Pierre-Olivier Huard

Tags (3)
0 Kudos
1 Solution
652 Views
pierre-olivierh
Contributor III

I made it works, the FRM_CTRL register had a bad value, with downsizing enabled. now it works fine with BT.1120.

View solution in original post

0 Kudos
3 Replies
653 Views
pierre-olivierh
Contributor III

I made it works, the FRM_CTRL register had a bad value, with downsizing enabled. now it works fine with BT.1120.

0 Kudos
652 Views
igorpadykov
NXP Employee
NXP Employee

Hi Pierre-Olivier

for devices with embedded syncs recommended to use mxc_v4l2_tvin test,

one can look at example on

https://community.nxp.com/thread/314211

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
652 Views
pierre-olivierh
Contributor III

Thank you for the quick reply, I'll test this.

Yesterday we found a bug in our DTS, an IPU pin was declared two times differently, now the video works, but it's strange :  the video is displayed 8 times on the screen, scrolling slowly. Any Ideas? 8videos.png

0 Kudos