This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

New Camera driver for AM437x

Hi TI,

we are trying to connect the camera TAU2 ( http://www.flir.com/cores/display/?id=54717 ) via parallel CMOS protocol to camera interface of Rico Board (http://www.myirtech.com/list.asp?id=510).

The problem is that there is no Linux driver for camera TAU2.  So I guess we have to write a new one.

The camera TAU2 image interface should match the interface of processor AM437x VPFE (http://processors.wiki.ti.com/index.php/Linux_Core_VPFE_User%27s_Guide). There is even functional driver for different camera ov2569. The main difference is in communication protocol: TAU2 uses UART, ov2569 uses i2c.

I would like to ask you: What is the relationship between camera driver and VPFE driver? Should we modify the VPFE driver to work with TAU2, or just write a camera driver like the ov2569?

Thank you for answers