Wikitude / wikitude-cordova-plugin

Wikitude's Augmented Reality Plugin for Cordova - working together with the Wikitude SDK library for Android and iOS. Provides image recognition and tracking, geo-based augmente reality and 3D rendering and animations in an augmented reality scene
https://www.wikitude.com
Other
199 stars 181 forks source link

Integrating with SDK Plugins API #144

Closed FREEZX closed 4 years ago

FREEZX commented 4 years ago

Hi, I'm attempting to develop a cordova application that uses a native plugin that uses openCV.

The plugins page states: "Plugins are written in C++, Java or ObjC and can communicate both with the JavaScript API and the Native API.". I assume cordova uses Javascript API referenced, but i couldn't find any examples or documentation on how i should approach this.

Are there any examples or docs available for integrating the plugin API with cordova?

danielguttenberg commented 4 years ago

Unfortunately, our JavaScript extensions, including Cordova, do not support plugins. You will have to use the regular JavaScript SDK for that.