Android – Capturing 360 panorama in android

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.

Best Answer

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