Hi,
I have a camera module with oax4000 and max96717, and it can send YUV422(YUYV) 8-bit data(Data Type 0x1e) and embedded data(Data type 0x12) to the thor main board, and the max96724 can receive two type data in one pipeline with mutiple source and destination config. But when I config serdes driver and device tree, the thor VI can’t capture YUV data and embedded data, please help me to analyse, than you very much.dtsi has config:
embedded_metadata_height = “4”;
mode_type = “yuv”;
pixel_phase = “yuyv”;
gmsl-link { src-csi-port = "b"; dst-csi-port = "a"; serdes-csi-link = "b"; csi-mode = "1x4"; st-vc = <0>; vc-id = <1>; num-lanes = <4>; streams = "yuv16", "embed"; };