google-ar / arcore-unreal-sdk

ARCore SDK for Unreal
https://developers.google.com/ar/
Apache License 2.0
277 stars 122 forks source link

Ureal Plugins GetARTexture() didn't work #85

Open zhmxiaowo opened 3 years ago

zhmxiaowo commented 3 years ago

i wanna get the raw data from arcore camera and input to my location system ,I try to read the ARTexture data,but it can not be read as a ptr,what show i do

Saikarthi commented 1 year ago

did you find anything.? same prob here

zhmxiaowo commented 11 months ago

yes i did it,look my sdk repository:SpaceTarget

there is a ar c++ subsystem,you can get the yuv data and translate it became to a texture2d