as far can tell phonegap api has couple of options capturing picture, 'launch' phones camera , return app path captured image.
is possible display camera stream in control on page in app image captured 'within app'? e.g. instagram, user not taken out of app capture image i.e i require custom camera opened in part of current application page only.
if accomplished plugin, there existing third party plugin custom camera or need write myself?
i whole idea of phonegap, phonegap build (awesome) if can't kind of functionality i'm going have go native :-(
thanks in advance!
i needed same 'live camera view' augmented reality (ar) application. phonegap indeed not offer live camera view yet. therefore, using wikitude plugin phonegap.
although wikitude ar sdk, basic functionality offers exact camera live view.
how works? define 'world', a basic html page. once loaded, background of webpage camera live view. in webpage, can still run phonegap javascript code. can call 'world' whenever want phonegap code.
where start can phonegap plugin https://github.com/wikitude/wikitude-phonegap. setup instructions , example projects included. there unlimited trial of wikitude sdk available, need well.
Comments
Post a Comment