Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

ARFoundation has a problem with IOS: Error pushing camera intrinsics to VIO

Discussion in 'AR' started by zhouchaozhi, Oct 24, 2019.

  1. zhouchaozhi

    zhouchaozhi

    Joined:
    Sep 1, 2019
    Posts:
    2
    Hello,

    we got a problem with ARFoundation on iOS12 :
    After a few seconds of tracking a message appears in the xCode console "Error pushing camera intrinsics to VIO". It floods the console window (appears every frame).

    like this:
    2019-10-24 18:06:08.033957+0800 GPlus[1725:290992] [Technique] Error pushing camera intrinsics to VIO: <matrix=
    (1619.542480, 0.000000, 906.025513)
    (0.000000, 1619.542480, 480.364868)
    (0.000000, 0.000000, 1.000000)
    >, Calibrated Intrinsics: <matrix=
    (1611.522949, 0.000000, 959.500000)
    (0.000000, 1611.522949, 539.500000)
    (0.000000, 0.000000, 1.000000)
    >

    Any ideas?

    Thanks!
     
  2. takoy

    takoy

    Joined:
    Jul 2, 2015
    Posts:
    20
    Anything new on this issue?
    Same here...