- Can raspiraw use only 1 lane from CSI-2 connector?
- Can it work with only lane-1 and only lane-2?
- If so, would custom made CSI-2 connectors allow two raspiraw programs running in parallel to capture video on its one lane from two v1 cameras in parallel?
(2nd camera would need its own MIPI I2C and CLK lines) - Is it correct than 1-lane mode would suffice for 640x480 at 90fps?
[640*480*(10/8)*90 < 33MB/s = 264Mbit/s < 1Gbps] - If that calculation is right, do all the other v1 modes fit into 1Gbps as well?
Code: Select all
$ bc -ql 1296*730*(10/8)*49/(1024*1024)*8 442.10357666015625000000 1296*972*(10/8)*42/(1024*1024)*8 504.56909179687500000000 2592*1944*(10/8)*15/(1024*1024)*8 720.81298828125000000000 1920*1080*(10/8)*30/(1024*1024)*8 593.26171875000000000000
