You can specify the angle of each face on the images tab without control
points. Use the camera and lens tab to make sure the field of view of
your images is exactly 90 degrees, and all distortion parameters are 0.
If you get any small holes along the seams try making the images 91
degrees instead so there is a very small overlap.
Once you've set this up once you can use the "Apply template" option on
the file menu to copy the image angles and lens parameters from one
project into another.
I imagine there is a way you can do this on the command line, though I
can't provide you with a script.
I've noticed Blender's specular reflections don't line up between the
images in its own cube map renderer, so you will likely have visible
seems if you use specular reflections, whichever method you use to
stitch them.
James
Dalai Felinto wrote:
> I've been using Blender for creating fisheye images and videos [1]
> [2]. My current method is to render 4 square images with a FOV of 90º
are the square images rectilinear or fisheye?
> An option to do this through command-line would be
> even better in order to allow the warping of movie files.
<http://panotools.svn.sourceforge.net/viewvc/panotools/trunk/libpano/doc/stitch.txt>
that's the syntax of PTstitcher/PTmender/nona and easy to set up -
either by editing the script, or by setting yaw/pitch/etc. as described
by James in Hugin's Images tab.
once you have the script, either generated by Hugin or manually texted,
you can parse it to change image names for your source frames and pass
it to nona or PTmender.
Yuv
The overlaps are very narrow which causes a problem with enblend. It
will work fine if you set the enblend options to:
-l1 --fine-mask --no-optimize
and render the full panorama.
> Also, is there an option to output the remapped images already
> positioned (all images with the same size as the final output, filled
> with transparent spaces)?
Yes, uncheck 'Save cropped images' on the Nona options window.
-James