I try to operate OV13850 setting in MIPI-4lane on Android 4.4.
But it does not work.
Please refer to my settings.
Config/cam_board.xml
<SensorPhy phyMode="CamSys_Phy_Mipi" lane="4" phyIndex="1" sensorFmt="CamSys_Fmt_Raw_12b"></SensorPhy>
SiliconImage/isi/drv/OV13850/calib/OV13850.xml
<resolution index="1" type="cell" size="[1 2]">
<cell index="1" type="struct" size="[1 1]">
<name index="1" type="char" size="[1 9]">
4224x2376
</name>
<id index="1" type="char" size="[1 10]">
0x00000001
</id>
<width index="1" type="double" size="[1 1]">
[ 4224]
</width>
<height index="1" type="double" size="[1 1]">
[ 2376]
</height>
<framerate index="1" type="cell" size="[1 3]">
<cell index="1" type="struct" size="[1 1]">
<name index="1" type="char" size="[1 6]">
FPS_30
</name>
<fps index="1" type="double" size="[1 1]">
[ 30.0000]
</fps>
</cell>
</framerate>
</cell>
<cell index="2" type="struct" size="[1 1]">
<name index="1" type="char" size="[1 9]">
4224x3136
</name>
<id index="1" type="char" size="[1 10]">
0x00000002
</id>
<width index="1" type="double" size="[1 1]">
[ 4224]
</width>
<height index="1" type="double" size="[1 1]">
[ 3136]
</height>
<framerate index="1" type="cell" size="[1 1]">
<cell index="1" type="struct" size="[1 1]">
<name index="1" type="char" size="[1 6]">
FPS_08
</name>
<fps index="1" type="double" size="[1 1]">
[ 7.5000]
</fps>
</cell>
</framerate>
</cell>
</resolution>
Please tell me if I make a mistake.