ultramango / gear360pano

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

Image stitching in ubuntu server #21

Closed juniorwebunitygames closed 7 years ago

juniorwebunitygames commented 7 years ago

getting following issue after running for i in 360*.JPG; do ./gear360pano.cmd $i; done command from command prompt. 2017-06-07_130937

ultramango commented 7 years ago

I suspect you might have not enough free memory, how much does the machine have?

free -h

See also this:

dmesg | grep oom

to see if out-of-memory condition has been called.

juniorwebunitygames commented 7 years ago

Using free -h i got total mem : 990M used mem : 454M free mem : 437M shared mem : 21M buff/cache mem : 98M available mem : 473M

So it is sufficient for stitching images ?

ultramango commented 7 years ago

Can't find any official Hugin requirements, but 1 GB of memory might not be enough to stitch such a big panorama.

You can edit the script and add these options (I'm guessing here a lot): --no-optimize -m 400 to enblend command, but:

L.