Jetson Nano: Dual MIPI camera independent control? shutter speeds and camera gains?

Can each camera be controlled independently (i.e. have different shutter speeds / camera gains)?

Thank you

There’s no reason not support it.
For argus you can check this doc. Jetson Linux API Reference: Argus::IAutoControlSettings Class Reference | NVIDIA Docs

Thanks! Your right.
Python example of controlling two cameras is shown in:

I’m able to change the camera settings independently using nvarguscamerasrc. Can change gains with no problem.

Having trouble with changing exposure time but it may be a camera driver problem.