"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

Flash Player file(.swf) in Augmented Reality (Android)

Hello!I am currently doing a project and I managed to code the Flash Player in the android phone/tablet.But what I wanted would be when the camera scan a marker, the Flash Player appeared. (Augmented Reality)Is it possible to be done? Is there any project that I can refered to? 

Hi, if you didn't check VideoPlayback sample already it contains both (you can find it on Vuforia downloads page). Static texture is rendered when video is not playing and video is accessed through external OES texture otherwise.

AlessandroB

Thu, 11/15/2012 - 10:34

One note: for video on texture, (i.e. showing a textured quad on the target, where the texture is directly updated from the video stream),

you will need to run on Android 4.0 (ICS) or above (otherswise the sampke will still work but will only show the video in fullscreen mode).