Using Camera without I2C

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

Using Camera without I2C

Jump to solution
554 Views
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

Labels (4)
0 Kudos
1 Solution
447 Views
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!

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

View solution in original post

0 Kudos
1 Reply
448 Views
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 Kudos