google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.97k stars 1.22k forks source link

Video Playback how to? #412

Closed felicss closed 6 years ago

felicss commented 6 years ago

Does anyone have sample-code that shows how to play a video on top of a target image?

inio commented 6 years ago

I'm struggling to find sample code even showing how to do video playback into a texture.

Short version:

  1. Create a MediaPlayer
  2. Attach a SurfaceTexutre to it.
  3. Draw a quad with the resulting texture, positioned using the detected pose of the Augmented Image.
inio commented 6 years ago

Closing for inactivity.

lynnmyatminn commented 5 years ago

Hi everyone, I am newbie to Sceneform, ARCore and looking for sample or tutorial of video playback developing in android studio.

claywilkinson commented 5 years ago

@lynnmyatminn - You can look at the ChromaKey Video sample for Sceneform to playback a video.