How to use Parallel CSI interface on IMX6Q without decoder

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

How to use Parallel CSI interface on IMX6Q without decoder

Jump to solution
2,056 Views
nishad_kamdar
Contributor IV

Hello all,

I am trying to interface IMX6Q with a device(an FPGA actually) which directly gives 8 bit YCbCr format output with HSYNC , VSYNC and PIXCLK.

I went through the .dtsi files, the camera driver has been written as a part of the I2C driver.

So, as I am not using any decoder, I need some guidance on

which driver I should use, to capture the CSI data?

Thank you your time,

regards,

Nishad

Labels (3)
0 Kudos
1 Solution
1,242 Views
igorpadykov
NXP Employee
NXP Employee

Hi Nishad

seems one can try to remove i2c references or write new driver using

guidelines in attached Porting Guide Chapter 7 Supporting the i.MX 6Dual/6Quad/

6Solo/6DualLite Camera Sensor with CSI. As help is attached baremetal sensor

example from sdk.

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
1,243 Views
igorpadykov
NXP Employee
NXP Employee

Hi Nishad

seems one can try to remove i2c references or write new driver using

guidelines in attached Porting Guide Chapter 7 Supporting the i.MX 6Dual/6Quad/

6Solo/6DualLite Camera Sensor with CSI. As help is attached baremetal sensor

example from sdk.

Best regards

igor

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

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

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

0 Kudos