5

I haven't found any server side panorama making from stitching images or a video. I would like an open source alternative, but found any. I just don't want to go trough the hassle of developing all this on my own since but paid software usually are closed source and not very flexible.

I've seen some nifty panorama from video software in the iphone and thought it would be easy to find on *nix systems but with no luck. Any help will be appreciated. Thanks in advance.

Alfredo
  • 149
  • 6

2 Answers2

1

The only option I know is to use panostart (which is part of hugin) from whatever server language you are using.

See here for more information and other command line tools that do parts of the process more specifically.

panostart just works with images, so obviously if you wanted it to work with videos then you would have to process the videos with something like ffmpeg -i z.mov -f image2 export2\%d.png to generate images to pass to panostart.

The other alternative which requires more effort is to write something that uses libpano13 and libffmpeg directly.

Appleman1234
  • 15,946
  • 45
  • 67
  • I wanted an image stitching solution for server side, and panostart seems perfect accourding to its documentation on above link, but the problem is I cannot locate its binaries or tools to be installed! any help is highly appreciated. Thanks. – Kanak Singhal Apr 07 '17 at 09:14
  • See [here](https://sourceforge.net/p/panotools/Panotools-Script/ci/default/tree/bin/panostart) – Appleman1234 Apr 07 '17 at 16:01
0

You can have a look to VideoStitch, a command line is provided to automate the stitching.