Using Camera without I2C

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Using Camera without I2C

跳至解决方案
1,252 次查看
patrickwiegand
Contributor I

Hello,

i have a Nitrogen6q (i.mx6 quad) board with Ubuntu (or Yocto) running and want to connect a camera to it. This camera has no I2C bus Connection. Now i am wondering how the camera could be recognized by  the OS and with what kind of software the Images can be handled. The camera is connectet to the parallel camera port with a 17-bit interface (14bit Pixel data + pixel_clk + line/frame_valid) and can be configured via RS-232.

Regards,

Patrick

标签 (4)
0 项奖励
回复
1 解答
1,145 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Patrick

new camera integration steps are quite well described in

i.MX53 System Development User’s Guide (rev.1, 3/2011)

Chapter 19 Supporting the i.MX53 Camera Sensor Interface CSI0,

though for older kernel. One can try to change i2c control channel to uart.

http://www.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf

For i.MX6 IPU connections and supported formats one can look at

Table 66. Camera Input Signal Cross Reference, Format, and Bits Per Cycle

i.MX6DQ Datasheet (rev.4, 7/2015)

http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf

Best regards

igor

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

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

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,146 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Patrick

new camera integration steps are quite well described in

i.MX53 System Development User’s Guide (rev.1, 3/2011)

Chapter 19 Supporting the i.MX53 Camera Sensor Interface CSI0,

though for older kernel. One can try to change i2c control channel to uart.

http://www.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf

For i.MX6 IPU connections and supported formats one can look at

Table 66. Camera Input Signal Cross Reference, Format, and Bits Per Cycle

i.MX6DQ Datasheet (rev.4, 7/2015)

http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf

Best regards

igor

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

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

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

0 项奖励
回复