mattrayner / cordova-plugin-vuforia

A 'simple' Vuforia based image recognition plugin for Cordova
MIT License
59 stars 39 forks source link

how can i add video overlay #86

Closed muhammadsamir11 closed 8 years ago

muhammadsamir11 commented 8 years ago

how can i add vide overlay in image after recognition

mattrayner commented 8 years ago

Hi, Unfortunately, this is a little out of scope for this plugin - it's simply designed to recognise an image and send that back to Cordova.

Although what you're asking is completely do-able, it will require you to write some native code for both Android and iOS. You may find examples of how to do this on the Vuforia developers site.

Thanks, Matt