Wikitude 5.0 ships with examples for barcode and qr code plugins. But as I take a closer look at the examples, the entire plugin is packaged as libwikitudePlugins.so file in the example app and the actions on recognition are embeded withing the libwikitudePlugins.so file .. how do i go about creating my custom actions ? Do I need to somehow re-build the libwikitudePlugins.so file externally and then port into my app ? or is there any way I can wite actions externally and use the current libwikitudePlugins.so as is ?
Thanks
Abhay
A
Abhay Chaware
said
almost 8 years ago
Never mind ... I was able to build it using Cygwin + Android NDK on windows and then include the modified libwikitudePlugins.so from "SDKExamplePlugins" project to "wikitude-sdk-samples" project.
Abhay Chaware