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
when you run gear360video.sh from another path, it's cannot found the templates pto files and raise nona errors and flooding screen with notifications:
toledones@gollum:/tmp$ ~/360/gear360pano/gear360video.sh -o out 360_0561.MP4
partial log:
Processing panofile: /tmp/tmp.H34KhY62WY/image00611.jpg
Processing input images (nona)
WARN: 12:09:41.678878 (/build/hugin-JCCjou/hugin-2016.2.0+dfsg/src/hugin_base/panodata/Panorama.cpp:2054) readData(): Failed to read from dataInput.
error while parsing panos tool script: gear360video2560.pto
Error while running nona
Error while running /home/toledones/360/gear360pano/gear360pano.sh
Keeping temporary directories...
Frames temp directory:
Output temp directory:
Processing panofile: /tmp/tmp.H34KhY62WY/image00003.jpg
Processing input images (nona)
WARN: 12:09:41.719566 (/build/hugin-JCCjou/hugin-2016.2.0+dfsg/src/hugin_base/panodata/Panorama.cpp:2054) readData(): Failed to read from dataInput.
error while parsing panos tool script: gear360video2560.pto
Error while running nona
Error while running /home/toledones/360/gear360pano/gear360pano.sh
Keeping temporary directories...
Frames temp directory:
Output temp directory:
Processing panofile: /tmp/tmp.H34KhY62WY/image00367.jpg
Processing input images (nona)
WARN: 12:09:41.762503 (/build/hugin-JCCjou/hugin-2016.2.0+dfsg/src/hugin_base/panodata/Panorama.cpp:2054) readData(): Failed to read from dataInput.
error while parsing panos tool script: gear360video2560.pto
Error while running nona
Error while running /home/toledones/360/gear360pano/gear360pano.sh
Keeping temporary directories...
Frames temp directory:
Output temp directory:
Processing panofile: /tmp/tmp.H34KhY62WY/image00303.jpg
Processing input images (nona)
WARN: 12:09:41.806971 (/build/hugin-JCCjou/hugin-2016.2.0+dfsg/src/hugin_base/panodata/Panorama.cpp:2054) readData(): Failed to read from dataInput.
error while parsing panos tool script: gear360video2560.pto
Error while running nona
Error while running /home/toledones/360/gear360pano/gear360pano.sh
Keeping temporary directories...
As workaround, you can copy the desired pto file into the actual video directory. But i think that will better if the script use realpath or similar to get the correct path to these files.
Also, it will help to install the scripts and templates in /usr/share/ and symlink into /usr/bin for use as system wide.
thanks!
The text was updated successfully, but these errors were encountered:
when you run gear360video.sh from another path, it's cannot found the templates pto files and raise nona errors and flooding screen with notifications:
partial log:
As workaround, you can copy the desired pto file into the actual video directory. But i think that will better if the script use realpath or similar to get the correct path to these files.
Also, it will help to install the scripts and templates in /usr/share/ and symlink into /usr/bin for use as system wide.
thanks!
The text was updated successfully, but these errors were encountered: