"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

CloudReco+VideoPlayback

Hi, Stephanie here,I am a newbie to Unity and Vuforia. I am creating an apps to scan target image and play video (cloud). So I am currently working on CloudReco and VideoPlayback, wishing to combine them to get a Cloud Reco Video Playback app. But seems like I am hitting the wall now. OK, this is my problem, I have success getting a result, scan and video played, but the video is played based on the path we set initially, no matter on the inspector or in the script. I am trying to pass the result metadata (video url, eg: http://anime-asia.com/playme/iz1.mp4) to the m_path in VideoPlaybackBehaviour script from CloudRecoEventHandler script (mTargetMetadata = targetSearchResult.MetaData;). But the result is the same, then i figured it out. This is because the VideoPlayback ran first, followed by the CloudReco. It returns a null string to video path from the begining (there is nothing to do with the later-fetched metadata).  Anyone can help? Thanks :)

fathahnoor

Sat, 07/05/2014 - 00:57

Hi Stephanie, I was got the exact same problem with you, about where and how to put the metadata result.

MohammedAmerAbeddin

Fri, 12/26/2014 - 07:44

Even i am trying to achieve this but getting errors.If anyone has done it successfully . I'd be thankful if they tell the solution to the above problem.