We are using max96712 as the deserializer, max9295 as the serializer, and the camera sensor is ar0820. Now we have some questions in the process of bring up the camera
At present, we have configured the deserializer and the serializer success, as well as the camera register. Make sure the deserializer lock signal is set. Hardware test can see the signal output on Mipi CSI.
But when we run the application multi_cam/single_cam ,There is no image acquisition in the cam process, and the pipeline process is not executed in the whole application.
we uses below pipeline,and we can see the correct image by path 2
ar0820->MAX9295->MAX96712->TDA4 (path 1)
|---------->MAX9295->MAX9296->host tools (path 2)
Through further analysis, we find that the following functions are not triggered: CsirxDrv_udmaCQEventCb
My question is
1) How can I locate the problem
2) Whether the application needs to modify the captureobj > params parameter.