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

Take a photo and store it on the device

Open romfeo opened this issue 5 years ago • 3 comments

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

romfeo avatar Sep 21 '19 19:09 romfeo

https://www.unrealengine.com/marketplace/zh-CN/slug/rave-mobile-photo-gallery

HuangArmagh avatar Sep 23 '19 08:09 HuangArmagh

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?

romfeo avatar Sep 23 '19 16:09 romfeo

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/

HuangArmagh avatar Sep 24 '19 00:09 HuangArmagh