Tool/software:
SDK8.6
Board design:
2*max9295a -> max9296a -> csi0
2*max9295a -> max9296a -> csi1
Now only two cameras are connected to CSI1, and no camera is connected to CSI0.
How to determine channel_mask?
We use app_multi_cam_demo, and we have modified:
obj->sensorObj.num_cameras_enabled = 2;
obj->sensorObj.ch_mask = 0x30;
In addition, where else do we need to change?
When there are only 2 cameras on csi1, who determines ch_mask? (Hardware? Software?) How can we get this accurate value?
Looking forward to your reply,thanks