"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Show video instead teapot

Hi, i need some help to show a video instead teapod in the example. I read i need to hack the cpp, but i dont know what to do, someone can help me?

I'm guessing you want to play a video using the Android API in response to tracking events. This is assuming you want to render full-screen, 2D video. You only need to "hack" the ImageTargets.cpp file to communicate between the native code and Java.

demonofnight

Tue, 05/17/2011 - 17:10

I wanted to play in the same space it shows the image, with rotation and transformation from 3d matrix. It is possible?

It's possible, but it's a very tricky problem, and not one I can really help with. You'll need to find a video decoder that you can compile for Android. The goal is to get raw pixel data for each frame of the video. Then you can write these pixels to OpenGL texture memory each frame.