Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.03k stars 1.12k forks source link

How to extract ARKit raw data camera input data? #906

Closed LinaEagle closed 2 years ago

LinaEagle commented 2 years ago

Hi,

I know that ARKit allows you to extract a particular set of camera input data, as:

It seems that ARFrame data is something I need, and it looks like Extensions and native ARKit function calls can help with this issue. Is that right?

Maybe, I can collect all this data via ARFoundation without using Extensions? I'm not sure where to start from, could you please suggest any working approach?