We are currently using the RVC2 LR where we are setting them to be synchronized using the following API
left_camera.initialControl.setFrameSyncMode(dai.CameraControl.FrameSyncMode.OUTPUT) center_camera.initialControl.setFrameSyncMode(dai.CameraControl.FrameSyncMode.INPUT) right_camera.initialControl.setFrameSyncMode(dai.CameraControl.FrameSyncMode.INPUT)
However, this setting doesn't seem to keep the same ISO / Exposure for all the 3 cameras.
@Luxonis-Alex previously added camLeft.setCameraToFollow
API in one of the branches around 2.23 release.
so is there a way that can be added to main with similar fw changes but with the above frame sync calls ?