Hi, I seem to have run into a problem with the focus modes while trying to capture synchronized videos in an AVCaptureMultiCamSession from the device .builtInDualWideCamera on iPhone 11 Pro Max.Basically, setting up synchronized recording seems to be working ok with the wide and ultra-wide camera (capturing to AVCaptureMovieFileOutput for each consituent strream). However, I am trying to set the focusMode in order to lock the wide camera's focus point, and it does not really behave in a way that I'd expect. The .autoFocus mode doesn't appear to ever stop adjusting (it never locks), and transitioning to .locked mode from either .autoFocus or .continuousAutoFocus does not seem to have any effect.When I start up the camera, I first set it to .locked mode. This seems to put it in a state where the lens position for the wide camera appears to be at a position of 1.0.// Try to set the focus. do { try dualWideCamera.lockForConfiguration() dualWideCamera.autoFocusRangeRestriction =