"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

Calling Activity after target image found and disable texture over target image

Hi,

I create one application that display video automatically after target image found by using Vuforio.(https://developer.vuforia.com/resources/sample-apps/video-playback-sample-app)

1 - While coding application,I use sample project codes and couldnt find how to remove creating texture over target images(play.png and black screen etc.) Can you help me about that ? Is there any variable to decline creating texture over target images ?

2 - When target image found,video plays automatically.its work right now.But after video finish,i want display image to share pictures or videos at social medias (facebook-twitter etc) How can i call new activity to have that interface ? How can i check video finish or not ?

Thanks

 

mustafacelik

Fri, 04/26/2013 - 11:57

Hello,

First of all thanks for quick reply.I solved first question with your direction.But second one even i try to call one other activity.Its not present after video finish even i implement onCompletionListener as you told.Code is below:

VideoPlayerHelper.java