ultramango / gear360pano

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

When multiple files are specified, it stops #65

Open tkalfaoglu opened 1 year ago

tkalfaoglu commented 1 year ago

Hi.. When I try: ./gear360pano.sh -a /home/tkalfaoglu/Desktop/360VR/*.JPG Processing panofile: /home/tkalfaoglu/Desktop/360VR/360_0050.JPG Processing input images (nona)

and it stops there.. does not move at all. But, when I do:

find /home/tkalfaoglu/Desktop/360VR/*.JPG -exec ./gear360pano.sh {} \;

it works fine, processing each image.. -t