Search Unity

Converting IntPtr (ARCore camera YUV) to AndroidJavaObject

Discussion in 'AR' started by Lethe86, Nov 20, 2018.

  1. Lethe86

    Lethe86

    Joined:
    Jan 24, 2018
    Posts:
    1
  2. chaosemer

    chaosemer

    Official Google Employee

    Joined:
    Jul 5, 2017
    Posts:
    22
    The size of the Y buffer is YRowStride * Height. The size of the UV buffer is UVRowStride * Height.

    For more information about how images are stored and what the difference is between stride and width, Microsoft's docs are really good.