You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable contrib/hugin script, and ensure paths are configured correctly and hugin is installed
select images you want to stitch into a panorama
in export dialog, select "hugin panorama" as "target storage"
select file format (e.g. TIFF)
(optionally, makes no difference) tick "launch hugin gui"
run inotifywait -m /tmp -e create --format '%w%f' | while read f; echo "$f"; end (or similar) in terminal
press "start export"
wait for export to finish, see toast message "launching hugin"
nothing happens
check inotify and see that all images were created at one point (i.e. one log line per image in the form of /tmp/DSCF0721.tif)
check dartable log and see:
sh: line 1: '/path/to/hugin' '/tmp/DSCF0720.tif' '/tmp/DSCF0713.tif' '/tmp/DSCF0721.tif' '/tmp/DSCF0715.tif' '/tmp/DSCF0718.tif' '/tmp/DSCF0717.tif' '/tmp/DSCF0716.tif' '/tmp/DSCF0714.tif' '/tmp/DSCF0719.tif' : No such file or directory
note: /path/to/hugin DOES exist and is the hugin executable
ls /tmp shows images are gone
I assume they somehow get cleaned from /tmp after the darktable export process (?) exits and the files are essentially orphaned.
Steps to reproduce:
contrib/huginscript, and ensure paths are configured correctly and hugin is installedinotifywait -m /tmp -e create --format '%w%f' | while read f; echo "$f"; end(or similar) in terminal/tmp/DSCF0721.tif)/path/to/huginDOES exist and is the hugin executablels /tmpshows images are goneI assume they somehow get cleaned from
/tmpafter the darktable export process (?) exits and the files are essentially orphaned.