arcore-unreal-sdk
arcore-unreal-sdk copied to clipboard
Take a photo and store it on the device
Hello,
I am in great need of some guidance. I am trying to develop a photo mode system for my AR application, meaning I would like to allow the user to take a photo of AR object as well as what the camera sees and store it to his device.
I have tried using render targets but it seems that export render target does not work on android, as I get a corrupted png image.
Any tips on where to look for this kind of functionality?
Many thanks
https://www.unrealengine.com/marketplace/zh-CN/slug/rave-mobile-photo-gallery
https://www.unrealengine.com/marketplace/zh-CN/slug/rave-mobile-photo-gallery
Thanks for that. Didnt know about this plugin... Have you actually used it?
I use the c++ code to achieve. If you want to do it in C++ code, you can refer to this. http://www.pianshen.com/article/2544198620/