papywizard xml (type C) from RCPano failing to import

Bug #1840110 reported by John Grouse
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Hugin
Fix Released
Undecided
Unassigned

Bug Description

When trying to import a papywizard xml file generated by RCPano on the iPhone Hugin reports that it failed to read it. XML file attached.

Revision history for this message
John Grouse (jgrouse) wrote :
Revision history for this message
tmodes (tmodes) wrote :

According to the Papywizard spec http://www.kolor.com/wiki-en/action/view/Panohead_XML_data_file:
In the shoot section, each image contains a unique identifier, the id attribute, which is a simple integer, starting to 1.

But in your xml file all images of the same bracket are using the same id:
    <pict bracket="1" id="1">
    <pict bracket="2" id="1">
    <pict bracket="3" id="1">
    <pict bracket="1" id="2"> ...
So Hugin rejects this xml file.
Are you aware of other documentation of the xml file created by RCPano?

Changed in hugin:
status: New → Incomplete
Revision history for this message
tmodes (tmodes) wrote :

PS: I can try to relax the id check. But before doing so I would like to know where the usage of the same id for different image have its origin.

Revision history for this message
John Grouse (jgrouse) wrote :

I didn’t create the RCPano iPhone app, just a user, and there doesn’t seem to be any settings in the app that lets you set how the XML is created. All I can really do is try and raise your concerns with the app developer. However if you can relax the I’d check that will allow myself and all other users of RCPano to use the XML to speed up the alignment of the images in Hugin.

Revision history for this message
tmodes (tmodes) wrote :

Ok. I committed a changeset to the repository, which removes the id check. So it should now work with RCPano Papywizard xml file.

Changed in hugin:
milestone: none → 2019.2beta1
status: Incomplete → Fix Committed
tmodes (tmodes)
Changed in hugin:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.