I am developing an augmented reality app in Android using ARCore
library.
I would like to play a video in Augmented image.
I can able to successfully identify an object using ARCore
Android
But I am not able to play a video exactly on the augmented image.
Any help would be appreciated.
Here are 5 features you have to check to make sure your app's algorithm is OK:
mp4
is robust choice).ArAnchor
which your Video Object is attached to.mp4
Video texture is assigned to.Look at Clayton Wilkinson's brilliant answer in Need to play Video in ARCore SO post.