In 960 port0 interface, we have successfully obtained the image data of four camera sensors.Each camera data is obtained from the video 0-3 of the dev node。
960 chip has data mirror function. We want to get the same camera data from 960 port 1 and share it with another Mipi port。Just like the hardware connection of port1 in the picture above。In short, the data of the four cameras are transmitted to two separate 4 lanes Mipi ports to share the data of the underlying cameras
But how can we separate the camera data in Mipi? Do we need to register new video nodes(eg: video4-7) Can you give me some guidance?
I got it.
The four sensors on port0 are implemented based on imx390,
For another four sensors on port 1,Can I use the same driver framework to register 8 video nodes(like: max9295,max9296 driver model ?
In that case, I just need to modify the DTS file
I have a little doubt as follows,it said that “MIPI D-PHY supports up to 2.5 Gbits/sec per pair”,
Q1 ) the 2.5 Gbits/sec per pair is two lanes ot two data line. ?
Q2) According to my understanding, The Maximum CSI bandwidth is 10Gbits/sec for 4 lanes MIPI. Is it right or not ?
Looks like the DS90UB960 chip output four VC data to the bus even only launch one sensor.
Could you configure the DS90UB960 only one channel when only enable one sensor?