Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

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...