Second camera interface

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Second camera interface

1,567件の閲覧回数
reuelhaavrahami
Contributor III

Hi

We have two cameras connected to IMX6D. The first CSI0 work fine. The second CSI1 has an shift on the data. I suppose that due to the fact that CSI0 is taken from DATA04 to DATA19, it does a bit-shift of 4 to correct it towards the memory buffer. Seemingly the CSI1 does the same thing, however our camera interface is connected to DATA00 to DATA15. This causes the data to shift 4 bits thus we don't get the correct data.Where can I fix this issue?

We are using Linux kernel 3.14.52 on a custom board.

ラベル(4)
タグ(1)
0 件の賞賛
返信
3 返答(返信)

1,472件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Reuel

sensor connection to IPU CSI is fixed and depends on used format, described on

sect.4.12.10.1 IPU Sensor Interface Signal Mapping i.MX6DQ Datasheet

http://www.nxp.com/docs/en/data-sheet/IMX6DQCEC.pdf

pastedImage_2.jpg

so shifting may be due to other reasons.


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

0 件の賞賛
返信

1,472件の閲覧回数
reuelhaavrahami
Contributor III

When you say "the sensor connections to the IPU CSI is fixed", is that a hardware limitation or can that be changed through changing the driver?

0 件の賞賛
返信

1,472件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

right, this is a hardware limitation and described in sect.4.12.10.1

IPU Sensor Interface Signal Mapping i.MX6DQ Datasheet

http://www.nxp.com/docs/en/data-sheet/IMX6DQCEC.pdf

0 件の賞賛
返信