Augmented Reality with Cordova, javascript -
i'm working on project consists developing application allows visualize geolocated elements using camera device. have implement augmented reality based on geolocations services.
i have develop application javascript/cordova including plugins. don't have modify things directly in native code, using cordova specifications.
i've made research , i've found 3 things.
1) wikitude: plugin cordova, perfect kind of implementation. big problem: not free! i'm developing not myself start-up not applicable. maybe there way use wikitude without "trial" text in middle of screen, didn't find it.
2) intel xdk: main problem here have install new software allows use functionalities of api , not convenient if want use javascript/cordova. moreover, demos don't work me (maybe wrong manipulation)
3) simulate video background capturing image camera every ms approximately (maybe every cs) , continusly update canvas in background (works film if want). problem: don't know how apply without accessing camera device. , takes lof of resource , reactivity is, think, reduced.
well, want find way implement augmented reality. main problem display camera preview in background.
so if have ideas, suggestions, free, helpful.
thank you!
i can pretty guarantee youre asking require writing own plugins phonegap / cordova.
check out http://web.stanford.edu/class/ee368/android/index.html . while page concerned document capture, code examples demonstrate opening camera , providing real time overlay. sounds want , code available modification.
once finish that, can check out http://devgirl.org/2013/09/17/how-to-write-a-phonegap-3-0-plugin-for-android/ or http://docs.phonegap.com/en/3.5.0/guide_hybrid_plugins_index.md.html how create plugins.
i know it's not answer wanted hear, hope helps.
Comments
Post a Comment