Hi,
I’m trying to use the analog video encoder ADV7180 with the imx51 JSK without success.
I’m also using the ADV7180 evaluation board.
These are my connections, i’m using the X15 - Camera 1 connections.
ADV7180 –> JSK
P8 –> CSI1_D12
P9 –> CSI1_D13
…
P15 –> CSI1_D19
LLC –> CSI1_PIXCLK
HS –> CSI1_HSYNC
VS –> CSI1_VSYNC
SCL –> I2C2_SCL
SDA–> I2C2_SDA
GND –> GND
In the Kernel configuration i have the following:
Video capture Adapters
-> Enable advanced debut functionality
-> Encoders/decordrs and other helper chips
–> Analog Devices ADV7180 decoder
-> MXC Video for Linux Camera
–>MXC Camera / V4L2 P^RP Features support
—>Select Camera/TV Decoder
----> Micron mt9v111 camera suppot
-----> Micron mt9vvvv camera 1 support
—>Pre-Procesor VF SDC library
—>Pre-Processor Encoder library
—>IPU CSI Encoder library
-> MXC Video for Linux Video Output
–> IPU V4l2 support
It seems that does not detect ADV7180 encoder, because there is no message during boot, but it shows image on screen.
The problem is that the image is splitted vertically.
http://i40.tinypic.com/eskg78.jpg
Any solution for that ?
Maybe Is a driver problem ?
Thank you in advance.