Servo trigger for Camera 2

I’m trying to independently control two cameras on a copter. Each uses a different servo to trigger the shutter. However, there’s only one SERVO_FUNCTION (10) “CameraTrigger”. Is that meant to trigger all cameras at once?

How can I achieve separate servo trigger controls for each camera?

Depend on your camera, what triggers it. I once did something like it. The camera is trigger with low voltage. Didn’t use the cam trigger function, just set it as gpio in one of the servo. You can set as many as you want.