You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2012-08-25 04:49:54

richo7
Member
Registered: 2012-08-25
Posts: 12

How to place image at Nadir

I am new at the 360 pano creation and have a fairly simple question which I can't find the answer to.

I am able to create a pano with the panogear head and all is good.

I shoot the nadir after removing the tripod out of the way.

The problem that I have is that the xml file does not match the amount of images when I import everything.

I can import the images which match the xml file and all works perfectly.

The only problem is that I end up with a hole in the bottom.

This leads me to two questions:

1) How do I add the extra nadir image(s) that I took and have autopano detect correctly.
2) How do I add any other image (logo) etc at the nadir point.

I have Photoshop and all of the usual software.

If anyone can help I certainly would appreciate it.

Jeff

Offline

 

#2 2012-08-25 11:33:15

lumelix
Member
From: Basel Switzerland
Registered: 2010-10-25
Posts: 405

Re: How to place image at Nadir

Hi Jeff
In the editor you can ad some new images without xml-registration after done the rest of the pano.
Just use "Add image" in the layer list. Then place it and detect the control points local.
For insert a logo in a 360VR you can find several answers in this forum and the kolor tutorials.


Regards
Martin

Offline

 

#3 2012-08-25 15:19:11

gkaefer
Member
From: Salzburg
Registered: 2009-06-09
Posts: 2678
Website

Re: How to place image at Nadir

xml files are plain text files...
so open it in editor, Aptana etc. and copy and paste one image positon inside the xml file to add your nadir image...
... just increase the id and set pitch to -90...

Code:

        (...)
        <pict bracket="1" id="48">
            <time>
                2012-08-25_15h13m48s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="345.0"/>
        </pict>
        <pict bracket="1" id="49">
            <time>
                2012-08-25_15h14m00s
            </time>
            <position pitch="-90.0" roll="90.0" yaw="360.0"/>
        </pict>

Georg

Last edited by gkaefer (2012-08-25 15:20:44)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson