- 
    Bug 
- 
    Resolution: Unresolved
- 
    P3: Somewhat important 
- 
    None
- 
    6.11.0 Beta1
- 
    None
This was observed on an iPhone 14, using the back facing camera.
When using QCamera and trying to take a still photo using QImageCapture, if you apply both FlashModeOn and FocusModeManual, then the camera will still perform auto focus before capturing the photo. Flash will be applied correctly, but you cannot i.e force it to take a photo that is out of focus. When the still photo is over, the camera will be in focus but the QCamera property will still be set to FocusModeManual.
Expected behavior: The still photo should follow the focus set by FocusModeManual. If it can't, then QCamera.focusMode should reflect the new setting.