Am Montag, 27. Oktober 2014 19:07:26 UTC+1 schrieb Spencer Egart:
>
>
> #! /bin/sh
> FOV=125.2430276873036
> pto_gen --projection=0 --fov=$FOV -o project1.pto "$@"
>
This look suspicious for me. A rectilinear ("normal") lens with a HFOV of
125 deg is very unusual. This would correspond to a focal length of 9 mm
(35 mm equivalent). Are you sure that this is correct?
Also
> pto2mk -o project.mk -p pano project1.pto
> make -j 12 -f project.mk all
>
looks suspicious. You are calling many programs parallel, but each program
is using all cores at the same time. This can result in conflict of
resources.
Either call pto2mk + make (-j 1) or you have to take cautions that each
program is only using one core (for nona -t switch and for enblend/enfuse
environment variable omp_num_threads)
--
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/hugin-ptx/100b2a40-3a4a-4e93-b189-f1d04813d85f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.