Dear naushir -san
Thank you for your reply.
naushir wrote: ↑Thu Jan 13, 2022 9:54 am
The latest libcamera tree does have support for multiple cameras on Raspberry Pi. However, note that currently, there is no mechanism in software to synchronise the frames from each camera, nor is there any inter-IPA communication to synchronise the 3A algorithms between cameras. In effect, the cameras run completely independently.
If you do what to synchronise the camera framing, you can try to use an external sync cable on the imx477 modules to achieve this.
I executed "update" and "upgrade". and the libcamera-apps version(time stamp) is still 21-10-2021.
I cannot find the option to switch the cameras, like -cs of raspivid.
Where can I refer the instruction of dual camera operation with libcamera?
Thank you your help in advance.
About the synchronization, I know we cannot apply the same 3A parameters to two cameras.
So I just consider the frame synchronization by external frame sync signal.
Our IMX219 camera board does have this port, but need to change the register configuration to set to slave mode.
I can modify the imx219.c driver code but I'm not sure whether I can re-build the kernel.
Actually I failed doing it, no modification of the drivers and rebuild the kernel, but libcamera stopped working.
If I forcibly change related register values by "i2cset", can libcamera continue working?
I appreciate your further advice in advance.
Best Regards
sohonomura2020