ultramango / gear360pano

Simple script to create equirectangular panorama by stitching images from Samsung Gear 360
MIT License
226 stars 55 forks source link

add documentation #12

Open ftoledo opened 7 years ago

ftoledo commented 7 years ago

Please, add a wiki page with the step-by-step workflow to use the hugin template. Thanks!

ultramango commented 7 years ago

For the moment here's a quick howto:

  1. Open Hugin.
  2. Add the image from camera twice.
  3. From "File" menu select "Apply Template" and select the template from this project.

Note: Hugin will apply masks and transformations but it will not create any control points.

You might find this video useful that I quickly recorded (not a proper quality, hit refresh if the video is not shown the first time): https://www.dropbox.com/s/zzxplqi79u1nvhr/hugin_one_photo.mp4 This video shows how to create a basic template without adding any control points. Notes to video:

ultramango commented 7 years ago

I just noticed - you should select "Circular Fisheye" not "Fullframe".

jleaders commented 5 years ago

While you're add it, add documentation in the Readme to sudo apt install bsdtar (my ubuntu install didn't have that, required for the install command)

jleaders commented 4 years ago

Also can you clarify the difference between ls -1 path/to/files/*.JPG | parallel --load 99% --noswap --memfree 500M --bar ./gear360pano.sh {} and -p option? They both seem to be described as the same function but the readme is unclear.