Other Parts Discussed in Thread: AM5728, TLV320AIC3104, PMP
Hi all,
I want to use the Am5728's vip to capture the embedded video(bt656). But there is no video at all. It seems no sync words to found. Any suggestions?
I've already captured the video use discrete sync signals.
RDK version: ti-processor-sdk-linux-am57xx-evm-03.03.00.04
captrue chip:dv7612,HDMI in,dual 8BIT out
resolution: 800x600@60
test code: Based on dual-camera-demo-1.0, remove QT dependence.
my dts clips:
&i2c1 {
status = "okay";
clock-frequency = <400000>;
.......
adv7612:adv7612@4c {
compatible = "adi,adv7612";
reg = <0x4c>;
default-input = <0>;
port {
cam: endpoint {
remote-endpoint = <&vin3a>;
/*
hsync-active = <1>;
vsync-active = <1>;
*/
channels = <0>;
pclk-sample = <0>;
bus-width = <8>;
};
};
};
};
&vip2 {
status = "okay";
};
&vin3a {
status = "okay";
endpoint {
slave-mode;
remote-endpoint = <&cam>;
};
};
Thank you for you help!