You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your help 👍 . I learn so much. Another problem occur to me which I get AImage (use this method - ArImage_getNdkImage)from ArImage , and get AImage Data , such as format is YUV_420_888 , plane is 3 and so on. I serched many and I found the ArImage no NV12, no NV21, no I420. I guess it is YUV-420-PackedSemiPlanar according to the log
. I know the first plane is Y data , the second is UV interleaved , my question is that what the third plane is . How can I change this to NV12 or NV 21 or I420.
The text was updated successfully, but these errors were encountered:
hi , inio, thank you once again. I want to ask for your help, when anthoer wired problem happen to me. In Galaxy S9 or HUAWEI Honor 10 ,when I create ARSession on the second time,it crashs.
Please give me some suggestion , I have no idea to deal with it. Thank you @inio
To your first question: The interleaved U and V planes are described as two planes with identical row and pixel strides and base addresses off by 1 byte.
For your second question: We've seen this a couple times. I've filed #563 to track it.
Thank you very much for your help 👍 . I learn so much. Another problem occur to me which I get AImage (use this method - ArImage_getNdkImage)from ArImage , and get AImage Data , such as format is YUV_420_888 , plane is 3 and so on. I serched many and I found the ArImage no NV12, no NV21, no I420. I guess it is YUV-420-PackedSemiPlanar according to the log
. I know the first plane is Y data , the second is UV interleaved , my question is that what the third plane is . How can I change this to NV12 or NV 21 or I420.
The text was updated successfully, but these errors were encountered: