Search Unity

Access both front and rear cameras or switch at runtime

Discussion in 'AR' started by eco_bach, Mar 7, 2019.

  1. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    Hi
    Anyone able to tell me whether it possible to either
    a) Access BOTH front and rear facing cameras in an app
    or
    b) Switch cameras at runtime.
     
  2. mekin

    mekin

    Joined:
    Mar 5, 2019
    Posts:
    11
    In the context of ARFoundation, enabling the ARFaceManager will activate face tracking, whcih uses the front facing camera. Disabling it should return to a normal, rear-facing ARKit session. Is that what you need?