Hello
I am created android camera texture using below youtube
[Unreal Engine 4.18 - Android Camera Plugin Highlight - YouTube
Sdk 22 works fine but does not work since 23](Unreal Engine 4.18 - Android Camera Plugin Highlight - YouTube)
I think the problem is because the Unreal Android Camera plugin uses the android.hardware.Camera package
Existing packages have been deprecated since sdk version 21 and android.hardware.camera2 should be used in later versions.
Please tell me any solution T.T