arcore-unreal-sdk icon indicating copy to clipboard operation
arcore-unreal-sdk copied to clipboard

How add downloaded image to Runtime Candidate Image

Open FynjyAC opened this issue 5 years ago • 2 comments

Hi. Unreal can download image and return Texture2DDynamic. But exture2DDynamic cannot be converted to Texture2D.

FynjyAC avatar Apr 15 '19 08:04 FynjyAC

You should be able to do that by calling the C++ function: UGoogleARCoreSessionFunctionLibrary::AddRuntimeCandidateImageFromRawbytes

bopangzz avatar Apr 30 '19 18:04 bopangzz

@bopangzz @FynjyAC Hey, guys, is the node "AddRuntimeCandidateImage" works? I struggle for a few days, i import the Texture2D from local storage or just use the texture(.uasset inside content ) with the native node "AddRuntimeCandidateImage", but it can not work, do you guys have this kind of problem?

JayChang-zhe avatar Jun 11 '20 05:06 JayChang-zhe