Taking panorama image using the Cordova plugin?

2019-05-10 20:42发布

Is possible to take panorama image using the some cordova plugin (in X and Y axiss) ?

Thanks for any advice.

1条回答
戒情不戒烟
2楼-- · 2019-05-10 21:17

The camera plugin starts the device's camera app, so I guess that on a phone with a camera app that does panorama you can take panorama from a cordova app (the user would have to select the function manually).

Otherwise you would have to either

  • build a plugin in native code to start a different app that does panorama or
  • build a plugin with it's own camera view and you would have to code yourself the panorama function or
  • try to use the HTML5 api that allow access to the camera to do the panorama
查看更多
登录 后发表回答