You are not logged in.

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


#1 2009-01-07 21:20:04

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

script Merlin/N800 import into APP

can i take the xml file from N800/Papy to import it in APP/APG Alpha?


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#2 2009-01-07 21:27:23

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6181
Website

Re: script Merlin/N800 import into APP

Yes, sure.


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#3 2009-01-07 21:55:36

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

Re: script Merlin/N800 import into APP

fma38 wrote:

Yes, sure.

Thanks! cool


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#4 2009-01-08 00:28:12

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

Re: script Merlin/N800 import into APP

fma38 wrote:

Yes, sure.

tried to do with APG on PC. Vista46. Imported the xml file - importing 44 images crashes APG.
No way to import the images otherwise. 44 JPGs, small.

best, Klaus

Is there a special procedere?


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#5 2009-01-08 00:32:25

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 9818
Website

Re: script Merlin/N800 import into APP

klausesser wrote:

fma38 wrote:

Yes, sure.

tried to do with APG on PC. Vista46. Imported the xml file - importing 44 images crashes APG.
No way to import the images otherwise. 44 JPGs, small.

best, Klaus

Is there a special procedere?

This may be because the APG alpha 2 Papywizard import filter cannot handle non-mosaic (regular matrix) panos?

I don't know if this is the case.

I have previously asked whether it can and have never received an answer.


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm lenses, Nodal Ninja 5 Lite, Nodal Ninja 4 with R-D16, Agno's MrotatorTCS short.
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket, Agno's MrotatorA.
Merlin/Orion robotic pano head + Papywizard on Nokia 770/N800/N810 and Windows 8/XP/2K.

Offline

 

#6 2009-01-08 08:12:18

AlexandreJ
Kolor CEO
From: Francin, France
Registered: 2005-11-14
Posts: 7933
Website

Re: script Merlin/N800 import into APP

mediavets wrote:

This may be because the APG alpha 2 Papywizard import filter cannot handle non-mosaic (regular matrix) panos?

Not at all. I don't suppose that.

My guess is that the xml parser crashed. 2 Tests to do :
- 1. try inputs images without using the plugins system. If you can detect them without crashing, it's not a image decoding crash.
- 2. then provide me the xml. I have to check it, perhaps there is something I cannot parse into that one ( I followed the specification carefully but may have forgotten a case )

Offline

 

#7 2009-01-08 08:39:26

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6181
Website

Re: script Merlin/N800 import into APP

I may also have generated a wrong file... Can you send it to me too? I'll check it with the RelaxNG description file (Alexandre, you may want to check the xml file with this RelaxNG spec. before importing, so you will be sure to have a correct file).

Last edited by fma38 (2009-01-08 08:40:15)


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#8 2009-01-08 11:53:57

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

Re: script Merlin/N800 import into APP

fma38 wrote:

I may also have generated a wrong file... Can you send it to me too? I'll check it with the RelaxNG description file (Alexandre, you may want to check the xml file with this RelaxNG spec. before importing, so you will be sure to have a correct file).

Hi Alexandre, hi Frédéric!

Here´s the script: (don´t know how to make it a smaller and scrollable window)

Code:

<?xml version="1.0" encoding="utf-8"?>
<papywizard version="a">
    <header>
        <general>
            <title>
                Here goes the title
            </title>
            <gps>
                Here goes the location
            </gps>
            <comment>
                Generated by Papywizard 1.5.4
            </comment>
        </general>
        <shooting mode="preset">
            <headOrientation>
                up
            </headOrientation>
            <cameraOrientation>
                portrait
            </cameraOrientation>
            <stabilizationDelay>
                0.5
            </stabilizationDelay>
            <startTime>
                2009-01-07_22h52m43s
            </startTime>
            <endTime>
                2009-01-07_23h00m33s
            </endTime>
        </shooting>
        <camera>
            <timeValue>
                0.5
            </timeValue>
            <bracketing intent="exposure" nbPicts="1"/>
            <sensor coef="1.6" ratio="3:2"/>
        </camera>
        <lens type="rectilinear">
            <focal>
                20.0
            </focal>
        </lens>
        <preset name="20mm 1.6crop"/>
    </header>
    <shoot>
        <pict bracket="1" id="1">
            <time>
                2009-01-07_22h53m05s
            </time>
            <position pitch="80.0" roll="90.0" yaw="30.0"/>
        </pict>
        <pict bracket="1" id="2">
            <time>
                2009-01-07_22h53m22s
            </time>
            <position pitch="80.0" roll="90.0" yaw="120.0"/>
        </pict>
        <pict bracket="1" id="3">
            <time>
                2009-01-07_22h53m39s
            </time>
            <position pitch="80.0" roll="90.0" yaw="210.0"/>
        </pict>
        <pict bracket="1" id="4">
            <time>
                2009-01-07_22h53m56s
            </time>
            <position pitch="80.0" roll="90.0" yaw="300.0"/>
        </pict>
        <pict bracket="1" id="5">
            <time>
                2009-01-07_22h54m07s
            </time>
            <position pitch="40.0" roll="90.0" yaw="345.0"/>
        </pict>
        <pict bracket="1" id="6">
            <time>
                2009-01-07_22h54m16s
            </time>
            <position pitch="40.0" roll="90.0" yaw="315.0"/>
        </pict>
        <pict bracket="1" id="7">
            <time>
                2009-01-07_22h54m25s
            </time>
            <position pitch="40.0" roll="90.0" yaw="285.0"/>
        </pict>
        <pict bracket="1" id="8">
            <time>
                2009-01-07_22h54m33s
            </time>
            <position pitch="40.0" roll="90.0" yaw="255.0"/>
        </pict>
        <pict bracket="1" id="9">
            <time>
                2009-01-07_22h54m42s
            </time>
            <position pitch="40.0" roll="90.0" yaw="225.0"/>
        </pict>
        <pict bracket="1" id="10">
            <time>
                2009-01-07_22h54m51s
            </time>
            <position pitch="40.0" roll="90.0" yaw="195.0"/>
        </pict>
        <pict bracket="1" id="11">
            <time>
                2009-01-07_22h55m00s
            </time>
            <position pitch="40.0" roll="90.0" yaw="165.0"/>
        </pict>
        <pict bracket="1" id="12">
            <time>
                2009-01-07_22h55m09s
            </time>
            <position pitch="40.0" roll="90.0" yaw="135.0"/>
        </pict>
        <pict bracket="1" id="13">
            <time>
                2009-01-07_22h55m19s
            </time>
            <position pitch="40.0" roll="90.0" yaw="105.0"/>
        </pict>
        <pict bracket="1" id="14">
            <time>
                2009-01-07_22h55m28s
            </time>
            <position pitch="40.0" roll="90.0" yaw="75.0"/>
        </pict>
        <pict bracket="1" id="15">
            <time>
                2009-01-07_22h55m36s
            </time>
            <position pitch="40.0" roll="90.0" yaw="45.0"/>
        </pict>
        <pict bracket="1" id="16">
            <time>
                2009-01-07_22h55m45s
            </time>
            <position pitch="40.0" roll="90.0" yaw="15.0"/>
        </pict>
        <pict bracket="1" id="17">
            <time>
                2009-01-07_22h55m56s
            </time>
            <position pitch="0.0" roll="90.0" yaw="0.0"/>
        </pict>
        <pict bracket="1" id="18">
            <time>
                2009-01-07_22h56m05s
            </time>
            <position pitch="0.0" roll="90.0" yaw="30.0"/>
        </pict>
        <pict bracket="1" id="19">
            <time>
                2009-01-07_22h56m14s
            </time>
            <position pitch="0.0" roll="90.0" yaw="60.0"/>
        </pict>
        <pict bracket="1" id="20">
            <time>
                2009-01-07_22h56m23s
            </time>
            <position pitch="0.0" roll="90.0" yaw="90.0"/>
        </pict>
        <pict bracket="1" id="21">
            <time>
                2009-01-07_22h56m34s
            </time>
            <position pitch="0.0" roll="90.0" yaw="120.0"/>
        </pict>
        <pict bracket="1" id="22">
            <time>
                2009-01-07_22h56m43s
            </time>
            <position pitch="0.0" roll="90.0" yaw="150.0"/>
        </pict>
        <pict bracket="1" id="23">
            <time>
                2009-01-07_22h56m52s
            </time>
            <position pitch="0.0" roll="90.0" yaw="180.0"/>
        </pict>
        <pict bracket="1" id="24">
            <time>
                2009-01-07_22h57m02s
            </time>
            <position pitch="0.0" roll="90.0" yaw="210.0"/>
        </pict>
        <pict bracket="1" id="25">
            <time>
                2009-01-07_22h57m11s
            </time>
            <position pitch="0.0" roll="90.0" yaw="240.0"/>
        </pict>
        <pict bracket="1" id="26">
            <time>
                2009-01-07_22h57m19s
            </time>
            <position pitch="0.0" roll="90.0" yaw="270.0"/>
        </pict>
        <pict bracket="1" id="27">
            <time>
                2009-01-07_22h57m31s
            </time>
            <position pitch="0.0" roll="90.0" yaw="300.0"/>
        </pict>
        <pict bracket="1" id="28">
            <time>
                2009-01-07_22h57m40s
            </time>
            <position pitch="0.0" roll="90.0" yaw="330.0"/>
        </pict>
        <pict bracket="1" id="29">
            <time>
                2009-01-07_22h57m50s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="345.0"/>
        </pict>
        <pict bracket="1" id="30">
            <time>
                2009-01-07_22h57m59s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="315.0"/>
        </pict>
        <pict bracket="1" id="31">
            <time>
                2009-01-07_22h58m08s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="285.0"/>
        </pict>
        <pict bracket="1" id="32">
            <time>
                2009-01-07_22h58m17s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="255.0"/>
        </pict>
        <pict bracket="1" id="33">
            <time>
                2009-01-07_22h58m25s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="225.0"/>
        </pict>
        <pict bracket="1" id="34">
            <time>
                2009-01-07_22h58m35s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="195.0"/>
        </pict>
        <pict bracket="1" id="35">
            <time>
                2009-01-07_22h58m44s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="165.0"/>
        </pict>
        <pict bracket="1" id="36">
            <time>
                2009-01-07_22h58m55s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="135.0"/>
        </pict>
        <pict bracket="1" id="37">
            <time>
                2009-01-07_22h59m04s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="105.0"/>
        </pict>
        <pict bracket="1" id="38">
            <time>
                2009-01-07_22h59m12s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="75.0"/>
        </pict>
        <pict bracket="1" id="39">
            <time>
                2009-01-07_22h59m21s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="45.0"/>
        </pict>
        <pict bracket="1" id="40">
            <time>
                2009-01-07_22h59m30s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="15.0"/>
        </pict>
        <pict bracket="1" id="41">
            <time>
                2009-01-07_22h59m40s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="30.0"/>
        </pict>
        <pict bracket="1" id="42">
            <time>
                2009-01-07_22h59m59s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="120.0"/>
        </pict>
        <pict bracket="1" id="43">
            <time>
                2009-01-07_23h00m16s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="210.0"/>
        </pict>
        <pict bracket="1" id="44">
            <time>
                2009-01-07_23h00m33s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="300.0"/>
        </pict>
    </shoot>
</papywizard>

If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#9 2009-01-08 12:34:29

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6181
Website

Re: script Merlin/N800 import into APP

Thanks. I checked, and it is correctly validated by the RelaxNG spec (the file is syntactically correct). But there are maybe values that the APG parser doesn't like...


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

#10 2009-01-08 12:38:45

AlexandreJ
Kolor CEO
From: Francin, France
Registered: 2005-11-14
Posts: 7933
Website

Re: script Merlin/N800 import into APP

This xml is parsed without issue on apg alpha2. The bug is not in that part.

Offline

 

#11 2009-01-08 13:31:24

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

Re: script Merlin/N800 import into APP

fma38 wrote:

Thanks. I checked, and it is correctly validated by the RelaxNG spec (the file is syntactically correct). But there are maybe values that the APG parser doesn't like...

strange: the file shows FOUR shots at -80 . . . But in the presets it´s EIGHT - and so are the images!

Presets.xml
. . . . . .
            <!-- End of fourth row -->
            <!-- Fifth row 8-around Yaw separation 45h, Pitch -80 -->
            <pict yaw="30." pitch="-80."/>
            <pict yaw="75." pitch="-80."/>
            <pict yaw="120." pitch="-80."/>
            <pict yaw="165." pitch="-80."/>
            <pict yaw="210." pitch="-80."/>
            <pict yaw="255." pitch="-80."/>
            <pict yaw="300." pitch="-80."/>
            <pict yaw="345." pitch="-80."/>
            <!-- End of fifth row -->
            <!-- End of shoot -->
        </shoot>
    </preset>
    </papywizard>

Script . . xml:
. . . .
           2009-01-07_22h59m30s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="15.0"/>
        </pict>
        <pict bracket="1" id="41">
            <time>
                2009-01-07_22h59m40s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="30.0"/>
        </pict>
        <pict bracket="1" id="42">
            <time>
                2009-01-07_22h59m59s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="120.0"/>
        </pict>
        <pict bracket="1" id="43">
            <time>
                2009-01-07_23h00m16s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="210.0"/>
        </pict>
        <pict bracket="1" id="44">
            <time>
                2009-01-07_23h00m33s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="300.0"/>
        </pict>
    </shoot>
</papywizard>

Last edited by klausesser (2009-01-08 13:51:38)


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#12 2009-01-08 13:57:05

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

Re: script Merlin/N800 import into APP

An actual script from today - 8 shots @-80°

Code:

<?xml version="1.0" encoding="utf-8"?>
<papywizard version="a">
    <header>
        <general>
            <title>
                8.1.a
            </title>
            <gps>
                Hardbg.
            </gps>
            <comment>
                Generated by Papywizard 1.5.4
            </comment>
        </general>
        <shooting mode="preset">
            <headOrientation>
                up
            </headOrientation>
            <cameraOrientation>
                portrait
            </cameraOrientation>
            <stabilizationDelay>
                0.5
            </stabilizationDelay>
            <startTime>
                2009-01-08_13h27m15s
            </startTime>
            <endTime>
                2009-01-08_13h35m32s
            </endTime>
        </shooting>
        <camera>
            <timeValue>
                0.5
            </timeValue>
            <bracketing intent="exposure" nbPicts="1"/>
            <sensor coef="1.6" ratio="3:2"/>
        </camera>
        <lens type="rectilinear">
            <focal>
                20.0
            </focal>
        </lens>
        <preset name="20mm 1.6crop"/>
    </header>
    <shoot>
        <pict bracket="1" id="1">
            <time>
                2009-01-08_13h27m31s
            </time>
            <position pitch="80.0" roll="90.0" yaw="30.0"/>
        </pict>
        <pict bracket="1" id="2">
            <time>
                2009-01-08_13h27m50s
            </time>
            <position pitch="80.0" roll="90.0" yaw="120.0"/>
        </pict>
        <pict bracket="1" id="3">
            <time>
                2009-01-08_13h28m07s
            </time>
            <position pitch="80.0" roll="90.0" yaw="210.0"/>
        </pict>
        <pict bracket="1" id="4">
            <time>
                2009-01-08_13h28m24s
            </time>
            <position pitch="80.0" roll="90.0" yaw="300.0"/>
        </pict>
        <pict bracket="1" id="5">
            <time>
                2009-01-08_13h28m35s
            </time>
            <position pitch="40.0" roll="90.0" yaw="345.0"/>
        </pict>
        <pict bracket="1" id="6">
            <time>
                2009-01-08_13h28m44s
            </time>
            <position pitch="40.0" roll="90.0" yaw="315.0"/>
        </pict>
        <pict bracket="1" id="7">
            <time>
                2009-01-08_13h28m53s
            </time>
            <position pitch="40.0" roll="90.0" yaw="285.0"/>
        </pict>
        <pict bracket="1" id="8">
            <time>
                2009-01-08_13h29m02s
            </time>
            <position pitch="40.0" roll="90.0" yaw="255.0"/>
        </pict>
        <pict bracket="1" id="9">
            <time>
                2009-01-08_13h29m12s
            </time>
            <position pitch="40.0" roll="90.0" yaw="225.0"/>
        </pict>
        <pict bracket="1" id="10">
            <time>
                2009-01-08_13h29m21s
            </time>
            <position pitch="40.0" roll="90.0" yaw="195.0"/>
        </pict>
        <pict bracket="1" id="11">
            <time>
                2009-01-08_13h29m31s
            </time>
            <position pitch="40.0" roll="90.0" yaw="165.0"/>
        </pict>
        <pict bracket="1" id="12">
            <time>
                2009-01-08_13h29m43s
            </time>
            <position pitch="40.0" roll="90.0" yaw="135.0"/>
        </pict>
        <pict bracket="1" id="13">
            <time>
                2009-01-08_13h29m51s
            </time>
            <position pitch="40.0" roll="90.0" yaw="105.0"/>
        </pict>
        <pict bracket="1" id="14">
            <time>
                2009-01-08_13h30m00s
            </time>
            <position pitch="40.0" roll="90.0" yaw="75.0"/>
        </pict>
        <pict bracket="1" id="15">
            <time>
                2009-01-08_13h30m10s
            </time>
            <position pitch="40.0" roll="90.0" yaw="45.0"/>
        </pict>
        <pict bracket="1" id="16">
            <time>
                2009-01-08_13h30m18s
            </time>
            <position pitch="40.0" roll="90.0" yaw="15.0"/>
        </pict>
        <pict bracket="1" id="17">
            <time>
                2009-01-08_13h30m29s
            </time>
            <position pitch="0.0" roll="90.0" yaw="0.0"/>
        </pict>
        <pict bracket="1" id="18">
            <time>
                2009-01-08_13h30m38s
            </time>
            <position pitch="0.0" roll="90.0" yaw="30.0"/>
        </pict>
        <pict bracket="1" id="19">
            <time>
                2009-01-08_13h30m47s
            </time>
            <position pitch="0.0" roll="90.0" yaw="60.0"/>
        </pict>
        <pict bracket="1" id="20">
            <time>
                2009-01-08_13h30m56s
            </time>
            <position pitch="0.0" roll="90.0" yaw="90.0"/>
        </pict>
        <pict bracket="1" id="21">
            <time>
                2009-01-08_13h31m04s
            </time>
            <position pitch="0.0" roll="90.0" yaw="120.0"/>
        </pict>
        <pict bracket="1" id="22">
            <time>
                2009-01-08_13h31m15s
            </time>
            <position pitch="0.0" roll="90.0" yaw="150.0"/>
        </pict>
        <pict bracket="1" id="23">
            <time>
                2009-01-08_13h31m24s
            </time>
            <position pitch="0.0" roll="90.0" yaw="180.0"/>
        </pict>
        <pict bracket="1" id="24">
            <time>
                2009-01-08_13h31m32s
            </time>
            <position pitch="0.0" roll="90.0" yaw="210.0"/>
        </pict>
        <pict bracket="1" id="25">
            <time>
                2009-01-08_13h31m42s
            </time>
            <position pitch="0.0" roll="90.0" yaw="240.0"/>
        </pict>
        <pict bracket="1" id="26">
            <time>
                2009-01-08_13h31m51s
            </time>
            <position pitch="0.0" roll="90.0" yaw="270.0"/>
        </pict>
        <pict bracket="1" id="27">
            <time>
                2009-01-08_13h32m00s
            </time>
            <position pitch="0.0" roll="90.0" yaw="300.0"/>
        </pict>
        <pict bracket="1" id="28">
            <time>
                2009-01-08_13h32m09s
            </time>
            <position pitch="0.0" roll="90.0" yaw="330.0"/>
        </pict>
        <pict bracket="1" id="29">
            <time>
                2009-01-08_13h32m20s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="345.0"/>
        </pict>
        <pict bracket="1" id="30">
            <time>
                2009-01-08_13h32m29s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="315.0"/>
        </pict>
        <pict bracket="1" id="31">
            <time>
                2009-01-08_13h32m38s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="285.0"/>
        </pict>
        <pict bracket="1" id="32">
            <time>
                2009-01-08_13h32m48s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="255.0"/>
        </pict>
        <pict bracket="1" id="33">
            <time>
                2009-01-08_13h32m56s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="225.0"/>
        </pict>
        <pict bracket="1" id="34">
            <time>
                2009-01-08_13h33m06s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="195.0"/>
        </pict>
        <pict bracket="1" id="35">
            <time>
                2009-01-08_13h33m16s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="165.0"/>
        </pict>
        <pict bracket="1" id="36">
            <time>
                2009-01-08_13h33m25s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="135.0"/>
        </pict>
        <pict bracket="1" id="37">
            <time>
                2009-01-08_13h33m34s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="105.0"/>
        </pict>
        <pict bracket="1" id="38">
            <time>
                2009-01-08_13h33m43s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="75.0"/>
        </pict>
        <pict bracket="1" id="39">
            <time>
                2009-01-08_13h33m52s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="45.0"/>
        </pict>
        <pict bracket="1" id="40">
            <time>
                2009-01-08_13h34m01s
            </time>
            <position pitch="-40.0" roll="90.0" yaw="15.0"/>
        </pict>
        <pict bracket="1" id="41">
            <time>
                2009-01-08_13h34m12s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="30.0"/>
        </pict>
        <pict bracket="1" id="42">
            <time>
                2009-01-08_13h34m23s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="75.0"/>
        </pict>
        <pict bracket="1" id="43">
            <time>
                2009-01-08_13h34m34s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="120.0"/>
        </pict>
        <pict bracket="1" id="44">
            <time>
                2009-01-08_13h34m45s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="165.0"/>
        </pict>
        <pict bracket="1" id="45">
            <time>
                2009-01-08_13h34m58s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="210.0"/>
        </pict>
        <pict bracket="1" id="46">
            <time>
                2009-01-08_13h35m09s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="255.0"/>
        </pict>
        <pict bracket="1" id="47">
            <time>
                2009-01-08_13h35m21s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="300.0"/>
        </pict>
        <pict bracket="1" id="48">
            <time>
                2009-01-08_13h35m32s
            </time>
            <position pitch="-80.0" roll="90.0" yaw="345.0"/>
        </pict>
    </shoot>
</papywizard>

If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#13 2009-01-08 14:18:05

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

Re: script Merlin/N800 import into APP

Could import the script. Importing the corresponding images causes a crash and s splash screen.
Importing the images in the usual way works.
after that i imported the script again, imported the images to the script worked - but says it´s 101 images. But in fact it´s 48 images!

tried again:
importing script works. importing related images works also. editor shows a complete mess.
loading images the usual way, setting lens/camera data manually (no exif), detecting works fast and editor shows a perfect stitch.

Maybe the scripting process NEEDS exifs? Doesn´t the script tell APP about lens and camera anyway? I don´t have exifs because of using a manual Nikon-lens on a Canon 20D.
I often tried to add the lens to the database - didn´t work, i think.

Last edited by klausesser (2009-01-08 14:27:29)


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#14 2009-01-08 14:51:53

AlexandreJ
Kolor CEO
From: Francin, France
Registered: 2005-11-14
Posts: 7933
Website

Re: script Merlin/N800 import into APP

note : to prevent have a nice display on the forum use this syntax before and after your script :

Code:

before : "[ code ]" without spaces 
after : "[ /code ]" without spaces

Offline

 

#15 2009-01-08 15:58:07

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6600
Website

Re: script Merlin/N800 import into APP

AlexandreJ wrote:

note : to prevent have a nice display on the forum use this syntax before and after your script :

Code:

before : "[ code ]" without spaces 
after : "[ /code ]" without spaces

thanks! smile


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson