ultramango / gear360pano

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

output not treated as 360 by google photos #53

Closed pkra closed 6 years ago

pkra commented 6 years ago

I'm very new to the gear360 (2017) and ran into an odd issue that I didn't see already in the repo. Sorry if it already came up.

When I run gear360pano, e.g., google photos does not detect the resulting file as a panorama. But if I open gear360sm-r210.pto in hugin and add some source images, the resulting output is recongized.

This is with master and hugin 2018.0.0.5abfb4de7961 (on Ubuntu 17.04).

Any pointers would be much appreciated.

ultramango commented 6 years ago

Hi,

I'll have a look at the issue; in theory it should work as final jpeg is given proper EXIF tags.

L.

ultramango commented 6 years ago

OK, it looks like for first generation Gear360 it does work but for the second it doesn't (bug confirmed). I'll see what might be wrong.

pkra commented 6 years ago

Thanks for looking into it, @ultramango!

ultramango commented 6 years ago

Fixed, there was a problem with code reading image size for gen2, I just made it simpler and it works (for my test images).

pkra commented 6 years ago

Thanks for the fast fix! I'll check it out and report back.

pkra commented 6 years ago

Just a quick confirmation that this is fixed for me.

Thanks again for this wonderful tool!

ultramango commented 6 years ago

That's always nice to hear :) - thanks.