As a newbie to Unreal, it is hard to find the resource to use a AndroidCamera plugin.
https://github.com/EpicGames/UnrealE…/AndroidCamera
I enabled that plugin, and I set the front camera required in the project setting.
And I created the actor cpp. And I stuck.
I would like to show the camera preview from front cam, and at some time (eg 2fps) save the jpg and send the HTTP POST msg with jpg to the server.
Please give me some guidance.