"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

SDK Video playback question

My team is trying to use the Vuforia SDK to develop an AR app for both iOS and Android.  The app will recognize the image and overlay a video on top of the image.  They are trying with cloud recognition for the image matching and hte video wil lbe streamed from a server (URL)

They have couple of areas where they need help

1. They were not able to get the videos play on top of the target image, when they load the video from the URL.  They were able to achieve the same when using device database. 

2. They say that they were not able to get the target image for overlaying when using cloud recognition service. 

it would be grateful if you can provide any help/directions/examples, etc for our team.

 

Thanks and Regards

Thulasi

AlessandroB

Thu, 02/14/2013 - 21:00

Hi, concerning your question about the videos from URL, the best approach would be to analyze the video issue in isolation from the rest of the application;

Thanks for your reply.

We are using right keys and the app can recogonize the target image on cloud database and plays video from URL. But we are trying the get the target image dimensions and play the video inside those dimensions. Is this possible? 

sasikumarjaganathan

Sat, 03/02/2013 - 13:55

Thanks for your reply.

I tried as you suggest, I am able to get the coordinates in cpp, but dont know how to pass these coordinates to java.