google-ar / arcore-unreal-sdk

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

Take a photo and store it on the device #67

Open romfeo opened 4 years ago

romfeo commented 4 years ago

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

HuangArmagh commented 4 years ago

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

romfeo commented 4 years ago

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?

HuangArmagh commented 4 years ago

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/