You are not logged in.



#26 2010-02-07 20:10:04

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

Re: [Papywizard] 360/180 Preset Generator

Is it what you are looking for:

http://www.autopano.net/forum/t8100-pap … anospheres

Still under dev, but very promising!


Frédéric

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

Offline

 

#27 2010-02-07 22:41:12

solock
Member
From: lehigh valley pa
Registered: 2009-04-14
Posts: 64
Website

Re: [Papywizard] 360/180 Preset Generator

Yes, close but Ill ask the question over there...


Canon 50D, 20D, 1D MKII
Tok 10-17FishEye,Canon 10-22, 24-70 2.8, 50 1.4, 70-200 2.8IS, 300 2.8,1.4x,2.0x
303SPH, Panosaurus, Merlin+Parallax Bluetooth+USB to PC and Nokia N810

Offline

 

#28 2010-06-15 13:55:47

jpcamus
Member
From: Paris
Registered: 2010-06-08
Posts: 18
Website

Re: [Papywizard] 360/180 Preset Generator

Hello

i have an error when import the xml in papywyzard, the code is

Code:

Traceback (most recent call last):
  File "papywizard/controller/mainController.pyc", line 842, in __importPresetFile
  File "papywizard/common/presetManager.pyc", line 224, in importPresetFile
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 5: ordinal not in range(128)

do somebody have a solution to my problem

I am looking for a preset xml bank to papywyzard 360x180 if it doesnt exist i'am ok to begin list

thank you for your answer

Offline

 

#29 2010-06-15 14:16:44

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

Re: [Papywizard] 360/180 Preset Generator

jpcamus wrote:

Hello

i have an error when import the xml in papywizard, the code is

Code:

Traceback (most recent call last):
  File "papywizard/controller/mainController.pyc", line 842, in __importPresetFile
  File "papywizard/common/presetManager.pyc", line 224, in importPresetFile
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 5: ordinal not in range(128)

do somebody have a solution to my problem

I am looking for a preset xml bank to papywizard 360x180 if it doesnt exist i'am ok to begin list

thank you for your answer

What is it you are trying to do?

Papywizard custom preset XML files and Papywizard XML data files are not the same thing.

Papywizard custom presets are typically used in situations where you are shooting spherical 360x180 panos using a relatively short focal length lens such that you don't want to have the same number of images in each row.

You can create your own quite easily.

Here's the information you'd need:
http://www.papywizard.org/wiki/UserGuideSvn#Presetmode

Use this database as a guide as to how many images and the shooting pattern you need to cover 360x180:
http://www.vrwave.com/panoramic/photogr … abase.html

What camera body and len(es) are you using with Merlin/Papywizard?


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

Offline

 

#30 2011-02-21 01:31:51

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

Re: [Papywizard] 360/180 Preset Generator

Can this result be true?

using the preset generator with:

1.6, 3:2, 25, Portrait, 8mm, 3888 width, 2952 height following correct result (ok in real live Iwould add a nadir image...):

Code:

        <shoot>
            <!-- arrange columns left to right in row 1 starting from column 1 -->
            <pict yaw="0.0" pitch="-45.5"/> <!-- 1,1 -->
            <pict yaw="64.7" pitch="-45.5"/> <!-- 1,2 -->
            <pict yaw="129.4" pitch="-45.5"/> <!-- 1,3 -->
            <pict yaw="194.1" pitch="-45.5"/> <!-- 1,4 -->
            <pict yaw="258.8" pitch="-45.5"/> <!-- 1,5 -->
            <pict yaw="323.5" pitch="-45.5"/> <!-- 1,6 -->
            <!-- arrange columns right to left in row 2 starting from column 6 -->
            <pict yaw="323.5" pitch="-136.5"/> <!-- 2,6 -->
            <pict yaw="258.8" pitch="-136.5"/> <!-- 2,5 -->
            <pict yaw="194.1" pitch="-136.5"/> <!-- 2,4 -->
            <pict yaw="129.4" pitch="-136.5"/> <!-- 2,3 -->
            <pict yaw="64.7" pitch="-136.5"/> <!-- 2,2 -->
            <pict yaw="0.0" pitch="-136.5"/> <!-- 2,1 -->
        </shoot>

but if I enter the correct focal length of 8.54mm I get:

Code:

        <shoot>
            <!-- arrange columns left to right in row 1 starting from column 1 -->
            <pict yaw="0.0" pitch="-44.0"/> <!-- 1,1 -->
            <pict yaw="61.9" pitch="-44.0"/> <!-- 1,2 -->
            <pict yaw="123.8" pitch="-44.0"/> <!-- 1,3 -->
            <pict yaw="185.7" pitch="-44.0"/> <!-- 1,4 -->
            <pict yaw="247.6" pitch="-44.0"/> <!-- 1,5 -->
            <pict yaw="309.5" pitch="-44.0"/> <!-- 1,6 -->
            <!-- arrange columns right to left in row 2 starting from column 6 -->
            <pict yaw="309.5" pitch="-132.0"/> <!-- 2,6 -->
            <pict yaw="247.6" pitch="-132.0"/> <!-- 2,5 -->
            <pict yaw="185.7" pitch="-132.0"/> <!-- 2,4 -->
            <pict yaw="123.8" pitch="-132.0"/> <!-- 2,3 -->
            <pict yaw="61.9" pitch="-132.0"/> <!-- 2,2 -->
            <pict yaw="0.0" pitch="-132.0"/> <!-- 2,1 -->
            <!-- arrange columns left to right in row 3 starting from column 1 -->
            <pict yaw="0.0" pitch="-220.0"/> <!-- 3,1 -->
            <pict yaw="61.9" pitch="-220.0"/> <!-- 3,2 -->
            <pict yaw="123.8" pitch="-220.0"/> <!-- 3,3 -->
            <pict yaw="185.7" pitch="-220.0"/> <!-- 3,4 -->
            <pict yaw="247.6" pitch="-220.0"/> <!-- 3,5 -->
            <pict yaw="309.5" pitch="-220.0"/> <!-- 3,6 -->
        </shoot>

pitch -220" this would be similar to the -140, but at -132 there is a row... isnt this doubled covered?

using a samyang 8mm fisheye and on internet sometimes its mentioned that it is a 8.54mm fisheye...

Georg

Last edited by gkaefer (2011-02-21 01:35:06)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson