Search Unity

ARFoundation / iOS ARCameraManager fixed focus issue

Discussion in 'AR' started by FL53, Nov 8, 2019.

  1. FL53

    FL53

    Joined:
    Nov 28, 2018
    Posts:
    14
    Hi,

    I already read some posts about fixed focus issue on iOS camera using ARFoundation but using the scripting fixing solution (setting the camera focus in Update method), it does not fix anything at all, autofocus is still activated.

    I tried to set Autofocus in my app and then set it to set "fixed focus" later using a Coroutine, I tried to set autofocus and then fixed focus directly in update method ("crappy" isn't it ?) but nothing worked for me.
    Have you got an idea ?

    My Unity/packages configuration is:
    Unity 2019.2.9f1
    ARFoundation/AR Subsystems preview.4 3.0.0
    ARKit XR Plugin preview.4 3.0.0

    Regards
     
    JoMaHo likes this.