简体   繁体   中英

Capturing 360 panorama in android

I want to capture 360 panoramic image through camera of android device, but the example posted in this link http://code.google.com/p/panoramagl-android/downloads/list , is only display the panoramic image not capturing with it. But I want to capture a panoramic image in 360 degree. I have searched on web enough regarding same but always failures, can any one help me for developing the same as in 360 app of android market which is already doing the same. Please suggest me regarding this subject and help me out.

Thanks in advance.

You need to:

  1. Capture multiple images from the camera, possibly using a sensor on the device in order to help take the images. Using a fixed exposure setting is ideal.
  2. Use an image stitching algorithm to combine them: http://en.wikipedia.org/wiki/Image_stitching

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM