How to use Camera on Android phone and then save image to a specific folder?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By astrisk

I am aware that on typical Android apps, Intents are used to access other apps’ functionality (such as a camera app), but I don’t see this for Godot.

Is there a different solution to taking an image and then saving it into a created folder?

It’s difficult to find any information on this topic since Camera is a node irrelevant to the phone’s hardware camera so I thought I’d ask here.

Thanks for at least reading!

astrisk | 2018-09-05 12:21

You can write android module (docs), it no so hard, just research existed modules, for example

toragrin | 2018-09-05 15:25