<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.panotools.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.panotools.org/api.php?action=feedcontributions&amp;user=Erik+Krause&amp;feedformat=atom</id>
		<title>PanoTools.org Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.panotools.org/api.php?action=feedcontributions&amp;user=Erik+Krause&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Special:Contributions/Erik_Krause"/>
		<updated>2013-05-20T00:34:19Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.0</generator>

	<entry>
		<id>http://wiki.panotools.org/Fisheye_Projection</id>
		<title>Fisheye Projection</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Fisheye_Projection"/>
				<updated>2013-05-07T19:46:07Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: clarified panotools fisheye mapping&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|A projection where the distance from the centre of the image to a point is proportional to the equivalent spatial angle.}}&lt;br /&gt;
[[Image:big_ben_circ_fisheye.jpg|frame|right|Circular Fisheye projection, with permission from Ben Kreunen]]&lt;br /&gt;
[[Image:big_ben_ff_fisheye.jpg|frame|right|Fullframe Fisheye projection, with permission from Ben Kreunen]]&lt;br /&gt;
&lt;br /&gt;
This is a class of [[Projections|projections]] for mapping a portion of the surface of a sphere to a flat image, typically a camera's film or detector plane.  In a fisheye projection the distance from the centre of the image to a point is close to proportional to the true angle of separation.&lt;br /&gt;
&lt;br /&gt;
Commonly there are two types of fisheye distinguished: circular [[fisheyes]] and fullframe [[fisheyes]]. However, both follow the same projection geometrics. The only difference is one of [[Field of View]]: for a circular fisheye the circular image fits (more or less) completely in the frame, leaving blank areas in the corner. For the full frame variety, the image is over-filled by the circular fisheye image, leaving no blank space on the film or detector.  A circular fisheye can be made full frame if you use it with a smaller sensor/film size (and vice versa), or by zooming a fisheye adaptor on a zoom lens.&lt;br /&gt;
&lt;br /&gt;
There is no single fisheye projection, but instead there are a class of projection transformation all referred to as ''fisheye'' by various lens manufacturers, with names like ''equisolid angle projection'', or ''equidistance fisheye''.  Less common are traditional spherical projections which map to circular images, such as the [http://mathworld.wolfram.com/OrthographicProjection.html orthographic] (lenses commonly designated ''OP'') or [[Stereographic Projection|stereographic]] projections.  Luckily, [[Panorama tools]] and [[Hugin]] can deal with most of these mentioned projections. &lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;math&amp;gt;\theta\,&amp;lt;/math&amp;gt;''' is the angle in rad between a point in the real world and the optical axis, which goes from the center of the image through the center of the lens, &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; is the focal length of the lens and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; is radial position of a point on the image on the film or sensor.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! projection&lt;br /&gt;
! math&lt;br /&gt;
! real lenses, matching this projection&lt;br /&gt;
|-&lt;br /&gt;
| equidistant fisheye&lt;br /&gt;
| &amp;lt;math&amp;gt;R=f\cdot\theta&amp;lt;/math&amp;gt; &lt;br /&gt;
| e.g. Peleng 8mm f/3.5 Fisheye &amp;lt;br&amp;gt;This is the ideal fisheye projection panotools uses internally&lt;br /&gt;
|-&lt;br /&gt;
| stereographic&lt;br /&gt;
| &amp;lt;math&amp;gt; R=2f\cdot \tan\left(\frac{\theta}{2}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
| e.g. Samyang 8 mm f/3.5&lt;br /&gt;
|-&lt;br /&gt;
| orthographic&lt;br /&gt;
| &amp;lt;math&amp;gt; R=f\cdot \sin\left(\theta\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
| e.g. Yasuhara - MADOKA 180 circle fisheye lens&lt;br /&gt;
|-&lt;br /&gt;
| equisolid&lt;br /&gt;
(equal-area fisheye)&lt;br /&gt;
| &amp;lt;math&amp;gt; R=2f\cdot \sin\left(\frac{\theta}{2}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
| e. g. Sigma 8mm f/4.0 AF EX, (also convex mirror) &lt;br /&gt;
|-&lt;br /&gt;
| Thoby fisheye &lt;br /&gt;
| &amp;lt;math&amp;gt; R=k_1\cdot f \cdot \sin\left(k_2\cdot\theta\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
with &amp;lt;math&amp;gt;k_1=1.47&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;k_2=0.713&amp;lt;/math&amp;gt;&lt;br /&gt;
| e. g. AF DX Fisheye-Nikkor 10.5mm f/2.8G ED&lt;br /&gt;
(empirical found math for this lens)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
So for example 90 degrees, which would be the maximum&lt;br /&gt;
theta of a lens with 180 degree [[Field of View]], f=8mm, equisolid mapping, you get&lt;br /&gt;
R = 11.3mm, which is the radius of the image circle.&lt;br /&gt;
&lt;br /&gt;
Btw, a rectilinear lens has a mapping&lt;br /&gt;
 &amp;lt;math&amp;gt;R=f*tan(\theta)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information on [[fisheyes]] and their distortions from [http://www.bobatkins.com/photography/technical/field_of_view.html Bob Atkins Photography]&lt;br /&gt;
&lt;br /&gt;
Panotools fisheye mapping mentioned by [[Helmut Dersch]] in http://www.panotools.org/mailarchive/msg/6864#msg6864&lt;br /&gt;
&lt;br /&gt;
(Content partly based on a mail by Helmut Dersch which can be found at W.J. Markerink's &amp;lt;strike&amp;gt;[http://www.a1.nl/phomepag/markerink/fishyfaq.htm page about fisheye analysis]&amp;lt;/strike&amp;gt; Link not valid anymore)&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Loginprompt</id>
		<title>MediaWiki:Loginprompt</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Loginprompt"/>
				<updated>2013-03-27T14:02:26Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: pointed to moderators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You must have cookies enabled to log in to {{SITENAME}}.&lt;br /&gt;
&lt;br /&gt;
Due to heavy spamming Wiki account creation is disabled for the time being, sorry for inconvenience. To prove you are a real, living person but not for publication, please answer the following as best you can:&lt;br /&gt;
&lt;br /&gt;
* Your real name&lt;br /&gt;
* Your preferred Username (will be used if still available; your real name will be used as Username if no suggestions are given)&lt;br /&gt;
* Type(s) of camera/lens used?&lt;br /&gt;
* Samples (eg a URL) of any photographic work or panoramas?&lt;br /&gt;
* What do you want to edit?&lt;br /&gt;
&lt;br /&gt;
Address your request to the [mailto:PanoToolsNG-owner@yahoogroups.com moderators list]. You'll get an email directly from the wiki as soon as a moderator finds time to process your request.&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Loginprompt</id>
		<title>MediaWiki:Loginprompt</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Loginprompt"/>
				<updated>2013-03-26T17:45:33Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You must have cookies enabled to log in to {{SITENAME}}.&lt;br /&gt;
&lt;br /&gt;
Due to heavy spamming Wiki account creation is disabled for the time being, sorry for inconvenience. To prove you are a real, living person but not for publication, please answer the following as best you can:&lt;br /&gt;
&lt;br /&gt;
* Your real name&lt;br /&gt;
* Your preferred Username (will be used if still available; your real name will be used as Username if no suggestions are given)&lt;br /&gt;
* Type(s) of camera/lens used?&lt;br /&gt;
* Samples (eg a URL) of any photographic work or panoramas?&lt;br /&gt;
* What do you want to edit?&lt;br /&gt;
&lt;br /&gt;
Address your request to [mailto:erik.krause@gmx.de Erik Krause]. You'll get an email directly from the wiki as soon as a moderator finds time to process your request.&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Loginprompt</id>
		<title>MediaWiki:Loginprompt</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Loginprompt"/>
				<updated>2013-03-26T17:32:23Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: added user name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You must have cookies enabled to log in to {{SITENAME}}.&lt;br /&gt;
&lt;br /&gt;
Due to heavy spamming Wiki account creation is disabled for the time being, sorry for inconvenience. To prove you are a real, living person but not for publication, please answer the following as best you can:&lt;br /&gt;
&lt;br /&gt;
* Your real name&lt;br /&gt;
* Your preferred Username (will be used if still available; your real name will be used as Username if no suggestions are given)&lt;br /&gt;
* Type(s) of camera/lens used?&lt;br /&gt;
* Samples (eg a URL) of any photographic work or panoramas?&lt;br /&gt;
* What do you want to edit?&lt;br /&gt;
&lt;br /&gt;
Address your request to [mailto:erik.krause@gmx.de Erik Krause].&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Loginprompt</id>
		<title>MediaWiki:Loginprompt</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Loginprompt"/>
				<updated>2013-03-26T11:00:31Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: directed new users to my mail address&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You must have cookies enabled to log in to {{SITENAME}}.&lt;br /&gt;
&lt;br /&gt;
Due to heavy spamming Wiki account creation is disabled for the time being, sorry for inconvenience. To prove you are a real, living person but not for publication, please answer the following as best you can:&lt;br /&gt;
&lt;br /&gt;
* Your real name&lt;br /&gt;
* Type(s) of camera/lens used?&lt;br /&gt;
* Samples (eg a URL) of any photographic work or panoramas?&lt;br /&gt;
* What do you want to edit?&lt;br /&gt;
&lt;br /&gt;
Address your request to [mailto:erik.krause@gmx.de Erik Krause].&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Login</id>
		<title>MediaWiki:Login</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Login"/>
				<updated>2013-03-26T10:34:47Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Reverted edits by Erik Krause (talk) to last revision by MediaWiki default&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Login</id>
		<title>MediaWiki:Login</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Login"/>
				<updated>2013-03-26T10:29:13Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Created page with &amp;quot;Log in / apply for account&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in / apply for account&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Entrance_Pupil_Database</id>
		<title>Entrance Pupil Database</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Entrance_Pupil_Database"/>
				<updated>2013-03-23T12:46:10Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Tripod Mount Measurements */ simplified, de-centered&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wouldn't it be great if everyone entered their values for their [[No-parallax point| NPP / Nodal Point / Entrance Pupil]] for lens and camera combinations.&lt;br /&gt;
Some searching on the web will find a lot of people saying they want to start to create a database of some kind, but have not seen anything substantial so far (correct me if I am wrong). &lt;br /&gt;
&lt;br /&gt;
Please enter your own values if they are not listed.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
--[[User:Korffr|Richard Korff]] 11:12, 13 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To cater for all the different camera bodies and lenses, the tables have been split into 3 parts:&lt;br /&gt;
&lt;br /&gt;
*The '''[[#Tripod Mount Measurements|first table]]''' shows the position of the tripod mount in relation to the lens axis. This is easy to measure and is dependent only on the camera body.&lt;br /&gt;
*The '''[[#Entrance Pupil Measurements|second table]]''' shows the actual entrance pupil distance which is only dependent on the lens itself. Note that the [[No-parallax point|NPP]] for [[Special issues with fisheye lenses|fisheye]] lenses is not constant over the image circle's [[Field of View|FoV]], so you will sometimes find different NPP values depending on the angle where your images overlap.&lt;br /&gt;
*The '''[[#Number of pics for 360°|third table]]''' shows the number if pics neccessay for a full 360° coverage and the rotation angle between shots.&lt;br /&gt;
&lt;br /&gt;
Use as much as possible actual measurements rather than the reading on your [[panorama head]], unless your are sure these are the same.&lt;br /&gt;
&lt;br /&gt;
To enter a line for your combination, edit the page by clicking edit at the top of the screen (you may need to create an account or sign-in first), and edit the table below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tripod Mount Measurements ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; valign=&amp;quot;top&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!  '''Camera'''&lt;br /&gt;
!  '''Tripod mount off-center (C)'''&lt;br /&gt;
!  '''Tripod mount height (H)'''&lt;br /&gt;
!  '''Tripod mount length (L1)'''&lt;br /&gt;
|-&lt;br /&gt;
! || [[Image:EPDB-off-center.jpg|Tripod mount off-center]]&lt;br /&gt;
! [[Image:EPDB-height.jpg|Tripod mount height]]&lt;br /&gt;
! [[Image:EPDB-length1.jpg|Tripod mount length]]&lt;br /&gt;
|-&lt;br /&gt;
! Use the correct name of your camera. For digital camera's, please use the name as mentioned at [http://www.dpreview.com/reviews/specs.asp dpreview]. &lt;br /&gt;
! Looking at the bottom of the camera, the distance between the the middle of the tripod mount to the lens axis (0 if the tripod mount is over the centre of the lens) &lt;br /&gt;
! Facing the camera, the distance from the base of the camera to the center of the lens &lt;br /&gt;
! Looking at the bottom of the camera, the distance between the middle of the tripod mount to the base of the lens base, or base for adaptor tube. For fixed lens camera's which do not allow use of adaptors this column is not applicable.&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 5D || 0 mm || 42  mm || 37,5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 5D MKII || 0 mm || 43.5 mm, 90 mm w/grip || 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 7D || 0 mm || 42 mm || 37.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 10D || 0 mm || 42 mm || 31.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 20D || 0 mm || 40 mm || 36.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 40D || 0 mm || 42 mm || 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 60D || 0 mm || 40.5 mm || 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 400D || 0 mm || 37 mm || 39 mm&lt;br /&gt;
|-Canon EOS 400D with BG-E3 || 0 mm || 81 mm || 33 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 300D / Digital Rebel (EOS Digital Rebel) || 0 mm ||  |40 mm || 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 300D / Digital Rebel || 0 mm || 40 mm || 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 350D / Digital Rebel XT  || 0 mm || 37.5 mm || 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 450D / Digital Rebel XSi || 0 mm || 35 mm || 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 500D / Digital Rebel X1i || 0 mm || 38.5 mm || 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 550D / Digital Rebel T2i || 0 mm || 39 mm || 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 600D / Digital Rebel T3i || 0 mm || 40 mm || 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 650D / Digital Rebel T4i || 0 mm || 41 mm || 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 1000D / Digital Rebel XS || 0 mm || 37 mm || 39 mm&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 1000D (waiting for Mauro78 measures) || x mm || x mm || x mm&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Canon G9 || 12 mm || 29 mm || N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot A630 || 15 mm || 28 mm || N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot A710 IS || 21 mm || 26.5 mm || N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot S80 || 18 mm || 25 mm || N/A&lt;br /&gt;
|-&lt;br /&gt;
|Fujifilm FinePix S7000 || 0 mm || 32.8 mm || 69mm + 37mm(Adapt.Tube)=106mm&lt;br /&gt;
|-&lt;br /&gt;
|Konica Minolta Maxxum 7D || 0 mm || 41 mm || 36 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon C8800 || 19.1 mm || 67.9 mm || N/A&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D2H (+D2Hs/D2X/D2Xs?) || 0 mm || 79 mm || 29.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D40 (+D40x?) || 0 mm || 36 mm || 42 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D60 || 0 mm || 36 mm || 42 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D70 || 0 mm || 52 mm || 36 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D80 || 0 mm || 42.8 mm || 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D90 || 0 mm || 42.8 mm || 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D100 with MB-D100 || 0 mm || 93 mm || 33.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D200 || 0 mm || 47 mm || 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D200 with MB-D200 || 0 mm || 93 mm || ~33 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D300 || 0 mm || 47.2 mm || 42.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D300 with MB-D10 || 0 mm || 90.2 mm || 31.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D700 || 0 mm || 50 mm || 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D700 with MB-D10 || 0 mm || 93 mm || 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D800, D800E || 0 mm || 50 mm || 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D800, D800E + MB-D12 || 0 mm || 93 mm || 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D3000 || 0 mm || 35.6 mm || 42.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D7000 || 0 mm || 43 mm || 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D7000 with MB-D11|| 0 mm || 85.8 mm || 25 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D3X || 0 mm || 76.9 mm || 28.0 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D5000 || 0 mm || 42.8 mm || 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax *ist DS || 0 mm || 36 mm || 43 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax K10D/K20D || 0 mm || 41.6 mm || 37.2 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax K-7/K-5 || 0 mm || 38.2 mm || 41.6 mm&lt;br /&gt;
|-&lt;br /&gt;
|Panasonic Lumix DMC-LX3 || 21.5 mm || 27.7 mm || 28.9 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony Alpha A100 || 0 mm || 37 mm || 35 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony SLT-A33/55 || 0 mm || 36 mm || 31 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony NEX-7 || 0 mm || 32 mm || 20.5 mm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Entrance Pupil Measurements ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! '''Lens'''&lt;br /&gt;
! '''Focal Length'''&lt;br /&gt;
! '''Entrance Pupil Length (L2)'''&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;Enter the exact lens name, or if you are using a camera with a fixed lens the name of your camera as mentioned at [http://www.dpreview.com/products/cameras DPreview].||&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;&amp;amp;nbsp;||[[Image:EPDB-length2.jpg|Entrance Pupil Length]]&amp;lt;hr&amp;gt;Facing the side of the lens, the distance from the base of the lens to the Entrance Pupil. A negative value means the entrance pupil is outside the lens, in the camera body.Such is the case with many telephoto lenses. The lens base is the &lt;br /&gt;
|-&lt;br /&gt;
| Canon EF-S 10-22mm || 10mm || 66mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 15mm || 15mm || 45mm at F11 focus at 1m&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 16-35 mm || 16mm || 79mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 17mm || 71mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 28mm || 69mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 40mm || 72mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 17mm || 75.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 20mm || 71mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 28mm || 59.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 35mm || 52mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm (which version?) || 18mm || 47mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 24mm || 23mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 35mm || 45mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 55mm || 55mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 24mm f/2.8 || 24mm || 28.5mm at F11 focus at 2m&lt;br /&gt;
|-&lt;br /&gt;
| Canon 24mm TSE f/3.5L II || 24mm || 86mm at F11, focus infinity at F11 mark&lt;br /&gt;
|-&lt;br /&gt;
| Canon 35mm f/2 || 35mm || 12.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 35mm f/2 || 35mm || 23mm at F11 and infinity at the red dot&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 50mm f/1.4 || 50mm || 17.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/1.8 II || 50mm || 23mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/2.5 macro || 50mm || 21.5mm at F11, focus infinity at red dot mark&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/2.5 macro || 50mm || 30mm at F11, focus at aprox 0.56m, 0.5m at left f16 mark.&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 85mm f/1.8 || 85mm || 39mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 70mm || 92mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 100mm || 67mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 135mm || 53mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 200mm || ??&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/2.8 L IS USM || 200mm || 26mm&lt;br /&gt;
|-&lt;br /&gt;
| Konica Minolta 24 f/2.8 || 24mm || 21mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 8mm f3.5 CS Fish-eye (~60°)|| 8mm || 50mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 14mm f2.8 ED AS IF UMC|| 14mm || 55mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 35mm f1.4 AS UMC|| 35mm || 58mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 (which version?) || 70mm || 83mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 85mm || 70mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 100mm || 45mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 135mm || -30mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 200mm || -30mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm || 10.5mm || 45.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm || 10.5mm || 46mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm Shaved (edge Null) || 10.5mm || 47.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 12-24mm || 12mm || 71.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 14mm f2.8D ED || 14mm || 48mm (Varies by angle)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 16mm f2.8D Fisheye || 16mm || 48mm. (~ Suggested) Varies by 15mm: 41.3mm (at 0deg),  48mm (85deg)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 18mm f2.8D || 18mm || 34mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 20mm f2.8D || 20mm || 22mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 24mm f2.8D || 24mm || 25mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 28mm f2.8D || 28mm || 22mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-55mm II|| 18mm || 70mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 18mm || 51mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 24mm || 44mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 35mm || 33.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 50mm || 24.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 70mm || -6.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 35mm f2.0D || 35mm || 19.3mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 35mm f1.8G || 35mm || 18mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX Micro 40mm f2.8G || 40mm || 33mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 50mm f1.4D || 50mm || 6mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 50mm f1.8D || 50mm || 19mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S 50mm f1.8G || 50mm || 7mm ~&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 60mm f2.8D Micro || 60mm || 15mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 80mm || 81.2mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 135mm || 6mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 200mm || -90mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 85mm f1.8D || 85mm || 10mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8D Micro || 105mm || 32mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8G VR Micro-Nikkor || 105mm || 30mm (~, at infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8G VR Micro-Nikkor || 105mm || -50mm (~, at 1:1)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 135mm f2D DC || 135mm || 42mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 180mm f2.8D ED || 180mm || -45mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 200mm f4D ED Micro || 200mm || 96mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10mm f/2.8 EX DC HSM Fisheye (60° stops) || 10mm ||  50mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8mm F4.0 EX || 8mm || 47.5mm / 49mm / 51mm - which one is it?&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8mm F3.5 EX || 8mm || 49.5mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikon C8800 at Wide inf. (is this at the widest setting ?) || 8.9mm ?? || 75mm center of tripod mtg screw to Ent Pupil&lt;br /&gt;
|-&lt;br /&gt;
| Panasonic Lumix DMC-LX3 || 5.1mm || 28.5mm (but what constitutes the lens base?)&lt;br /&gt;
|-&lt;br /&gt;
| Peleng-N 8mm F3.5 || 8mm || 44mm&lt;br /&gt;
|-&lt;br /&gt;
| Opteka 0.22X UHD II FishEye || 8mm (0.22X) || 35.75mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 90mm F2.8 Di2 Macro || 90mm || 34mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 35mm F1.4 A HSM || 35mm || 62mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 8mm || 73mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 12mm || 67mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 16mm || 66.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 10mm || 62mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 14mm || 64mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 20mm || 68mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 17-70mm F2.8-4.5 DC macro || 17mm || 58mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 30mm F1.4 EX DC || 30mm || 26.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 50mm || 60mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 70mm || 30mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 100mm || -10mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 18mm || 15.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 24mm || 12.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 35mm || -23.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 11mm || 58.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 14mm || 59.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 18mm || 62.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 17mm || 56.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 24mm || 48mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 35mm || 40.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 50mm || 31.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 28-75mm F2.8 XR DI  || 28-75mm || 58.8mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 10-17mm f3.5 DX || 10mm || 58.2mm (~ consider also the gap between L1 and L2 for some cameras)&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 11-16mm f2.8 DX || 11mm || 65.6mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 11-16mm f2.8 DX || 16mm || 67.6mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 12mm || 60mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 18mm || 64mm ~&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 24mm || 59mm&lt;br /&gt;
|-&lt;br /&gt;
| Carl Zeiss Jena Flektogon 20mm f/4  || 20mm || 17.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Raynox DCR-CF185PRO || Conversion lens || 80mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon PowerShot A630 || 35mm (wide open) || 31mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon PowerShot A710 IS || 35mm (wide open) || 32mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon G9 || 7.4mm (wide) || 33.7mm from tripod screw&lt;br /&gt;
|-&lt;br /&gt;
| Canon G9 || 44.4mm (tight) || -10mm from tripod screw&lt;br /&gt;
|-&lt;br /&gt;
| Zenitar 2,8/16 || 16mm || 36mm&lt;br /&gt;
|-&lt;br /&gt;
| Pentax smc DA 10-17mm F3.5-4.5 Fisheye zoom || 10mm || 57.8mm&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;Manufacturer / Lens&amp;gt; || &amp;lt;Focal Length&amp;gt; || &amp;lt;Entrance Pupil Length&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*To calculate the Entrance pupil distance add the Tripod Mount Length (L1) from the camera and the Entrance Pupil Length (L2) from the lens. So for example for a Canon 300d and a 10-22mm at 10mm, the total Entrance pupil distance from the tripod mount is 40mm + 66mm = 106mm&lt;br /&gt;
&lt;br /&gt;
*For these '''''Focal Length''''' values the actual focus is set to infinity (&amp;lt;math&amp;gt;\infty&amp;lt;/math&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Number of pics for 360° ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; rowspan=&amp;quot;3&amp;quot; | '''Focal Length &amp;lt;br&amp;gt; Lens Type'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''crop factor 1.5/1.6 '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''Full Frame'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|-&lt;br /&gt;
||8mm fisheye&lt;br /&gt;
||4||90°|| ||&lt;br /&gt;
||3||120°||3||120°&lt;br /&gt;
|-&lt;br /&gt;
||10.5mm fisheye&lt;br /&gt;
||6||60°|| ||&lt;br /&gt;
||3||120°|| ||&lt;br /&gt;
|-&lt;br /&gt;
||16mm fisheye&lt;br /&gt;
|| || || ||&lt;br /&gt;
||6||60°||4||90°&lt;br /&gt;
|-&lt;br /&gt;
||10mm rectilinear&lt;br /&gt;
||6||60°||4||90°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||14mm rectilinear&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||18mm rectilinear&lt;br /&gt;
||10||36°||8||45°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||24mm rectilinear&lt;br /&gt;
||12||30°||8||45°&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||28mm rectilinear&lt;br /&gt;
||15||24°||10||36°&lt;br /&gt;
||12-8||30°-40°||8-6||40°-60°&lt;br /&gt;
|-&lt;br /&gt;
||35mm rectilinear&lt;br /&gt;
||18||20°||12||30°&lt;br /&gt;
||18-12||20°-30°||12-8||30°-40°&lt;br /&gt;
|-&lt;br /&gt;
||50mm rectilinear&lt;br /&gt;
||24||15°||18||20°&lt;br /&gt;
||18||20°||12||30°&lt;br /&gt;
|-&lt;br /&gt;
||70mm rectilinear&lt;br /&gt;
||36||10°||24||15°&lt;br /&gt;
||24||15°||15||24°&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; rowspan=&amp;quot;3&amp;quot; | '''Focal Length'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''(Micro-) Four Thirds (crop factor 2.0)'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|-&lt;br /&gt;
||8mm fisheye&lt;br /&gt;
||4||90°||3||120°&lt;br /&gt;
|-&lt;br /&gt;
||7mm rectilinear&lt;br /&gt;
||5||72°||4||90°&lt;br /&gt;
|-&lt;br /&gt;
||9mm rectilinear&lt;br /&gt;
||6||60°||5||72°&lt;br /&gt;
|-&lt;br /&gt;
||11mm rectilinear&lt;br /&gt;
||7||51,5°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||12mm rectilinear&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||14mm rectilinear&lt;br /&gt;
||9||40°||7||51,5°&lt;br /&gt;
|-&lt;br /&gt;
||17mm rectilinear&lt;br /&gt;
||11||33°||8||45°&lt;br /&gt;
|-&lt;br /&gt;
||18mm rectilinear&lt;br /&gt;
||11||33°||9||40°&lt;br /&gt;
|-&lt;br /&gt;
||25mm rectilinear&lt;br /&gt;
||15||24°||12||30°&lt;br /&gt;
|-&lt;br /&gt;
||35mm rectilinear&lt;br /&gt;
||21||17°||16||22,5°&lt;br /&gt;
|-&lt;br /&gt;
||40mm rectilinear&lt;br /&gt;
||24||15°||18||20°&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
&lt;br /&gt;
* VRwave lens database - http://www.vrwave.com/panoramic-lens-database&lt;br /&gt;
* Camera and lens settings for Nodal Ninja tripod heads - http://www.nodalninja.com/support/camerasettings.html&lt;br /&gt;
* Panoramic Resolution by Ken Turkowski - http://www.worldserver.com/turk/quicktimevr/panores.html&lt;br /&gt;
* Panoramic Calculator by Frank van der Pol - http://www.frankvanderpol.nl/fov_pan_calc.htm&lt;br /&gt;
* Panoramic calculator by Sean T. McHugh (at the very bottom) http://www.cambridgeincolour.com/tutorials/image-projections.htm&lt;br /&gt;
* Olympus E-System specific data (german)&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E_System tripod mount and entrance pupil measurements&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E-300_/_E-500 entrance pupil measurements with different lenses&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E-1 entrance pupil measurements for E-1 with different lenses&lt;br /&gt;
* See http://www.hugha.co.uk/NodalPoint/Index.htm for detailed analyses of &lt;br /&gt;
** Sigma 10-20mm f4-5.6 EX DC HSM, &lt;br /&gt;
** Nikon 28mm f2.8 D AF, &lt;br /&gt;
** Nikon 18-200mm f3.5-5.6 G AF-S VR,&lt;br /&gt;
** Sigma 8mm f/3.5 EX DG,&lt;br /&gt;
** Nikon 10.5mm f2.8 G ED,&lt;br /&gt;
** Samyang 8mm f3.5 FISH-EYE CD.&lt;br /&gt;
* Joseph Wisniewski's 2003 bumper list of lens data : http://www.swissarmyfork.com/lens_table_1.htm and tripod pin offset data : http://www.swissarmyfork.com/mount_table_1.htm&lt;br /&gt;
* Pierre Toscani's ray-tracing calculations and entrance pupil animations: http://www.pierretoscani.com/echo_fisheyes_english.html of the&lt;br /&gt;
** Nikon 10.5mm f2.8 G ED&lt;br /&gt;
** Nikon 16mm f2.8 D&lt;br /&gt;
** Nikon 28mm f2.8 D&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
&lt;br /&gt;
{{Incomplete|Talk}}&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Entrance_Pupil_Database</id>
		<title>Entrance Pupil Database</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Entrance_Pupil_Database"/>
				<updated>2013-03-23T12:33:40Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Entrance Pupil Measurements */ de-centered&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wouldn't it be great if everyone entered their values for their [[No-parallax point| NPP / Nodal Point / Entrance Pupil]] for lens and camera combinations.&lt;br /&gt;
Some searching on the web will find a lot of people saying they want to start to create a database of some kind, but have not seen anything substantial so far (correct me if I am wrong). &lt;br /&gt;
&lt;br /&gt;
Please enter your own values if they are not listed.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
--[[User:Korffr|Richard Korff]] 11:12, 13 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To cater for all the different camera bodies and lenses, the tables have been split into 3 parts:&lt;br /&gt;
&lt;br /&gt;
*The '''[[#Tripod Mount Measurements|first table]]''' shows the position of the tripod mount in relation to the lens axis. This is easy to measure and is dependent only on the camera body.&lt;br /&gt;
*The '''[[#Entrance Pupil Measurements|second table]]''' shows the actual entrance pupil distance which is only dependent on the lens itself. Note that the [[No-parallax point|NPP]] for [[Special issues with fisheye lenses|fisheye]] lenses is not constant over the image circle's [[Field of View|FoV]], so you will sometimes find different NPP values depending on the angle where your images overlap.&lt;br /&gt;
*The '''[[#Number of pics for 360°|third table]]''' shows the number if pics neccessay for a full 360° coverage and the rotation angle between shots.&lt;br /&gt;
&lt;br /&gt;
Use as much as possible actual measurements rather than the reading on your [[panorama head]], unless your are sure these are the same.&lt;br /&gt;
&lt;br /&gt;
To enter a line for your combination, edit the page by clicking edit at the top of the screen (you may need to create an account or sign-in first), and edit the table below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tripod Mount Measurements ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!  '''Camera'''&lt;br /&gt;
!  '''Tripod mount off-center (C)'''&lt;br /&gt;
!  '''Tripod mount height (H)'''&lt;br /&gt;
!  '''Tripod mount length (L1)'''&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
!&amp;lt;div style=&amp;quot;width: 200px; height:150px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;Use the correct name of your camera. For digital camera's, please use the name as mentioned at [http://www.dpreview.com/reviews/specs.asp dpreview]. || [[Image:EPDB-off-center.jpg|Tripod mount off-center]]&amp;lt;hr&amp;gt;Looking at the bottom of the camera, the distance between the the middle of the tripod mount to the lens axis (0 if the tripod mount is over the centre of the lens) || [[Image:EPDB-height.jpg|Tripod mount height]]&amp;lt;hr&amp;gt;Facing the camera, the distance from the base of the camera to the center of the lens || [[Image:EPDB-length1.jpg|Tripod mount length]]&amp;lt;hr&amp;gt;Looking at the bottom of the camera, the distance between the middle of the tripod mount to the base of the lens base, or base for adaptor tube. For fixed lens camera's which do not allow use of adaptors this column is not applicable.&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 5D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |42  mm || align=&amp;quot;center&amp;quot; | 37,5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 5D MKII || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 43.5 mm, 90 mm w/grip || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 7D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 37.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 10D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 31.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 20D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40 mm || align=&amp;quot;center&amp;quot; | 36.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 40D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 60D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40.5 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 400D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-Canon EOS 400D with BG-E3 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 81 mm || align=&amp;quot;center&amp;quot; | 33 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 300D / Digital Rebel (EOS Digital Rebel) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |40 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 300D / Digital Rebel || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |40 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 350D / Digital Rebel XT  || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37.5 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 450D / Digital Rebel XSi || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 35 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 500D / Digital Rebel X1i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 38.5 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 550D / Digital Rebel T2i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 39 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 600D / Digital Rebel T3i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 650D / Digital Rebel T4i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 1000D / Digital Rebel XS || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 1000D (waiting for Mauro78 measures) || align=&amp;quot;center&amp;quot; | x mm || align=&amp;quot;center&amp;quot; | x mm || align=&amp;quot;center&amp;quot; | x mm&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Canon G9 || align=&amp;quot;center&amp;quot; | 12 mm || align=&amp;quot;center&amp;quot; | 29 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot A630 || align=&amp;quot;center&amp;quot; | 15 mm || align=&amp;quot;center&amp;quot; | 28 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot A710 IS || align=&amp;quot;center&amp;quot; | 21 mm || align=&amp;quot;center&amp;quot; | 26.5 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot S80 || align=&amp;quot;center&amp;quot; | 18 mm || align=&amp;quot;center&amp;quot; | 25 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Fujifilm FinePix S7000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 32.8 mm || align=&amp;quot;center&amp;quot; | 69mm + 37mm(Adapt.Tube)=106mm&lt;br /&gt;
|-&lt;br /&gt;
|Konica Minolta Maxxum 7D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41 mm || align=&amp;quot;center&amp;quot; | 36 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon C8800 || align=&amp;quot;center&amp;quot; | 19.1 mm || align=&amp;quot;center&amp;quot; | 67.9 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D2H (+D2Hs/D2X/D2Xs?) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 79 mm || align=&amp;quot;center&amp;quot; | 29.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D40 (+D40x?) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 42 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D60 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 42 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D70 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 52 mm || align=&amp;quot;center&amp;quot; | 36 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D80 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D90 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D100 with MB-D100 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 33.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D200 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 47 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D200 with MB-D200 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | ~33 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D300 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 47.2 mm || align=&amp;quot;center&amp;quot; | 42.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D300 with MB-D10 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 90.2 mm || align=&amp;quot;center&amp;quot; | 31.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D700 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 50 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D700 with MB-D10 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D800, D800E || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 50 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D800, D800E + MB-D12 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D3000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 35.6 mm || align=&amp;quot;center&amp;quot; | 42.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D7000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 43 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D7000 with MB-D11|| align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 85.8 mm || align=&amp;quot;center&amp;quot; | 25 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D3X || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 76.9 mm || align=&amp;quot;center&amp;quot; | 28.0 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D5000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax *ist DS || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 43 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax K10D/K20D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41.6 mm || align=&amp;quot;center&amp;quot; | 37.2 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax K-7/K-5 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 38.2 mm || align=&amp;quot;center&amp;quot; | 41.6 mm&lt;br /&gt;
|-&lt;br /&gt;
|Panasonic Lumix DMC-LX3 || align=&amp;quot;center&amp;quot; | 21.5 mm || align=&amp;quot;center&amp;quot; | 27.7 mm || align=&amp;quot;center&amp;quot; | 28.9 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony Alpha A100 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 35 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony SLT-A33/55 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 31 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony NEX-7 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 32 mm || align=&amp;quot;center&amp;quot; | 20.5 mm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entrance Pupil Measurements ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! '''Lens'''&lt;br /&gt;
! '''Focal Length'''&lt;br /&gt;
! '''Entrance Pupil Length (L2)'''&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;Enter the exact lens name, or if you are using a camera with a fixed lens the name of your camera as mentioned at [http://www.dpreview.com/products/cameras DPreview].||&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;&amp;amp;nbsp;||[[Image:EPDB-length2.jpg|Entrance Pupil Length]]&amp;lt;hr&amp;gt;Facing the side of the lens, the distance from the base of the lens to the Entrance Pupil. A negative value means the entrance pupil is outside the lens, in the camera body.Such is the case with many telephoto lenses. The lens base is the &lt;br /&gt;
|-&lt;br /&gt;
| Canon EF-S 10-22mm || 10mm || 66mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 15mm || 15mm || 45mm at F11 focus at 1m&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 16-35 mm || 16mm || 79mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 17mm || 71mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 28mm || 69mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 40mm || 72mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 17mm || 75.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 20mm || 71mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 28mm || 59.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 35mm || 52mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm (which version?) || 18mm || 47mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 24mm || 23mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 35mm || 45mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 55mm || 55mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 24mm f/2.8 || 24mm || 28.5mm at F11 focus at 2m&lt;br /&gt;
|-&lt;br /&gt;
| Canon 24mm TSE f/3.5L II || 24mm || 86mm at F11, focus infinity at F11 mark&lt;br /&gt;
|-&lt;br /&gt;
| Canon 35mm f/2 || 35mm || 12.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 35mm f/2 || 35mm || 23mm at F11 and infinity at the red dot&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 50mm f/1.4 || 50mm || 17.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/1.8 II || 50mm || 23mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/2.5 macro || 50mm || 21.5mm at F11, focus infinity at red dot mark&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/2.5 macro || 50mm || 30mm at F11, focus at aprox 0.56m, 0.5m at left f16 mark.&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 85mm f/1.8 || 85mm || 39mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 70mm || 92mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 100mm || 67mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 135mm || 53mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 200mm || ??&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/2.8 L IS USM || 200mm || 26mm&lt;br /&gt;
|-&lt;br /&gt;
| Konica Minolta 24 f/2.8 || 24mm || 21mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 8mm f3.5 CS Fish-eye (~60°)|| 8mm || 50mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 14mm f2.8 ED AS IF UMC|| 14mm || 55mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 35mm f1.4 AS UMC|| 35mm || 58mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 (which version?) || 70mm || 83mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 85mm || 70mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 100mm || 45mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 135mm || -30mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 200mm || -30mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm || 10.5mm || 45.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm || 10.5mm || 46mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm Shaved (edge Null) || 10.5mm || 47.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 12-24mm || 12mm || 71.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 14mm f2.8D ED || 14mm || 48mm (Varies by angle)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 16mm f2.8D Fisheye || 16mm || 48mm. (~ Suggested) Varies by 15mm: 41.3mm (at 0deg),  48mm (85deg)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 18mm f2.8D || 18mm || 34mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 20mm f2.8D || 20mm || 22mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 24mm f2.8D || 24mm || 25mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 28mm f2.8D || 28mm || 22mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-55mm II|| 18mm || 70mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 18mm || 51mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 24mm || 44mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 35mm || 33.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 50mm || 24.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 70mm || -6.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 35mm f2.0D || 35mm || 19.3mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 35mm f1.8G || 35mm || 18mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX Micro 40mm f2.8G || 40mm || 33mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 50mm f1.4D || 50mm || 6mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 50mm f1.8D || 50mm || 19mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S 50mm f1.8G || 50mm || 7mm ~&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 60mm f2.8D Micro || 60mm || 15mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 80mm || 81.2mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 135mm || 6mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 200mm || -90mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 85mm f1.8D || 85mm || 10mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8D Micro || 105mm || 32mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8G VR Micro-Nikkor || 105mm || 30mm (~, at infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8G VR Micro-Nikkor || 105mm || -50mm (~, at 1:1)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 135mm f2D DC || 135mm || 42mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 180mm f2.8D ED || 180mm || -45mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 200mm f4D ED Micro || 200mm || 96mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10mm f/2.8 EX DC HSM Fisheye (60° stops) || 10mm ||  50mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8mm F4.0 EX || 8mm || 47.5mm / 49mm / 51mm - which one is it?&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8mm F3.5 EX || 8mm || 49.5mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikon C8800 at Wide inf. (is this at the widest setting ?) || 8.9mm ?? || 75mm center of tripod mtg screw to Ent Pupil&lt;br /&gt;
|-&lt;br /&gt;
| Panasonic Lumix DMC-LX3 || 5.1mm || 28.5mm (but what constitutes the lens base?)&lt;br /&gt;
|-&lt;br /&gt;
| Peleng-N 8mm F3.5 || 8mm || 44mm&lt;br /&gt;
|-&lt;br /&gt;
| Opteka 0.22X UHD II FishEye || 8mm (0.22X) || 35.75mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 90mm F2.8 Di2 Macro || 90mm || 34mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 35mm F1.4 A HSM || 35mm || 62mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 8mm || 73mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 12mm || 67mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 16mm || 66.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 10mm || 62mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 14mm || 64mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 20mm || 68mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 17-70mm F2.8-4.5 DC macro || 17mm || 58mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 30mm F1.4 EX DC || 30mm || 26.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 50mm || 60mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 70mm || 30mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 100mm || -10mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 18mm || 15.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 24mm || 12.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 35mm || -23.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 11mm || 58.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 14mm || 59.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 18mm || 62.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 17mm || 56.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 24mm || 48mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 35mm || 40.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 50mm || 31.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 28-75mm F2.8 XR DI  || 28-75mm || 58.8mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 10-17mm f3.5 DX || 10mm || 58.2mm (~ consider also the gap between L1 and L2 for some cameras)&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 11-16mm f2.8 DX || 11mm || 65.6mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 11-16mm f2.8 DX || 16mm || 67.6mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 12mm || 60mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 18mm || 64mm ~&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 24mm || 59mm&lt;br /&gt;
|-&lt;br /&gt;
| Carl Zeiss Jena Flektogon 20mm f/4  || 20mm || 17.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Raynox DCR-CF185PRO || Conversion lens || 80mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon PowerShot A630 || 35mm (wide open) || 31mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon PowerShot A710 IS || 35mm (wide open) || 32mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon G9 || 7.4mm (wide) || 33.7mm from tripod screw&lt;br /&gt;
|-&lt;br /&gt;
| Canon G9 || 44.4mm (tight) || -10mm from tripod screw&lt;br /&gt;
|-&lt;br /&gt;
| Zenitar 2,8/16 || 16mm || 36mm&lt;br /&gt;
|-&lt;br /&gt;
| Pentax smc DA 10-17mm F3.5-4.5 Fisheye zoom || 10mm || 57.8mm&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;Manufacturer / Lens&amp;gt; || &amp;lt;Focal Length&amp;gt; || &amp;lt;Entrance Pupil Length&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*To calculate the Entrance pupil distance add the Tripod Mount Length (L1) from the camera and the Entrance Pupil Length (L2) from the lens. So for example for a Canon 300d and a 10-22mm at 10mm, the total Entrance pupil distance from the tripod mount is 40mm + 66mm = 106mm&lt;br /&gt;
&lt;br /&gt;
*For these '''''Focal Length''''' values the actual focus is set to infinity (&amp;lt;math&amp;gt;\infty&amp;lt;/math&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Number of pics for 360° ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; rowspan=&amp;quot;3&amp;quot; | '''Focal Length &amp;lt;br&amp;gt; Lens Type'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''crop factor 1.5/1.6 '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''Full Frame'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|-&lt;br /&gt;
||8mm fisheye&lt;br /&gt;
||4||90°|| ||&lt;br /&gt;
||3||120°||3||120°&lt;br /&gt;
|-&lt;br /&gt;
||10.5mm fisheye&lt;br /&gt;
||6||60°|| ||&lt;br /&gt;
||3||120°|| ||&lt;br /&gt;
|-&lt;br /&gt;
||16mm fisheye&lt;br /&gt;
|| || || ||&lt;br /&gt;
||6||60°||4||90°&lt;br /&gt;
|-&lt;br /&gt;
||10mm rectilinear&lt;br /&gt;
||6||60°||4||90°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||14mm rectilinear&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||18mm rectilinear&lt;br /&gt;
||10||36°||8||45°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||24mm rectilinear&lt;br /&gt;
||12||30°||8||45°&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||28mm rectilinear&lt;br /&gt;
||15||24°||10||36°&lt;br /&gt;
||12-8||30°-40°||8-6||40°-60°&lt;br /&gt;
|-&lt;br /&gt;
||35mm rectilinear&lt;br /&gt;
||18||20°||12||30°&lt;br /&gt;
||18-12||20°-30°||12-8||30°-40°&lt;br /&gt;
|-&lt;br /&gt;
||50mm rectilinear&lt;br /&gt;
||24||15°||18||20°&lt;br /&gt;
||18||20°||12||30°&lt;br /&gt;
|-&lt;br /&gt;
||70mm rectilinear&lt;br /&gt;
||36||10°||24||15°&lt;br /&gt;
||24||15°||15||24°&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; rowspan=&amp;quot;3&amp;quot; | '''Focal Length'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''(Micro-) Four Thirds (crop factor 2.0)'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|-&lt;br /&gt;
||8mm fisheye&lt;br /&gt;
||4||90°||3||120°&lt;br /&gt;
|-&lt;br /&gt;
||7mm rectilinear&lt;br /&gt;
||5||72°||4||90°&lt;br /&gt;
|-&lt;br /&gt;
||9mm rectilinear&lt;br /&gt;
||6||60°||5||72°&lt;br /&gt;
|-&lt;br /&gt;
||11mm rectilinear&lt;br /&gt;
||7||51,5°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||12mm rectilinear&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||14mm rectilinear&lt;br /&gt;
||9||40°||7||51,5°&lt;br /&gt;
|-&lt;br /&gt;
||17mm rectilinear&lt;br /&gt;
||11||33°||8||45°&lt;br /&gt;
|-&lt;br /&gt;
||18mm rectilinear&lt;br /&gt;
||11||33°||9||40°&lt;br /&gt;
|-&lt;br /&gt;
||25mm rectilinear&lt;br /&gt;
||15||24°||12||30°&lt;br /&gt;
|-&lt;br /&gt;
||35mm rectilinear&lt;br /&gt;
||21||17°||16||22,5°&lt;br /&gt;
|-&lt;br /&gt;
||40mm rectilinear&lt;br /&gt;
||24||15°||18||20°&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
&lt;br /&gt;
* VRwave lens database - http://www.vrwave.com/panoramic-lens-database&lt;br /&gt;
* Camera and lens settings for Nodal Ninja tripod heads - http://www.nodalninja.com/support/camerasettings.html&lt;br /&gt;
* Panoramic Resolution by Ken Turkowski - http://www.worldserver.com/turk/quicktimevr/panores.html&lt;br /&gt;
* Panoramic Calculator by Frank van der Pol - http://www.frankvanderpol.nl/fov_pan_calc.htm&lt;br /&gt;
* Panoramic calculator by Sean T. McHugh (at the very bottom) http://www.cambridgeincolour.com/tutorials/image-projections.htm&lt;br /&gt;
* Olympus E-System specific data (german)&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E_System tripod mount and entrance pupil measurements&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E-300_/_E-500 entrance pupil measurements with different lenses&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E-1 entrance pupil measurements for E-1 with different lenses&lt;br /&gt;
* See http://www.hugha.co.uk/NodalPoint/Index.htm for detailed analyses of &lt;br /&gt;
** Sigma 10-20mm f4-5.6 EX DC HSM, &lt;br /&gt;
** Nikon 28mm f2.8 D AF, &lt;br /&gt;
** Nikon 18-200mm f3.5-5.6 G AF-S VR,&lt;br /&gt;
** Sigma 8mm f/3.5 EX DG,&lt;br /&gt;
** Nikon 10.5mm f2.8 G ED,&lt;br /&gt;
** Samyang 8mm f3.5 FISH-EYE CD.&lt;br /&gt;
* Joseph Wisniewski's 2003 bumper list of lens data : http://www.swissarmyfork.com/lens_table_1.htm and tripod pin offset data : http://www.swissarmyfork.com/mount_table_1.htm&lt;br /&gt;
* Pierre Toscani's ray-tracing calculations and entrance pupil animations: http://www.pierretoscani.com/echo_fisheyes_english.html of the&lt;br /&gt;
** Nikon 10.5mm f2.8 G ED&lt;br /&gt;
** Nikon 16mm f2.8 D&lt;br /&gt;
** Nikon 28mm f2.8 D&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
&lt;br /&gt;
{{Incomplete|Talk}}&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Entrance_Pupil_Database</id>
		<title>Entrance Pupil Database</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Entrance_Pupil_Database"/>
				<updated>2013-03-23T12:32:55Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Entrance Pupil Measurements */ sortability restored, simplified&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wouldn't it be great if everyone entered their values for their [[No-parallax point| NPP / Nodal Point / Entrance Pupil]] for lens and camera combinations.&lt;br /&gt;
Some searching on the web will find a lot of people saying they want to start to create a database of some kind, but have not seen anything substantial so far (correct me if I am wrong). &lt;br /&gt;
&lt;br /&gt;
Please enter your own values if they are not listed.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
--[[User:Korffr|Richard Korff]] 11:12, 13 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To cater for all the different camera bodies and lenses, the tables have been split into 3 parts:&lt;br /&gt;
&lt;br /&gt;
*The '''[[#Tripod Mount Measurements|first table]]''' shows the position of the tripod mount in relation to the lens axis. This is easy to measure and is dependent only on the camera body.&lt;br /&gt;
*The '''[[#Entrance Pupil Measurements|second table]]''' shows the actual entrance pupil distance which is only dependent on the lens itself. Note that the [[No-parallax point|NPP]] for [[Special issues with fisheye lenses|fisheye]] lenses is not constant over the image circle's [[Field of View|FoV]], so you will sometimes find different NPP values depending on the angle where your images overlap.&lt;br /&gt;
*The '''[[#Number of pics for 360°|third table]]''' shows the number if pics neccessay for a full 360° coverage and the rotation angle between shots.&lt;br /&gt;
&lt;br /&gt;
Use as much as possible actual measurements rather than the reading on your [[panorama head]], unless your are sure these are the same.&lt;br /&gt;
&lt;br /&gt;
To enter a line for your combination, edit the page by clicking edit at the top of the screen (you may need to create an account or sign-in first), and edit the table below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tripod Mount Measurements ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!  '''Camera'''&lt;br /&gt;
!  '''Tripod mount off-center (C)'''&lt;br /&gt;
!  '''Tripod mount height (H)'''&lt;br /&gt;
!  '''Tripod mount length (L1)'''&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
!&amp;lt;div style=&amp;quot;width: 200px; height:150px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;Use the correct name of your camera. For digital camera's, please use the name as mentioned at [http://www.dpreview.com/reviews/specs.asp dpreview]. || [[Image:EPDB-off-center.jpg|Tripod mount off-center]]&amp;lt;hr&amp;gt;Looking at the bottom of the camera, the distance between the the middle of the tripod mount to the lens axis (0 if the tripod mount is over the centre of the lens) || [[Image:EPDB-height.jpg|Tripod mount height]]&amp;lt;hr&amp;gt;Facing the camera, the distance from the base of the camera to the center of the lens || [[Image:EPDB-length1.jpg|Tripod mount length]]&amp;lt;hr&amp;gt;Looking at the bottom of the camera, the distance between the middle of the tripod mount to the base of the lens base, or base for adaptor tube. For fixed lens camera's which do not allow use of adaptors this column is not applicable.&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 5D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |42  mm || align=&amp;quot;center&amp;quot; | 37,5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 5D MKII || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 43.5 mm, 90 mm w/grip || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 7D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 37.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 10D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 31.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 20D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40 mm || align=&amp;quot;center&amp;quot; | 36.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 40D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 60D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40.5 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 400D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-Canon EOS 400D with BG-E3 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 81 mm || align=&amp;quot;center&amp;quot; | 33 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 300D / Digital Rebel (EOS Digital Rebel) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |40 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 300D / Digital Rebel || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |40 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 350D / Digital Rebel XT  || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37.5 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 450D / Digital Rebel XSi || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 35 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 500D / Digital Rebel X1i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 38.5 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 550D / Digital Rebel T2i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 39 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 600D / Digital Rebel T3i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 650D / Digital Rebel T4i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 1000D / Digital Rebel XS || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 1000D (waiting for Mauro78 measures) || align=&amp;quot;center&amp;quot; | x mm || align=&amp;quot;center&amp;quot; | x mm || align=&amp;quot;center&amp;quot; | x mm&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Canon G9 || align=&amp;quot;center&amp;quot; | 12 mm || align=&amp;quot;center&amp;quot; | 29 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot A630 || align=&amp;quot;center&amp;quot; | 15 mm || align=&amp;quot;center&amp;quot; | 28 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot A710 IS || align=&amp;quot;center&amp;quot; | 21 mm || align=&amp;quot;center&amp;quot; | 26.5 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot S80 || align=&amp;quot;center&amp;quot; | 18 mm || align=&amp;quot;center&amp;quot; | 25 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Fujifilm FinePix S7000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 32.8 mm || align=&amp;quot;center&amp;quot; | 69mm + 37mm(Adapt.Tube)=106mm&lt;br /&gt;
|-&lt;br /&gt;
|Konica Minolta Maxxum 7D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41 mm || align=&amp;quot;center&amp;quot; | 36 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon C8800 || align=&amp;quot;center&amp;quot; | 19.1 mm || align=&amp;quot;center&amp;quot; | 67.9 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D2H (+D2Hs/D2X/D2Xs?) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 79 mm || align=&amp;quot;center&amp;quot; | 29.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D40 (+D40x?) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 42 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D60 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 42 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D70 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 52 mm || align=&amp;quot;center&amp;quot; | 36 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D80 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D90 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D100 with MB-D100 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 33.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D200 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 47 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D200 with MB-D200 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | ~33 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D300 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 47.2 mm || align=&amp;quot;center&amp;quot; | 42.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D300 with MB-D10 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 90.2 mm || align=&amp;quot;center&amp;quot; | 31.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D700 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 50 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D700 with MB-D10 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D800, D800E || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 50 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D800, D800E + MB-D12 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D3000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 35.6 mm || align=&amp;quot;center&amp;quot; | 42.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D7000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 43 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D7000 with MB-D11|| align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 85.8 mm || align=&amp;quot;center&amp;quot; | 25 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D3X || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 76.9 mm || align=&amp;quot;center&amp;quot; | 28.0 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D5000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax *ist DS || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 43 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax K10D/K20D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41.6 mm || align=&amp;quot;center&amp;quot; | 37.2 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax K-7/K-5 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 38.2 mm || align=&amp;quot;center&amp;quot; | 41.6 mm&lt;br /&gt;
|-&lt;br /&gt;
|Panasonic Lumix DMC-LX3 || align=&amp;quot;center&amp;quot; | 21.5 mm || align=&amp;quot;center&amp;quot; | 27.7 mm || align=&amp;quot;center&amp;quot; | 28.9 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony Alpha A100 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 35 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony SLT-A33/55 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 31 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony NEX-7 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 32 mm || align=&amp;quot;center&amp;quot; | 20.5 mm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entrance Pupil Measurements ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! '''Lens'''&lt;br /&gt;
! '''Focal Length'''&lt;br /&gt;
! '''Entrance Pupil Length (L2)'''&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;Enter the exact lens name, or if you are using a camera with a fixed lens the name of your camera as mentioned at [http://www.dpreview.com/products/cameras DPreview].||&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;&amp;amp;nbsp;||[[Image:EPDB-length2.jpg|Entrance Pupil Length]]&amp;lt;hr&amp;gt;Facing the side of the lens, the distance from the base of the lens to the Entrance Pupil. A negative value means the entrance pupil is outside the lens, in the camera body.Such is the case with many telephoto lenses. The lens base is the &lt;br /&gt;
|-&lt;br /&gt;
| Canon EF-S 10-22mm || 10mm || 66mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 15mm || 15mm || 45mm at F11 focus at 1m&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 16-35 mm || 16mm || 79mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 17mm || 71mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 28mm || 69mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-40mm || 40mm || 72mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 17mm || 75.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 20mm || 71mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 28mm || 59.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 17-55mm f/2.8 || 35mm || 52mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm (which version?) || 18mm || 47mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 24mm || 23mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 35mm || 45mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 18-55mm || 55mm || 55mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 24mm f/2.8 || 24mm || 28.5mm at F11 focus at 2m&lt;br /&gt;
|-&lt;br /&gt;
| Canon 24mm TSE f/3.5L II || 24mm || 86mm at F11, focus infinity at F11 mark&lt;br /&gt;
|-&lt;br /&gt;
| Canon 35mm f/2 || 35mm || 12.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 35mm f/2 || 35mm || 23mm at F11 and infinity at the red dot&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 50mm f/1.4 || 50mm || 17.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/1.8 II || 50mm || 23mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/2.5 macro || 50mm || 21.5mm at F11, focus infinity at red dot mark&lt;br /&gt;
|-&lt;br /&gt;
| Canon 50mm f/2.5 macro || 50mm || 30mm at F11, focus at aprox 0.56m, 0.5m at left f16 mark.&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 85mm f/1.8 || 85mm || 39mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 70mm || 92mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 100mm || 67mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 135mm || 53mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || 200mm || ??&lt;br /&gt;
|-&lt;br /&gt;
| Canon EF 70-200 f/2.8 L IS USM || 200mm || 26mm&lt;br /&gt;
|-&lt;br /&gt;
| Konica Minolta 24 f/2.8 || 24mm || 21mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 8mm f3.5 CS Fish-eye (~60°)|| 8mm || 50mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 14mm f2.8 ED AS IF UMC|| 14mm || 55mm&lt;br /&gt;
|-&lt;br /&gt;
| Samyang 35mm f1.4 AS UMC|| 35mm || 58mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 (which version?) || 70mm || 83mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 85mm || 70mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 100mm || 45mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 135mm || -30mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 70-300 || 200mm || -30mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm || 10.5mm || 45.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm || 10.5mm || 46mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF DX 10.5mm Shaved (edge Null) || 10.5mm || 47.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 12-24mm || 12mm || 71.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 14mm f2.8D ED || 14mm || 48mm (Varies by angle)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 16mm f2.8D Fisheye || 16mm || 48mm. (~ Suggested) Varies by 15mm: 41.3mm (at 0deg),  48mm (85deg)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 18mm f2.8D || 18mm || 34mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 20mm f2.8D || 20mm || 22mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 24mm f2.8D || 24mm || 25mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 28mm f2.8D || 28mm || 22mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-55mm II|| 18mm || 70mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 18mm || 51mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 24mm || 44mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 35mm || 33.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 50mm || 24.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || 70mm || -6.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 35mm f2.0D || 35mm || 19.3mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX 35mm f1.8G || 35mm || 18mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S DX Micro 40mm f2.8G || 40mm || 33mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 50mm f1.4D || 50mm || 6mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 50mm f1.8D || 50mm || 19mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF-S 50mm f1.8G || 50mm || 7mm ~&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 60mm f2.8D Micro || 60mm || 15mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 80mm || 81.2mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 135mm || 6mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || 200mm || -90mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 85mm f1.8D || 85mm || 10mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8D Micro || 105mm || 32mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8G VR Micro-Nikkor || 105mm || 30mm (~, at infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Nikon 105mm f2.8G VR Micro-Nikkor || 105mm || -50mm (~, at 1:1)&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 135mm f2D DC || 135mm || 42mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 180mm f2.8D ED || 180mm || -45mm&lt;br /&gt;
|-&lt;br /&gt;
| Nikkor AF 200mm f4D ED Micro || 200mm || 96mm (infinity focus)&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10mm f/2.8 EX DC HSM Fisheye (60° stops) || 10mm ||  50mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8mm F4.0 EX || 8mm || 47.5mm / 49mm / 51mm - which one is it?&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8mm F3.5 EX || 8mm || 49.5mm &lt;br /&gt;
|-&lt;br /&gt;
| Nikon C8800 at Wide inf. (is this at the widest setting ?) || 8.9mm ?? || 75mm center of tripod mtg screw to Ent Pupil&lt;br /&gt;
|-&lt;br /&gt;
| Panasonic Lumix DMC-LX3 || 5.1mm || 28.5mm (but what constitutes the lens base?)&lt;br /&gt;
|-&lt;br /&gt;
| Peleng-N 8mm F3.5 || 8mm || 44mm&lt;br /&gt;
|-&lt;br /&gt;
| Opteka 0.22X UHD II FishEye || 8mm (0.22X) || 35.75mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 90mm F2.8 Di2 Macro || 90mm || 34mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 35mm F1.4 A HSM || 35mm || 62mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 8mm || 73mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 12mm || 67mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || 16mm || 66.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 10mm || 62mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 14mm || 64mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || 20mm || 68mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 17-70mm F2.8-4.5 DC macro || 17mm || 58mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma 30mm F1.4 EX DC || 30mm || 26.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 50mm || 60mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 70mm || 30mm&lt;br /&gt;
|-&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || 100mm || -10mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 18mm || 15.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 24mm || 12.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Sony 18-55mm E-mount || 35mm || -23.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 11mm || 58.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 14mm || 59.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || 18mm || 62.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 17mm || 56.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 24mm || 48mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 35mm || 40.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || 50mm || 31.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Tamron 28-75mm F2.8 XR DI  || 28-75mm || 58.8mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 10-17mm f3.5 DX || 10mm || 58.2mm (~ consider also the gap between L1 and L2 for some cameras)&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 11-16mm f2.8 DX || 11mm || 65.6mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 11-16mm f2.8 DX || 16mm || 67.6mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 12mm || 60mm&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 18mm || 64mm ~&lt;br /&gt;
|-&lt;br /&gt;
| Tokina 12-24mm f4 DX || 24mm || 59mm&lt;br /&gt;
|-&lt;br /&gt;
| Carl Zeiss Jena Flektogon 20mm f/4  || 20mm || 17.5mm&lt;br /&gt;
|-&lt;br /&gt;
| Raynox DCR-CF185PRO || Conversion lens || 80mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon PowerShot A630 || 35mm (wide open) || 31mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon PowerShot A710 IS || 35mm (wide open) || 32mm&lt;br /&gt;
|-&lt;br /&gt;
| Canon G9 || 7.4mm (wide) || 33.7mm from tripod screw&lt;br /&gt;
|-&lt;br /&gt;
| Canon G9 || 44.4mm (tight) || -10mm from tripod screw&lt;br /&gt;
|-&lt;br /&gt;
| Zenitar 2,8/16 || 16mm || 36mm&lt;br /&gt;
|-&lt;br /&gt;
| Pentax smc DA 10-17mm F3.5-4.5 Fisheye zoom || 10mm || 57.8mm&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;Manufacturer / Lens&amp;gt; || &amp;lt;Focal Length&amp;gt; || &amp;lt;Entrance Pupil Length&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*To calculate the Entrance pupil distance add the Tripod Mount Length (L1) from the camera and the Entrance Pupil Length (L2) from the lens. So for example for a Canon 300d and a 10-22mm at 10mm, the total Entrance pupil distance from the tripod mount is 40mm + 66mm = 106mm&lt;br /&gt;
&lt;br /&gt;
*For these '''''Focal Length''''' values the actual focus is set to infinity (&amp;lt;math&amp;gt;\infty&amp;lt;/math&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Number of pics for 360° ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; rowspan=&amp;quot;3&amp;quot; | '''Focal Length &amp;lt;br&amp;gt; Lens Type'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''crop factor 1.5/1.6 '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''Full Frame'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|-&lt;br /&gt;
||8mm fisheye&lt;br /&gt;
||4||90°|| ||&lt;br /&gt;
||3||120°||3||120°&lt;br /&gt;
|-&lt;br /&gt;
||10.5mm fisheye&lt;br /&gt;
||6||60°|| ||&lt;br /&gt;
||3||120°|| ||&lt;br /&gt;
|-&lt;br /&gt;
||16mm fisheye&lt;br /&gt;
|| || || ||&lt;br /&gt;
||6||60°||4||90°&lt;br /&gt;
|-&lt;br /&gt;
||10mm rectilinear&lt;br /&gt;
||6||60°||4||90°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||14mm rectilinear&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||18mm rectilinear&lt;br /&gt;
||10||36°||8||45°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||24mm rectilinear&lt;br /&gt;
||12||30°||8||45°&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||28mm rectilinear&lt;br /&gt;
||15||24°||10||36°&lt;br /&gt;
||12-8||30°-40°||8-6||40°-60°&lt;br /&gt;
|-&lt;br /&gt;
||35mm rectilinear&lt;br /&gt;
||18||20°||12||30°&lt;br /&gt;
||18-12||20°-30°||12-8||30°-40°&lt;br /&gt;
|-&lt;br /&gt;
||50mm rectilinear&lt;br /&gt;
||24||15°||18||20°&lt;br /&gt;
||18||20°||12||30°&lt;br /&gt;
|-&lt;br /&gt;
||70mm rectilinear&lt;br /&gt;
||36||10°||24||15°&lt;br /&gt;
||24||15°||15||24°&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; rowspan=&amp;quot;3&amp;quot; | '''Focal Length'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''(Micro-) Four Thirds (crop factor 2.0)'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|-&lt;br /&gt;
||8mm fisheye&lt;br /&gt;
||4||90°||3||120°&lt;br /&gt;
|-&lt;br /&gt;
||7mm rectilinear&lt;br /&gt;
||5||72°||4||90°&lt;br /&gt;
|-&lt;br /&gt;
||9mm rectilinear&lt;br /&gt;
||6||60°||5||72°&lt;br /&gt;
|-&lt;br /&gt;
||11mm rectilinear&lt;br /&gt;
||7||51,5°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||12mm rectilinear&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||14mm rectilinear&lt;br /&gt;
||9||40°||7||51,5°&lt;br /&gt;
|-&lt;br /&gt;
||17mm rectilinear&lt;br /&gt;
||11||33°||8||45°&lt;br /&gt;
|-&lt;br /&gt;
||18mm rectilinear&lt;br /&gt;
||11||33°||9||40°&lt;br /&gt;
|-&lt;br /&gt;
||25mm rectilinear&lt;br /&gt;
||15||24°||12||30°&lt;br /&gt;
|-&lt;br /&gt;
||35mm rectilinear&lt;br /&gt;
||21||17°||16||22,5°&lt;br /&gt;
|-&lt;br /&gt;
||40mm rectilinear&lt;br /&gt;
||24||15°||18||20°&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
&lt;br /&gt;
* VRwave lens database - http://www.vrwave.com/panoramic-lens-database&lt;br /&gt;
* Camera and lens settings for Nodal Ninja tripod heads - http://www.nodalninja.com/support/camerasettings.html&lt;br /&gt;
* Panoramic Resolution by Ken Turkowski - http://www.worldserver.com/turk/quicktimevr/panores.html&lt;br /&gt;
* Panoramic Calculator by Frank van der Pol - http://www.frankvanderpol.nl/fov_pan_calc.htm&lt;br /&gt;
* Panoramic calculator by Sean T. McHugh (at the very bottom) http://www.cambridgeincolour.com/tutorials/image-projections.htm&lt;br /&gt;
* Olympus E-System specific data (german)&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E_System tripod mount and entrance pupil measurements&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E-300_/_E-500 entrance pupil measurements with different lenses&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E-1 entrance pupil measurements for E-1 with different lenses&lt;br /&gt;
* See http://www.hugha.co.uk/NodalPoint/Index.htm for detailed analyses of &lt;br /&gt;
** Sigma 10-20mm f4-5.6 EX DC HSM, &lt;br /&gt;
** Nikon 28mm f2.8 D AF, &lt;br /&gt;
** Nikon 18-200mm f3.5-5.6 G AF-S VR,&lt;br /&gt;
** Sigma 8mm f/3.5 EX DG,&lt;br /&gt;
** Nikon 10.5mm f2.8 G ED,&lt;br /&gt;
** Samyang 8mm f3.5 FISH-EYE CD.&lt;br /&gt;
* Joseph Wisniewski's 2003 bumper list of lens data : http://www.swissarmyfork.com/lens_table_1.htm and tripod pin offset data : http://www.swissarmyfork.com/mount_table_1.htm&lt;br /&gt;
* Pierre Toscani's ray-tracing calculations and entrance pupil animations: http://www.pierretoscani.com/echo_fisheyes_english.html of the&lt;br /&gt;
** Nikon 10.5mm f2.8 G ED&lt;br /&gt;
** Nikon 16mm f2.8 D&lt;br /&gt;
** Nikon 28mm f2.8 D&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
&lt;br /&gt;
{{Incomplete|Talk}}&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Entrance_Pupil_Database</id>
		<title>Entrance Pupil Database</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Entrance_Pupil_Database"/>
				<updated>2013-03-23T12:12:08Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Tripod Mount Measurements */  restored sortability&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wouldn't it be great if everyone entered their values for their [[No-parallax point| NPP / Nodal Point / Entrance Pupil]] for lens and camera combinations.&lt;br /&gt;
Some searching on the web will find a lot of people saying they want to start to create a database of some kind, but have not seen anything substantial so far (correct me if I am wrong). &lt;br /&gt;
&lt;br /&gt;
Please enter your own values if they are not listed.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
--[[User:Korffr|Richard Korff]] 11:12, 13 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To cater for all the different camera bodies and lenses, the tables have been split into 3 parts:&lt;br /&gt;
&lt;br /&gt;
*The '''[[#Tripod Mount Measurements|first table]]''' shows the position of the tripod mount in relation to the lens axis. This is easy to measure and is dependent only on the camera body.&lt;br /&gt;
*The '''[[#Entrance Pupil Measurements|second table]]''' shows the actual entrance pupil distance which is only dependent on the lens itself. Note that the [[No-parallax point|NPP]] for [[Special issues with fisheye lenses|fisheye]] lenses is not constant over the image circle's [[Field of View|FoV]], so you will sometimes find different NPP values depending on the angle where your images overlap.&lt;br /&gt;
*The '''[[#Number of pics for 360°|third table]]''' shows the number if pics neccessay for a full 360° coverage and the rotation angle between shots.&lt;br /&gt;
&lt;br /&gt;
Use as much as possible actual measurements rather than the reading on your [[panorama head]], unless your are sure these are the same.&lt;br /&gt;
&lt;br /&gt;
To enter a line for your combination, edit the page by clicking edit at the top of the screen (you may need to create an account or sign-in first), and edit the table below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tripod Mount Measurements ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!  '''Camera'''&lt;br /&gt;
!  '''Tripod mount off-center (C)'''&lt;br /&gt;
!  '''Tripod mount height (H)'''&lt;br /&gt;
!  '''Tripod mount length (L1)'''&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
!&amp;lt;div style=&amp;quot;width: 200px; height:150px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;Use the correct name of your camera. For digital camera's, please use the name as mentioned at [http://www.dpreview.com/reviews/specs.asp dpreview]. || [[Image:EPDB-off-center.jpg|Tripod mount off-center]]&amp;lt;hr&amp;gt;Looking at the bottom of the camera, the distance between the the middle of the tripod mount to the lens axis (0 if the tripod mount is over the centre of the lens) || [[Image:EPDB-height.jpg|Tripod mount height]]&amp;lt;hr&amp;gt;Facing the camera, the distance from the base of the camera to the center of the lens || [[Image:EPDB-length1.jpg|Tripod mount length]]&amp;lt;hr&amp;gt;Looking at the bottom of the camera, the distance between the middle of the tripod mount to the base of the lens base, or base for adaptor tube. For fixed lens camera's which do not allow use of adaptors this column is not applicable.&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 5D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |42  mm || align=&amp;quot;center&amp;quot; | 37,5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 5D MKII || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 43.5 mm, 90 mm w/grip || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 7D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 37.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 10D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 31.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 20D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40 mm || align=&amp;quot;center&amp;quot; | 36.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 40D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 60D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40.5 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 400D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-Canon EOS 400D with BG-E3 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 81 mm || align=&amp;quot;center&amp;quot; | 33 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 300D / Digital Rebel (EOS Digital Rebel) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |40 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 300D / Digital Rebel || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; |40 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 350D / Digital Rebel XT  || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37.5 mm || align=&amp;quot;center&amp;quot; | 38.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 450D / Digital Rebel XSi || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 35 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 500D / Digital Rebel X1i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 38.5 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 550D / Digital Rebel T2i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 39 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 600D / Digital Rebel T3i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 40 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 650D / Digital Rebel T4i || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 1000D / Digital Rebel XS || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 39 mm&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Canon EOS 1000D (waiting for Mauro78 measures) || align=&amp;quot;center&amp;quot; | x mm || align=&amp;quot;center&amp;quot; | x mm || align=&amp;quot;center&amp;quot; | x mm&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Canon G9 || align=&amp;quot;center&amp;quot; | 12 mm || align=&amp;quot;center&amp;quot; | 29 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot A630 || align=&amp;quot;center&amp;quot; | 15 mm || align=&amp;quot;center&amp;quot; | 28 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot A710 IS || align=&amp;quot;center&amp;quot; | 21 mm || align=&amp;quot;center&amp;quot; | 26.5 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Canon PowerShot S80 || align=&amp;quot;center&amp;quot; | 18 mm || align=&amp;quot;center&amp;quot; | 25 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Fujifilm FinePix S7000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 32.8 mm || align=&amp;quot;center&amp;quot; | 69mm + 37mm(Adapt.Tube)=106mm&lt;br /&gt;
|-&lt;br /&gt;
|Konica Minolta Maxxum 7D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41 mm || align=&amp;quot;center&amp;quot; | 36 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon C8800 || align=&amp;quot;center&amp;quot; | 19.1 mm || align=&amp;quot;center&amp;quot; | 67.9 mm || align=&amp;quot;center&amp;quot; | N/A&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D2H (+D2Hs/D2X/D2Xs?) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 79 mm || align=&amp;quot;center&amp;quot; | 29.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D40 (+D40x?) || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 42 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D60 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 42 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D70 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 52 mm || align=&amp;quot;center&amp;quot; | 36 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D80 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D90 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D100 with MB-D100 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 33.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D200 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 47 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D200 with MB-D200 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | ~33 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D300 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 47.2 mm || align=&amp;quot;center&amp;quot; | 42.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D300 with MB-D10 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 90.2 mm || align=&amp;quot;center&amp;quot; | 31.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D700 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 50 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D700 with MB-D10 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D800, D800E || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 50 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D800, D800E + MB-D12 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 93 mm || align=&amp;quot;center&amp;quot; | 44.5 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D3000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 35.6 mm || align=&amp;quot;center&amp;quot; | 42.4 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D7000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 43 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D7000 with MB-D11|| align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 85.8 mm || align=&amp;quot;center&amp;quot; | 25 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D3X || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 76.9 mm || align=&amp;quot;center&amp;quot; | 28.0 mm&lt;br /&gt;
|-&lt;br /&gt;
|Nikon D5000 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 42.8 mm || align=&amp;quot;center&amp;quot; | 40 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax *ist DS || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 43 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax K10D/K20D || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 41.6 mm || align=&amp;quot;center&amp;quot; | 37.2 mm&lt;br /&gt;
|-&lt;br /&gt;
|Pentax K-7/K-5 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 38.2 mm || align=&amp;quot;center&amp;quot; | 41.6 mm&lt;br /&gt;
|-&lt;br /&gt;
|Panasonic Lumix DMC-LX3 || align=&amp;quot;center&amp;quot; | 21.5 mm || align=&amp;quot;center&amp;quot; | 27.7 mm || align=&amp;quot;center&amp;quot; | 28.9 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony Alpha A100 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 37 mm || align=&amp;quot;center&amp;quot; | 35 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony SLT-A33/55 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 36 mm || align=&amp;quot;center&amp;quot; | 31 mm&lt;br /&gt;
|-&lt;br /&gt;
|Sony NEX-7 || align=&amp;quot;center&amp;quot; | 0 mm || align=&amp;quot;center&amp;quot; | 32 mm || align=&amp;quot;center&amp;quot; | 20.5 mm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entrance Pupil Measurements ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; width=&amp;quot;25%&amp;quot; | '''Lens'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; width=&amp;quot;25%&amp;quot; | '''Focal Length'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; width=&amp;quot;50%&amp;quot; | '''Entrance Pupil Length (L2)'''&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;Enter the exact lens name, or if you are using a camera with a fixed lens the name of your camera as mentioned at [http://www.dpreview.com/products/cameras DPreview].||&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;&amp;amp;nbsp;||[[Image:EPDB-length2.jpg|Entrance Pupil Length]]&amp;lt;hr&amp;gt;Facing the side of the lens, the distance from the base of the lens to the Entrance Pupil. A negative value means the entrance pupil is before the lens base, such is the case with many telephoto lenses.&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF-S 10-22mm || align=&amp;quot;center&amp;quot; | 10mm || align=&amp;quot;center&amp;quot; | 66mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 15mm || align=&amp;quot;center&amp;quot; | 15mm || align=&amp;quot;center&amp;quot; | 45mm at F11 focus at 1m&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 16-35 mm || align=&amp;quot;center&amp;quot; | 16mm || align=&amp;quot;center&amp;quot; | 79mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 17-40mm || align=&amp;quot;center&amp;quot; | 17mm || align=&amp;quot;center&amp;quot; | 71mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 17-40mm || align=&amp;quot;center&amp;quot; | 28mm || align=&amp;quot;center&amp;quot; | 69mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 17-40mm || align=&amp;quot;center&amp;quot; | 40mm || align=&amp;quot;center&amp;quot; | 72mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 17-55mm f/2.8 || align=&amp;quot;center&amp;quot; | 17mm || align=&amp;quot;center&amp;quot; | 75.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 17-55mm f/2.8 || align=&amp;quot;center&amp;quot; | 20mm || align=&amp;quot;center&amp;quot; | 71mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 17-55mm f/2.8 || align=&amp;quot;center&amp;quot; | 28mm || align=&amp;quot;center&amp;quot; | 59.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 17-55mm f/2.8 || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 52mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 18-55mm (which version?) || align=&amp;quot;center&amp;quot; | 18mm || align=&amp;quot;center&amp;quot; | 47mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 18-55mm || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 23mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 18-55mm || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 45mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 18-55mm || align=&amp;quot;center&amp;quot; | 55mm || align=&amp;quot;center&amp;quot; | 55mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 24mm f/2.8 || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 28.5mm at F11 focus at 2m&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 24mm TSE f/3.5L II || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 86mm at F11, focus infinity at F11 mark&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 35mm f/2 || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 12.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 35mm f/2 || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 23mm at F11 and infinity at the red dot&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 50mm f/1.4 || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 17.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 50mm f/1.8 II || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 23mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 50mm f/2.5 macro || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 21.5mm at F11, focus infinity at red dot mark&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon 50mm f/2.5 macro || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 30mm at F11, focus at aprox 0.56m, 0.5m at left f16 mark.&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 85mm f/1.8 || align=&amp;quot;center&amp;quot; | 85mm || align=&amp;quot;center&amp;quot; | 39mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || align=&amp;quot;center&amp;quot; | 70mm || align=&amp;quot;center&amp;quot; | 92mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || align=&amp;quot;center&amp;quot; | 100mm || align=&amp;quot;center&amp;quot; | 67mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || align=&amp;quot;center&amp;quot; | 135mm || align=&amp;quot;center&amp;quot; | 53mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 70-200 f/4.0 L USM || align=&amp;quot;center&amp;quot; | 200mm || align=&amp;quot;center&amp;quot; | ??&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon EF 70-200 f/2.8 L IS USM || align=&amp;quot;center&amp;quot; | 200mm || align=&amp;quot;center&amp;quot; | 26mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Konica Minolta 24 f/2.8 || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 21mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Samyang 8mm f3.5 CS Fish-eye (~60°)|| align=&amp;quot;center&amp;quot; | 8mm || align=&amp;quot;center&amp;quot; | 50mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Samyang 14mm f2.8 ED AS IF UMC|| align=&amp;quot;center&amp;quot; | 14mm || align=&amp;quot;center&amp;quot; | 55mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Samyang 35mm f1.4 AS UMC|| align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 58mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 70-300 (which version?) || align=&amp;quot;center&amp;quot; | 70mm || align=&amp;quot;center&amp;quot; | 83mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 70-300 || align=&amp;quot;center&amp;quot; | 85mm || align=&amp;quot;center&amp;quot; | 70mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 70-300 || align=&amp;quot;center&amp;quot; | 100mm || align=&amp;quot;center&amp;quot; | 45mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 70-300 || align=&amp;quot;center&amp;quot; | 135mm || align=&amp;quot;center&amp;quot; | -30mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 70-300 || align=&amp;quot;center&amp;quot; | 200mm || align=&amp;quot;center&amp;quot; | -30mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF DX 10.5mm || align=&amp;quot;center&amp;quot; | 10.5mm || align=&amp;quot;center&amp;quot; | 45.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF DX 10.5mm || align=&amp;quot;center&amp;quot; | 10.5mm || align=&amp;quot;center&amp;quot; | 46mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF DX 10.5mm Shaved (edge Null) || align=&amp;quot;center&amp;quot; | 10.5mm || align=&amp;quot;center&amp;quot; | 47.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX 12-24mm || align=&amp;quot;center&amp;quot; | 12mm || align=&amp;quot;center&amp;quot; | 71.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 14mm f2.8D ED || align=&amp;quot;center&amp;quot; | 14mm || align=&amp;quot;center&amp;quot; | 48mm (Varies by angle)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 16mm f2.8D Fisheye || align=&amp;quot;center&amp;quot; | 16mm || align=&amp;quot;center&amp;quot; | Suggest ~48mm. Varies by 15mm: &lt;br /&gt;
41.3mm (at 0deg),  48mm (85deg)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 18mm f2.8D || align=&amp;quot;center&amp;quot; | 18mm || align=&amp;quot;center&amp;quot; | 34mm &lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 20mm f2.8D || align=&amp;quot;center&amp;quot; | 20mm || align=&amp;quot;center&amp;quot; | 22mm &lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 24mm f2.8D || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 25mm &lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 28mm f2.8D || align=&amp;quot;center&amp;quot; | 28mm || align=&amp;quot;center&amp;quot; | 22mm &lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX 18-55mm II|| align=&amp;quot;center&amp;quot; | 18mm || align=&amp;quot;center&amp;quot; | 70mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || align=&amp;quot;center&amp;quot; | 18mm || align=&amp;quot;center&amp;quot; | 51mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 44mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 33.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 24.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX 18-70mm || align=&amp;quot;center&amp;quot; | 70mm || align=&amp;quot;center&amp;quot; | -6.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 35mm f2.0D || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 19.3mm &lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX 35mm f1.8G || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 18mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S DX Micro 40mm f2.8G || align=&amp;quot;center&amp;quot; | 40mm || align=&amp;quot;center&amp;quot; | 33mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 50mm f1.4D || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 6mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 50mm f1.8D || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 19mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF-S 50mm f1.8G || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | ~7mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 60mm f2.8D Micro || align=&amp;quot;center&amp;quot; | 60mm || align=&amp;quot;center&amp;quot; | 15mm (infinity focus)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || align=&amp;quot;center&amp;quot; | 80mm || align=&amp;quot;center&amp;quot; | 81.2mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || align=&amp;quot;center&amp;quot; | 135mm || align=&amp;quot;center&amp;quot; | 6mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 80-200mm f2.8D ED || align=&amp;quot;center&amp;quot; | 200mm || align=&amp;quot;center&amp;quot; | -90mm &lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 85mm f1.8D || align=&amp;quot;center&amp;quot; | 85mm || align=&amp;quot;center&amp;quot; | 10mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikon 105mm f2.8D Micro || align=&amp;quot;center&amp;quot; | 105mm || align=&amp;quot;center&amp;quot; | 32mm (infinity focus)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikon 105mm f2.8G VR Micro-Nikkor || align=&amp;quot;center&amp;quot; | 105mm || align=&amp;quot;center&amp;quot; | ~30mm (infinity focus)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikon 105mm f2.8G VR Micro-Nikkor || align=&amp;quot;center&amp;quot; | 105mm || align=&amp;quot;center&amp;quot; | approx. -50mm (1:1)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 135mm f2D DC || align=&amp;quot;center&amp;quot; | 135mm || align=&amp;quot;center&amp;quot; | 42mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 180mm f2.8D ED || align=&amp;quot;center&amp;quot; | 180mm || align=&amp;quot;center&amp;quot; | (negative) -45mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikkor AF 200mm f4D ED Micro || align=&amp;quot;center&amp;quot; | 200mm || align=&amp;quot;center&amp;quot; | 96mm (infinity focus)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 10mm f/2.8 EX DC HSM Fisheye (60° stops) || align=&amp;quot;center&amp;quot; | 10mm || align=&amp;quot;center&amp;quot; |  50mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 8mm F4.0 EX || align=&amp;quot;center&amp;quot; | 8mm || align=&amp;quot;center&amp;quot; | 47.5mm / 49mm / 51mm - which one is it?&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 8mm F3.5 EX || align=&amp;quot;center&amp;quot; | 8mm || align=&amp;quot;center&amp;quot; | 49.5mm &lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Nikon C8800 at Wide inf. (is this at the widest setting ?) || align=&amp;quot;center&amp;quot; | 8.9mm ?? || align=&amp;quot;center&amp;quot; | 75mm center of tripod mtg screw to Ent Pupil&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Panasonic Lumix DMC-LX3 || align=&amp;quot;center&amp;quot; | 5.1mm || align=&amp;quot;center&amp;quot; | 28.5mm (but what constitutes the lens base?)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Peleng-N 8mm F3.5 || align=&amp;quot;center&amp;quot; | 8mm || align=&amp;quot;center&amp;quot; | 44mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Opteka 0.22X UHD II FishEye || align=&amp;quot;center&amp;quot; | 0.22X - 8mm || align=&amp;quot;center&amp;quot; | 35.75mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 90mm F2.8 Di2 Macro || align=&amp;quot;center&amp;quot; | 90mm || align=&amp;quot;center&amp;quot; | 34mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 35mm F1.4 A HSM || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 62mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || align=&amp;quot;center&amp;quot; | 8mm || align=&amp;quot;center&amp;quot; | 73mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || align=&amp;quot;center&amp;quot; | 12mm || align=&amp;quot;center&amp;quot; | 67mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 8-16mm F4.5-5.6 DC HSM || align=&amp;quot;center&amp;quot; | 16mm || align=&amp;quot;center&amp;quot; | 66.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || align=&amp;quot;center&amp;quot; | 10mm || align=&amp;quot;center&amp;quot; | 62mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || align=&amp;quot;center&amp;quot; | 14mm || align=&amp;quot;center&amp;quot; | 64mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 10-20mm F4-5.6 EX DC || align=&amp;quot;center&amp;quot; | 20mm || align=&amp;quot;center&amp;quot; | 68mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 17-70mm F2.8-4.5 DC macro || align=&amp;quot;center&amp;quot; | 17mm || align=&amp;quot;center&amp;quot; | 58mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma 30mm F1.4 EX DC || align=&amp;quot;center&amp;quot; | 30mm || align=&amp;quot;center&amp;quot; | 26.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 60mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || align=&amp;quot;center&amp;quot; | 70mm || align=&amp;quot;center&amp;quot; | 30mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sigma APO 50-150 2.8 II EX DC HSM || align=&amp;quot;center&amp;quot; | 100mm || align=&amp;quot;center&amp;quot; | -10mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sony 18-55mm E-mount || align=&amp;quot;center&amp;quot; | 18mm || align=&amp;quot;center&amp;quot; | 15.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sony 18-55mm E-mount || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 12.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Sony 18-55mm E-mount || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | -23.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || align=&amp;quot;center&amp;quot; | 11mm || align=&amp;quot;center&amp;quot; | 58.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || align=&amp;quot;center&amp;quot; | 14mm || align=&amp;quot;center&amp;quot; | 59.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 11-18mm F4.5-5.6  || align=&amp;quot;center&amp;quot; | 18mm || align=&amp;quot;center&amp;quot; | 62.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || align=&amp;quot;center&amp;quot; | 17mm || align=&amp;quot;center&amp;quot; | 56.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 48mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || align=&amp;quot;center&amp;quot; | 35mm || align=&amp;quot;center&amp;quot; | 40.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 17-50mm F2.8 XR DI II LD ASP  || align=&amp;quot;center&amp;quot; | 50mm || align=&amp;quot;center&amp;quot; | 31.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tamron 28-75mm F2.8 XR DI  || align=&amp;quot;center&amp;quot; | 28-75mm || align=&amp;quot;center&amp;quot; | 58.8mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tokina 10-17mm f3.5 DX || align=&amp;quot;center&amp;quot; | 10mm || align=&amp;quot;center&amp;quot; | ~58.2mm (consider also the gap between L1 and L2 for some cameras)&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tokina 11-16mm f2.8 DX || align=&amp;quot;center&amp;quot; | 11mm || align=&amp;quot;center&amp;quot; | 65.6mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tokina 11-16mm f2.8 DX || align=&amp;quot;center&amp;quot; | 16mm || align=&amp;quot;center&amp;quot; | 67.6mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tokina 12-24mm f4 DX || align=&amp;quot;center&amp;quot; | 12mm || align=&amp;quot;center&amp;quot; | 60mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tokina 12-24mm f4 DX || align=&amp;quot;center&amp;quot; | 18mm || align=&amp;quot;center&amp;quot; | ~64mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Tokina 12-24mm f4 DX || align=&amp;quot;center&amp;quot; | 24mm || align=&amp;quot;center&amp;quot; | 59mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Carl Zeiss Jena Flektogon 20mm f/4  || align=&amp;quot;center&amp;quot; | 20mm || align=&amp;quot;center&amp;quot; | 17.5mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Raynox DCR-CF185PRO || align=&amp;quot;center&amp;quot; | Conversion lens || align=&amp;quot;center&amp;quot; | 80mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon PowerShot A630 || align=&amp;quot;center&amp;quot; | 35mm (wide open) || align=&amp;quot;center&amp;quot; | 31mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon PowerShot A710 IS || align=&amp;quot;center&amp;quot; | 35mm (wide open) || align=&amp;quot;center&amp;quot; | 32mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon G9 || align=&amp;quot;center&amp;quot; | 7.4mm (wide) || align=&amp;quot;center&amp;quot; | 33.7mm from tripod screw&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Canon G9 || align=&amp;quot;center&amp;quot; | 44.4mm (tight) || align=&amp;quot;center&amp;quot; | -10mm from tripod screw&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Zenitar 2,8/16 || align=&amp;quot;center&amp;quot; | 16mm || align=&amp;quot;center&amp;quot; | 36mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| Pentax smc DA 10-17mm F3.5-4.5 Fisheye zoom || align=&amp;quot;center&amp;quot; | 10mm || align=&amp;quot;center&amp;quot; | 57.8mm&lt;br /&gt;
|-class=&amp;quot;sortbottom&amp;quot;&lt;br /&gt;
| &amp;lt;Manufacturer / Lens&amp;gt; || align=&amp;quot;center&amp;quot; | &amp;lt;Focal Length&amp;gt; || align=&amp;quot;center&amp;quot; | &amp;lt;Entrance Pupil Length&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*To calculate the Entrance pupil distance add the Tripod Mount Length (L1) from the camera and the Entrance Pupil Length (L2) from the lens. So for example for a Canon 300d and a 10-22mm at 10mm, the total Entrance pupil distance from the tripod mount is 40mm + 66mm = 106mm&lt;br /&gt;
&lt;br /&gt;
*For these '''''Focal Length''''' values the actual focus is set to infinity (&amp;lt;math&amp;gt;\infty&amp;lt;/math&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Number of pics for 360° ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; rowspan=&amp;quot;3&amp;quot; | '''Focal Length &amp;lt;br&amp;gt; Lens Type'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''crop factor 1.5/1.6 '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''Full Frame'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|-&lt;br /&gt;
||8mm fisheye&lt;br /&gt;
||4||90°|| ||&lt;br /&gt;
||3||120°||3||120°&lt;br /&gt;
|-&lt;br /&gt;
||10.5mm fisheye&lt;br /&gt;
||6||60°|| ||&lt;br /&gt;
||3||120°|| ||&lt;br /&gt;
|-&lt;br /&gt;
||16mm fisheye&lt;br /&gt;
|| || || ||&lt;br /&gt;
||6||60°||4||90°&lt;br /&gt;
|-&lt;br /&gt;
||10mm rectilinear&lt;br /&gt;
||6||60°||4||90°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||14mm rectilinear&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||18mm rectilinear&lt;br /&gt;
||10||36°||8||45°&lt;br /&gt;
|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
||24mm rectilinear&lt;br /&gt;
||12||30°||8||45°&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||28mm rectilinear&lt;br /&gt;
||15||24°||10||36°&lt;br /&gt;
||12-8||30°-40°||8-6||40°-60°&lt;br /&gt;
|-&lt;br /&gt;
||35mm rectilinear&lt;br /&gt;
||18||20°||12||30°&lt;br /&gt;
||18-12||20°-30°||12-8||30°-40°&lt;br /&gt;
|-&lt;br /&gt;
||50mm rectilinear&lt;br /&gt;
||24||15°||18||20°&lt;br /&gt;
||18||20°||12||30°&lt;br /&gt;
|-&lt;br /&gt;
||70mm rectilinear&lt;br /&gt;
||36||10°||24||15°&lt;br /&gt;
||24||15°||15||24°&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; rowspan=&amp;quot;3&amp;quot; | '''Focal Length'''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;4&amp;quot; | '''(Micro-) Four Thirds (crop factor 2.0)'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Portrait '''&lt;br /&gt;
! style=&amp;quot;background:#e0e0e0;&amp;quot; colspan=&amp;quot;2&amp;quot; | '''Landscape'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate ||style=&amp;quot;background:#e0e0e0;&amp;quot;| pics/360° ||style=&amp;quot;background:#e0e0e0;&amp;quot;| rotate &lt;br /&gt;
|-&lt;br /&gt;
||8mm fisheye&lt;br /&gt;
||4||90°||3||120°&lt;br /&gt;
|-&lt;br /&gt;
||7mm rectilinear&lt;br /&gt;
||5||72°||4||90°&lt;br /&gt;
|-&lt;br /&gt;
||9mm rectilinear&lt;br /&gt;
||6||60°||5||72°&lt;br /&gt;
|-&lt;br /&gt;
||11mm rectilinear&lt;br /&gt;
||7||51,5°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||12mm rectilinear&lt;br /&gt;
||8||45°||6||60°&lt;br /&gt;
|-&lt;br /&gt;
||14mm rectilinear&lt;br /&gt;
||9||40°||7||51,5°&lt;br /&gt;
|-&lt;br /&gt;
||17mm rectilinear&lt;br /&gt;
||11||33°||8||45°&lt;br /&gt;
|-&lt;br /&gt;
||18mm rectilinear&lt;br /&gt;
||11||33°||9||40°&lt;br /&gt;
|-&lt;br /&gt;
||25mm rectilinear&lt;br /&gt;
||15||24°||12||30°&lt;br /&gt;
|-&lt;br /&gt;
||35mm rectilinear&lt;br /&gt;
||21||17°||16||22,5°&lt;br /&gt;
|-&lt;br /&gt;
||40mm rectilinear&lt;br /&gt;
||24||15°||18||20°&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
&lt;br /&gt;
* VRwave lens database - http://www.vrwave.com/panoramic-lens-database&lt;br /&gt;
* Camera and lens settings for Nodal Ninja tripod heads - http://www.nodalninja.com/support/camerasettings.html&lt;br /&gt;
* Panoramic Resolution by Ken Turkowski - http://www.worldserver.com/turk/quicktimevr/panores.html&lt;br /&gt;
* Panoramic Calculator by Frank van der Pol - http://www.frankvanderpol.nl/fov_pan_calc.htm&lt;br /&gt;
* Panoramic calculator by Sean T. McHugh (at the very bottom) http://www.cambridgeincolour.com/tutorials/image-projections.htm&lt;br /&gt;
* Olympus E-System specific data (german)&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E_System tripod mount and entrance pupil measurements&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E-300_/_E-500 entrance pupil measurements with different lenses&lt;br /&gt;
** http://olypedia.de/Nodalpunkte_E-1 entrance pupil measurements for E-1 with different lenses&lt;br /&gt;
* See http://www.hugha.co.uk/NodalPoint/Index.htm for detailed analyses of &lt;br /&gt;
** Sigma 10-20mm f4-5.6 EX DC HSM, &lt;br /&gt;
** Nikon 28mm f2.8 D AF, &lt;br /&gt;
** Nikon 18-200mm f3.5-5.6 G AF-S VR,&lt;br /&gt;
** Sigma 8mm f/3.5 EX DG,&lt;br /&gt;
** Nikon 10.5mm f2.8 G ED,&lt;br /&gt;
** Samyang 8mm f3.5 FISH-EYE CD.&lt;br /&gt;
* Joseph Wisniewski's 2003 bumper list of lens data : http://www.swissarmyfork.com/lens_table_1.htm and tripod pin offset data : http://www.swissarmyfork.com/mount_table_1.htm&lt;br /&gt;
* Pierre Toscani's ray-tracing calculations and entrance pupil animations: http://www.pierretoscani.com/echo_fisheyes_english.html of the&lt;br /&gt;
** Nikon 10.5mm f2.8 G ED&lt;br /&gt;
** Nikon 16mm f2.8 D&lt;br /&gt;
** Nikon 28mm f2.8 D&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
&lt;br /&gt;
{{Incomplete|Talk}}&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Template:Enhance</id>
		<title>Template:Enhance</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Template:Enhance"/>
				<updated>2013-03-17T17:12:59Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot; id=&amp;quot;stub&amp;quot;&amp;gt;&lt;br /&gt;
{|cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background-color:inherit&amp;quot;&lt;br /&gt;
|''This article is {{{1}}}.  You can help Panotools Wiki by [{{SERVER}}/index.php?title={{FULLPAGENAMEE}}&amp;amp;action=edit expanding it].''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;&lt;br /&gt;
{{#switch:{{{3}}}&lt;br /&gt;
|Talk=See the related [[{{TALKPAGENAMEE}}#Enhance|Talk page]] for hints.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Once the article is ok feel free to remove the &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;{{{2}}}&amp;lt;nowiki&amp;gt;|Talk}}&amp;lt;/nowiki&amp;gt; template&amp;lt;/small&amp;gt;&lt;br /&gt;
|&amp;lt;small&amp;gt;Once the article is ok feel free to remove the &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;{{{2}}}&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt; template&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Enhance:{{{1}}}]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Template:Enhance</id>
		<title>Template:Enhance</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Template:Enhance"/>
				<updated>2013-03-17T17:10:56Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot; id=&amp;quot;stub&amp;quot;&amp;gt;&lt;br /&gt;
{|cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background-color:inherit&amp;quot;&lt;br /&gt;
|''This article is {{{1}}}.  You can help Panotools Wiki by [{{SERVER}}/wiki/index.php?title={{FULLPAGENAMEE}}&amp;amp;action=edit expanding it].''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;&lt;br /&gt;
{{#switch:{{{3}}}&lt;br /&gt;
|Talk=See the related [[{{TALKPAGENAMEE}}#Enhance|Talk page]] for hints.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Once the article is ok feel free to remove the &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;{{{2}}}&amp;lt;nowiki&amp;gt;|Talk}}&amp;lt;/nowiki&amp;gt; template&amp;lt;/small&amp;gt;&lt;br /&gt;
|&amp;lt;small&amp;gt;Once the article is ok feel free to remove the &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;{{{2}}}&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt; template&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Enhance:{{{1}}}]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Talk:Entrance_Pupil_Database</id>
		<title>Talk:Entrance Pupil Database</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Talk:Entrance_Pupil_Database"/>
				<updated>2013-03-17T16:26:55Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: removed some paragraphs that where fixed long time ago&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Number of picture for 360 / Degrees between picture ==&lt;br /&gt;
&lt;br /&gt;
Peter,&lt;br /&gt;
&lt;br /&gt;
Thanks for adding your measurements.&lt;br /&gt;
&lt;br /&gt;
I have a question. I thought the degrees between the pictures would only be applicable to Fisheye lenses ? Does that also apply to normal lenses ? Or is the difference only noticable in Fisheye lenses, and too small have an impact on normal lenses.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
&lt;br /&gt;
-- [[User:Korffr|Korffr]] 10:40, 22 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
Hi Richard,&lt;br /&gt;
&lt;br /&gt;
Sorry, I don't know if there is a difference between fisheye and normal lenses. For me it is more an information about the number of pictures needed for 360 degrees with enough overlap. These values are for portrait orientation. Probably we should make a third table with additional things like this then put all the informations in one table, isn't it?&lt;br /&gt;
&lt;br /&gt;
--[[User:Pitdavos|Pitdavos]] 11:31, 22 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Tripod Mount Length L1 ==&lt;br /&gt;
The text for this measurment includes &amp;quot;For fixed lens camera's this column is not applicable.&amp;quot; Is this really true ?  A lot of &amp;quot;Fixed&amp;quot; lens cameras do allow the addition of an adaptor tube which then permits the additional lenses to be added - whilst this implies that such cameras are not &amp;quot;Fixed lens&amp;quot; the way it reads now I suspect puts people off inserting a measurment for cameras which include a Fixed lens.&lt;br /&gt;
&lt;br /&gt;
Unless there is another reason I would propose to change the text to read;&lt;br /&gt;
&amp;quot;Looking at the bottom of the camera, the distance between the middle of the tripod mount to the base of the lens base, or base for adaptor tube. For fixed lens camera's which do not allow use of adaptors this column is not applicable.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Thoughts ?&lt;br /&gt;
&lt;br /&gt;
Geoff&lt;br /&gt;
&lt;br /&gt;
OK well no comments after several weeks so, changes made and the Fuji S7000 is listed with the length of its adaptor tube as well as an example&lt;br /&gt;
&lt;br /&gt;
Geoff&lt;br /&gt;
&lt;br /&gt;
== Tripod mount to NPP : L, L1 and L2. ==&lt;br /&gt;
&lt;br /&gt;
Problem : The list includes a number of &amp;quot;third-party&amp;quot; SLR lenses (Sigma, Tamron, Tokina, Zeiss, etc) which are available with different lens mounts (Nikon F, Canon EF, etc). Each distinct mount system usually has a different flange-back-distance (see http://en.wikipedia.org/wiki/Lens_mount#List_of_lens_mounts), ... which means that the L2 distance for ''nikon-fit'' Sigma 8mm f/4 will be different from the canon-fit version. Where the mount system is not known, this ambiguity renders the current L2 data less than useful. &lt;br /&gt;
&lt;br /&gt;
Proposed solution A : Following the example of http://olypedia.de/Nodalpunkte_E_System let L2 be measured from &amp;quot;NPP to image plane&amp;quot; (ie the sensor or film plane) because - to the best of my knowledge - this will be ''consistent for a given lens regardless of the lens mount system''. Also let L1 be from &amp;quot;tripod screw to image plane&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Task 1 : Updating L2 data for all the 'known mount' lenses is a simple job : for Canon-EF lenses add 44mm, for the Nikon-Fs add 46.5mm, for Minolta-AF add 44.5mm, etc. For the 'unknown mount' lenses, as I say, the current data is unusable, so no useful data is lost by switching over the image plane measurement system. Perhaps the 'ambiguous' data could be preserved - in the hope of future clarification - in a separate table, possibly here on the discussion page ?&lt;br /&gt;
&lt;br /&gt;
:Task 2 : Updating L1 is simply a matter of subtracting the appropriate FBD from the current L1 value (eg: Nikon D90 = 40mm - 46.5mm = -6.5mm). The instructions for how to measure L1 could be updated to something like &amp;quot;measure from tripod to mount flange and then subtract the appropriate FBD ...&amp;quot; ?&lt;br /&gt;
&lt;br /&gt;
: Task 3 : Data for H and C are unaffected by this change. (That's an easy one!)&lt;br /&gt;
&lt;br /&gt;
: Task 4: Many cameras with fixed-on lenses will also have an exterior image plane marker (circle with a line through it), but IMO it would be easier to have a separate table for fixed-lens cameras which might as well indicate NPP to tripod socket (L) directly.&lt;br /&gt;
&lt;br /&gt;
Comments most welcome! --[[User:Beeswax|Beeswax]] 02:17, 29 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Focal Length / # of pics for 360° / Degree between pics ==&lt;br /&gt;
&lt;br /&gt;
The number of pictures for 360° and the angle between two pictures doesn't depend only on focal length... It also depends on the size of the sensor. For instance the angle is roughly the same for 28mm on an EOS 5D (24x36 sensor) and 17mm on an EOS 350D (APS sensor).&lt;br /&gt;
&lt;br /&gt;
I suggest to put this information to a separate table. [[User:JX|JX]] 16:46, 10 April 2008 (CEST)&lt;br /&gt;
:Good idea. (When setting up this table there where almost no full frame sensors available. Could you contribute values?&amp;lt;small&amp;gt;--[[User:Erik Krause|Erik Krause]] 18:19, 11 April 2008 (CEST)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: I will.. when I get time, probably in May. [[User:JX|JX]] 18:13, 14 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
::: Perhaps this &amp;quot;Number of pics for 360°&amp;quot; info deserves its own page/article rather than being appended to the already lengthy  &amp;quot;Entrance Pupil Database&amp;quot; ? --[[User:Beeswax|Beeswax]] 02:23, 29 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Enhance==&lt;br /&gt;
The Entrance pupil database needs constant enhancement. Please enter the NPP-settings you found for your camera.&lt;br /&gt;
&lt;br /&gt;
== Canon 5d Mark III ==&lt;br /&gt;
&lt;br /&gt;
Does anyone have tested if Mark II and Mark III are the same? - [[User:Skal|Skal]] 13:37, 9 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
My suggestion would be to, to split the tables or to mark them with a color according to the manufacturer [[User:Dezen|Dezen]] 19:48, 10 December 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Panasonic Lumix LX3 Lens Base ==&lt;br /&gt;
&lt;br /&gt;
Just wondering if anyone who's familiar with the LX3 could clarify where the lens base is - is it where the lens section protrudes from the main body of the camera, or is it after the ring that contains the aspect and focus controls (i.e., where the 46mm accessory thread is)?  Any help would be greatly appreciated. --[[User:Martan74|Martan74]] 17:09, 2 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sigma 8mm F4.0 EX ==&lt;br /&gt;
&lt;br /&gt;
I just did some measurements and found an Entrance Pupil Length of 47mm for this lens. Since there are three other measurements I don't know what to put on the page. &lt;br /&gt;
&lt;br /&gt;
--[[User:Osiris|Osiris]] 11:30, 30 September 2010 (UTC)&lt;br /&gt;
:Could well be all of them are right. Fisheyes don't have a single NPP: See [http://michel.thoby.free.fr/Blur_Panorama/Nikkor10-5mm_or_Sigma8mm/Sigma_or_Nikkor/NPP_Sigma_New.jpg this Graph] &amp;lt;small&amp;gt;--[[User:Erik Krause|Erik Krause]] 18:54, 30 September 2010 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Thanks for the information and the Graph - this explains a lot. I think it would be good to mention this on the page? Would it be possible/allowed to link to this graph? &amp;lt;small&amp;gt;--[[User:Osiris|Osiris]] 13:06, 4 October 2010 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entrance pupil shift ==&lt;br /&gt;
&lt;br /&gt;
A number of lenses show strong entrance pupil shift (See the animations by Pierre Toscani!!) by angle from center.&lt;br /&gt;
The Nikon 10.5 and 16mm fisheye's entrance pupil shifts by around 15mm, the ideal LPP point for panoramas is therefore a bit of a compromise, depending on the amount of image overlap and I don't know what else.&lt;br /&gt;
The Nikon 14mm f2.8D  and other wide angles do this too&lt;br /&gt;
&lt;br /&gt;
I observe a number of entries for the same lens, (Nikon 10.5mm) probably as a result of this. &lt;br /&gt;
&lt;br /&gt;
For micro lenses and zooms the present solution of multiple entries works fine, I think.&lt;br /&gt;
&lt;br /&gt;
Any comments on how to enter this in the table in the most useful way for most people, but still have the details for the more technically oriented?&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Talk:Entrance_Pupil_Database</id>
		<title>Talk:Entrance Pupil Database</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Talk:Entrance_Pupil_Database"/>
				<updated>2013-03-17T16:25:18Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Canon 5d Mark II */ Removed, values are there&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am confused by the terms &amp;quot;horizontal&amp;quot; and &amp;quot;off-axial&amp;quot; adjustment.&lt;br /&gt;
&lt;br /&gt;
It seems like they should be &amp;quot;horizontal&amp;quot; and &amp;quot;vertical&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
And these depend on camera orientation.  The distance between camera base and lens axis is &amp;quot;horizontal&amp;quot; only if the camera is in portrait orientation.  In landscape, that same distance is &amp;quot;vertical&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Pictures should make this clear.&lt;br /&gt;
&lt;br /&gt;
Perhaps it would be even more clear to refer to these offsets as &amp;quot;basal&amp;quot; and &amp;quot;lateral&amp;quot;, or some such.&lt;br /&gt;
&lt;br /&gt;
Is there a standard nomenclature for these things?  Where is it defined?&lt;br /&gt;
&lt;br /&gt;
--Rik&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
Rik,&lt;br /&gt;
&lt;br /&gt;
I agree with you. Initially I had x, y and z but that would probably be just as arbitrary.&lt;br /&gt;
I have not had the time to take pictures of the setup to show what I mean.&lt;br /&gt;
The descriptions I had in mind are based on a portrait setup.&lt;br /&gt;
&lt;br /&gt;
I am not sure if there are standard definition for it. I was not able to find it.&lt;br /&gt;
Any help or suggestions would be helpfull.&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
------&lt;br /&gt;
&lt;br /&gt;
== Number of picture for 360 / Degrees between picture ==&lt;br /&gt;
&lt;br /&gt;
Peter,&lt;br /&gt;
&lt;br /&gt;
Thanks for adding your measurements.&lt;br /&gt;
&lt;br /&gt;
I have a question. I thought the degrees between the pictures would only be applicable to Fisheye lenses ? Does that also apply to normal lenses ? Or is the difference only noticable in Fisheye lenses, and too small have an impact on normal lenses.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
&lt;br /&gt;
-- [[User:Korffr|Korffr]] 10:40, 22 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
Hi Richard,&lt;br /&gt;
&lt;br /&gt;
Sorry, I don't know if there is a difference between fisheye and normal lenses. For me it is more an information about the number of pictures needed for 360 degrees with enough overlap. These values are for portrait orientation. Probably we should make a third table with additional things like this then put all the informations in one table, isn't it?&lt;br /&gt;
&lt;br /&gt;
--[[User:Pitdavos|Pitdavos]] 11:31, 22 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Tripod Mount Length L1 ==&lt;br /&gt;
The text for this measurment includes &amp;quot;For fixed lens camera's this column is not applicable.&amp;quot; Is this really true ?  A lot of &amp;quot;Fixed&amp;quot; lens cameras do allow the addition of an adaptor tube which then permits the additional lenses to be added - whilst this implies that such cameras are not &amp;quot;Fixed lens&amp;quot; the way it reads now I suspect puts people off inserting a measurment for cameras which include a Fixed lens.&lt;br /&gt;
&lt;br /&gt;
Unless there is another reason I would propose to change the text to read;&lt;br /&gt;
&amp;quot;Looking at the bottom of the camera, the distance between the middle of the tripod mount to the base of the lens base, or base for adaptor tube. For fixed lens camera's which do not allow use of adaptors this column is not applicable.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Thoughts ?&lt;br /&gt;
&lt;br /&gt;
Geoff&lt;br /&gt;
&lt;br /&gt;
OK well no comments after several weeks so, changes made and the Fuji S7000 is listed with the length of its adaptor tube as well as an example&lt;br /&gt;
&lt;br /&gt;
Geoff&lt;br /&gt;
&lt;br /&gt;
== Tripod mount to NPP : L, L1 and L2. ==&lt;br /&gt;
&lt;br /&gt;
Problem : The list includes a number of &amp;quot;third-party&amp;quot; SLR lenses (Sigma, Tamron, Tokina, Zeiss, etc) which are available with different lens mounts (Nikon F, Canon EF, etc). Each distinct mount system usually has a different flange-back-distance (see http://en.wikipedia.org/wiki/Lens_mount#List_of_lens_mounts), ... which means that the L2 distance for ''nikon-fit'' Sigma 8mm f/4 will be different from the canon-fit version. Where the mount system is not known, this ambiguity renders the current L2 data less than useful. &lt;br /&gt;
&lt;br /&gt;
Proposed solution A : Following the example of http://olypedia.de/Nodalpunkte_E_System let L2 be measured from &amp;quot;NPP to image plane&amp;quot; (ie the sensor or film plane) because - to the best of my knowledge - this will be ''consistent for a given lens regardless of the lens mount system''. Also let L1 be from &amp;quot;tripod screw to image plane&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Task 1 : Updating L2 data for all the 'known mount' lenses is a simple job : for Canon-EF lenses add 44mm, for the Nikon-Fs add 46.5mm, for Minolta-AF add 44.5mm, etc. For the 'unknown mount' lenses, as I say, the current data is unusable, so no useful data is lost by switching over the image plane measurement system. Perhaps the 'ambiguous' data could be preserved - in the hope of future clarification - in a separate table, possibly here on the discussion page ?&lt;br /&gt;
&lt;br /&gt;
:Task 2 : Updating L1 is simply a matter of subtracting the appropriate FBD from the current L1 value (eg: Nikon D90 = 40mm - 46.5mm = -6.5mm). The instructions for how to measure L1 could be updated to something like &amp;quot;measure from tripod to mount flange and then subtract the appropriate FBD ...&amp;quot; ?&lt;br /&gt;
&lt;br /&gt;
: Task 3 : Data for H and C are unaffected by this change. (That's an easy one!)&lt;br /&gt;
&lt;br /&gt;
: Task 4: Many cameras with fixed-on lenses will also have an exterior image plane marker (circle with a line through it), but IMO it would be easier to have a separate table for fixed-lens cameras which might as well indicate NPP to tripod socket (L) directly.&lt;br /&gt;
&lt;br /&gt;
Comments most welcome! --[[User:Beeswax|Beeswax]] 02:17, 29 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Focal Length / # of pics for 360° / Degree between pics ==&lt;br /&gt;
&lt;br /&gt;
The number of pictures for 360° and the angle between two pictures doesn't depend only on focal length... It also depends on the size of the sensor. For instance the angle is roughly the same for 28mm on an EOS 5D (24x36 sensor) and 17mm on an EOS 350D (APS sensor).&lt;br /&gt;
&lt;br /&gt;
I suggest to put this information to a separate table. [[User:JX|JX]] 16:46, 10 April 2008 (CEST)&lt;br /&gt;
:Good idea. (When setting up this table there where almost no full frame sensors available. Could you contribute values?&amp;lt;small&amp;gt;--[[User:Erik Krause|Erik Krause]] 18:19, 11 April 2008 (CEST)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: I will.. when I get time, probably in May. [[User:JX|JX]] 18:13, 14 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
::: Perhaps this &amp;quot;Number of pics for 360°&amp;quot; info deserves its own page/article rather than being appended to the already lengthy  &amp;quot;Entrance Pupil Database&amp;quot; ? --[[User:Beeswax|Beeswax]] 02:23, 29 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Enhance==&lt;br /&gt;
The Entrance pupil database needs constant enhancement. Please enter the NPP-settings you found for your camera.&lt;br /&gt;
&lt;br /&gt;
== Canon 5d Mark III ==&lt;br /&gt;
&lt;br /&gt;
Does anyone have tested if Mark II and Mark III are the same? - [[User:Skal|Skal]] 13:37, 9 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
My suggestion would be to, to split the tables or to mark them with a color according to the manufacturer [[User:Dezen|Dezen]] 19:48, 10 December 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Panasonic Lumix LX3 Lens Base ==&lt;br /&gt;
&lt;br /&gt;
Just wondering if anyone who's familiar with the LX3 could clarify where the lens base is - is it where the lens section protrudes from the main body of the camera, or is it after the ring that contains the aspect and focus controls (i.e., where the 46mm accessory thread is)?  Any help would be greatly appreciated. --[[User:Martan74|Martan74]] 17:09, 2 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sigma 8mm F4.0 EX ==&lt;br /&gt;
&lt;br /&gt;
I just did some measurements and found an Entrance Pupil Length of 47mm for this lens. Since there are three other measurements I don't know what to put on the page. &lt;br /&gt;
&lt;br /&gt;
--[[User:Osiris|Osiris]] 11:30, 30 September 2010 (UTC)&lt;br /&gt;
:Could well be all of them are right. Fisheyes don't have a single NPP: See [http://michel.thoby.free.fr/Blur_Panorama/Nikkor10-5mm_or_Sigma8mm/Sigma_or_Nikkor/NPP_Sigma_New.jpg this Graph] &amp;lt;small&amp;gt;--[[User:Erik Krause|Erik Krause]] 18:54, 30 September 2010 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Thanks for the information and the Graph - this explains a lot. I think it would be good to mention this on the page? Would it be possible/allowed to link to this graph? &amp;lt;small&amp;gt;--[[User:Osiris|Osiris]] 13:06, 4 October 2010 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entrance pupil shift ==&lt;br /&gt;
&lt;br /&gt;
A number of lenses show strong entrance pupil shift (See the animations by Pierre Toscani!!) by angle from center.&lt;br /&gt;
The Nikon 10.5 and 16mm fisheye's entrance pupil shifts by around 15mm, the ideal LPP point for panoramas is therefore a bit of a compromise, depending on the amount of image overlap and I don't know what else.&lt;br /&gt;
The Nikon 14mm f2.8D  and other wide angles do this too&lt;br /&gt;
&lt;br /&gt;
I observe a number of entries for the same lens, (Nikon 10.5mm) probably as a result of this. &lt;br /&gt;
&lt;br /&gt;
For micro lenses and zooms the present solution of multiple entries works fine, I think.&lt;br /&gt;
&lt;br /&gt;
Any comments on how to enter this in the table in the most useful way for most people, but still have the details for the more technically oriented?&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Talk:Entrance_Pupil_Database</id>
		<title>Talk:Entrance Pupil Database</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Talk:Entrance_Pupil_Database"/>
				<updated>2013-03-17T16:24:09Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Canon 550D */ removed, Values are there&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am confused by the terms &amp;quot;horizontal&amp;quot; and &amp;quot;off-axial&amp;quot; adjustment.&lt;br /&gt;
&lt;br /&gt;
It seems like they should be &amp;quot;horizontal&amp;quot; and &amp;quot;vertical&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
And these depend on camera orientation.  The distance between camera base and lens axis is &amp;quot;horizontal&amp;quot; only if the camera is in portrait orientation.  In landscape, that same distance is &amp;quot;vertical&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Pictures should make this clear.&lt;br /&gt;
&lt;br /&gt;
Perhaps it would be even more clear to refer to these offsets as &amp;quot;basal&amp;quot; and &amp;quot;lateral&amp;quot;, or some such.&lt;br /&gt;
&lt;br /&gt;
Is there a standard nomenclature for these things?  Where is it defined?&lt;br /&gt;
&lt;br /&gt;
--Rik&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
Rik,&lt;br /&gt;
&lt;br /&gt;
I agree with you. Initially I had x, y and z but that would probably be just as arbitrary.&lt;br /&gt;
I have not had the time to take pictures of the setup to show what I mean.&lt;br /&gt;
The descriptions I had in mind are based on a portrait setup.&lt;br /&gt;
&lt;br /&gt;
I am not sure if there are standard definition for it. I was not able to find it.&lt;br /&gt;
Any help or suggestions would be helpfull.&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
------&lt;br /&gt;
&lt;br /&gt;
== Number of picture for 360 / Degrees between picture ==&lt;br /&gt;
&lt;br /&gt;
Peter,&lt;br /&gt;
&lt;br /&gt;
Thanks for adding your measurements.&lt;br /&gt;
&lt;br /&gt;
I have a question. I thought the degrees between the pictures would only be applicable to Fisheye lenses ? Does that also apply to normal lenses ? Or is the difference only noticable in Fisheye lenses, and too small have an impact on normal lenses.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
&lt;br /&gt;
-- [[User:Korffr|Korffr]] 10:40, 22 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
Hi Richard,&lt;br /&gt;
&lt;br /&gt;
Sorry, I don't know if there is a difference between fisheye and normal lenses. For me it is more an information about the number of pictures needed for 360 degrees with enough overlap. These values are for portrait orientation. Probably we should make a third table with additional things like this then put all the informations in one table, isn't it?&lt;br /&gt;
&lt;br /&gt;
--[[User:Pitdavos|Pitdavos]] 11:31, 22 May 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Tripod Mount Length L1 ==&lt;br /&gt;
The text for this measurment includes &amp;quot;For fixed lens camera's this column is not applicable.&amp;quot; Is this really true ?  A lot of &amp;quot;Fixed&amp;quot; lens cameras do allow the addition of an adaptor tube which then permits the additional lenses to be added - whilst this implies that such cameras are not &amp;quot;Fixed lens&amp;quot; the way it reads now I suspect puts people off inserting a measurment for cameras which include a Fixed lens.&lt;br /&gt;
&lt;br /&gt;
Unless there is another reason I would propose to change the text to read;&lt;br /&gt;
&amp;quot;Looking at the bottom of the camera, the distance between the middle of the tripod mount to the base of the lens base, or base for adaptor tube. For fixed lens camera's which do not allow use of adaptors this column is not applicable.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Thoughts ?&lt;br /&gt;
&lt;br /&gt;
Geoff&lt;br /&gt;
&lt;br /&gt;
OK well no comments after several weeks so, changes made and the Fuji S7000 is listed with the length of its adaptor tube as well as an example&lt;br /&gt;
&lt;br /&gt;
Geoff&lt;br /&gt;
&lt;br /&gt;
== Tripod mount to NPP : L, L1 and L2. ==&lt;br /&gt;
&lt;br /&gt;
Problem : The list includes a number of &amp;quot;third-party&amp;quot; SLR lenses (Sigma, Tamron, Tokina, Zeiss, etc) which are available with different lens mounts (Nikon F, Canon EF, etc). Each distinct mount system usually has a different flange-back-distance (see http://en.wikipedia.org/wiki/Lens_mount#List_of_lens_mounts), ... which means that the L2 distance for ''nikon-fit'' Sigma 8mm f/4 will be different from the canon-fit version. Where the mount system is not known, this ambiguity renders the current L2 data less than useful. &lt;br /&gt;
&lt;br /&gt;
Proposed solution A : Following the example of http://olypedia.de/Nodalpunkte_E_System let L2 be measured from &amp;quot;NPP to image plane&amp;quot; (ie the sensor or film plane) because - to the best of my knowledge - this will be ''consistent for a given lens regardless of the lens mount system''. Also let L1 be from &amp;quot;tripod screw to image plane&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Task 1 : Updating L2 data for all the 'known mount' lenses is a simple job : for Canon-EF lenses add 44mm, for the Nikon-Fs add 46.5mm, for Minolta-AF add 44.5mm, etc. For the 'unknown mount' lenses, as I say, the current data is unusable, so no useful data is lost by switching over the image plane measurement system. Perhaps the 'ambiguous' data could be preserved - in the hope of future clarification - in a separate table, possibly here on the discussion page ?&lt;br /&gt;
&lt;br /&gt;
:Task 2 : Updating L1 is simply a matter of subtracting the appropriate FBD from the current L1 value (eg: Nikon D90 = 40mm - 46.5mm = -6.5mm). The instructions for how to measure L1 could be updated to something like &amp;quot;measure from tripod to mount flange and then subtract the appropriate FBD ...&amp;quot; ?&lt;br /&gt;
&lt;br /&gt;
: Task 3 : Data for H and C are unaffected by this change. (That's an easy one!)&lt;br /&gt;
&lt;br /&gt;
: Task 4: Many cameras with fixed-on lenses will also have an exterior image plane marker (circle with a line through it), but IMO it would be easier to have a separate table for fixed-lens cameras which might as well indicate NPP to tripod socket (L) directly.&lt;br /&gt;
&lt;br /&gt;
Comments most welcome! --[[User:Beeswax|Beeswax]] 02:17, 29 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Focal Length / # of pics for 360° / Degree between pics ==&lt;br /&gt;
&lt;br /&gt;
The number of pictures for 360° and the angle between two pictures doesn't depend only on focal length... It also depends on the size of the sensor. For instance the angle is roughly the same for 28mm on an EOS 5D (24x36 sensor) and 17mm on an EOS 350D (APS sensor).&lt;br /&gt;
&lt;br /&gt;
I suggest to put this information to a separate table. [[User:JX|JX]] 16:46, 10 April 2008 (CEST)&lt;br /&gt;
:Good idea. (When setting up this table there where almost no full frame sensors available. Could you contribute values?&amp;lt;small&amp;gt;--[[User:Erik Krause|Erik Krause]] 18:19, 11 April 2008 (CEST)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: I will.. when I get time, probably in May. [[User:JX|JX]] 18:13, 14 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
::: Perhaps this &amp;quot;Number of pics for 360°&amp;quot; info deserves its own page/article rather than being appended to the already lengthy  &amp;quot;Entrance Pupil Database&amp;quot; ? --[[User:Beeswax|Beeswax]] 02:23, 29 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Enhance==&lt;br /&gt;
The Entrance pupil database needs constant enhancement. Please enter the NPP-settings you found for your camera.&lt;br /&gt;
&lt;br /&gt;
== Canon 5d Mark II ==&lt;br /&gt;
&lt;br /&gt;
Does anyone have these measurements for the Canon 5d Mark II? -[[User:Dvmorris|Dvmorris]] 17:29, 11 April 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Canon 5d Mark III ==&lt;br /&gt;
&lt;br /&gt;
Does anyone have tested if Mark II and Mark III are the same? - [[User:Skal|Skal]] 13:37, 9 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
My suggestion would be to, to split the tables or to mark them with a color according to the manufacturer [[User:Dezen|Dezen]] 19:48, 10 December 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Panasonic Lumix LX3 Lens Base ==&lt;br /&gt;
&lt;br /&gt;
Just wondering if anyone who's familiar with the LX3 could clarify where the lens base is - is it where the lens section protrudes from the main body of the camera, or is it after the ring that contains the aspect and focus controls (i.e., where the 46mm accessory thread is)?  Any help would be greatly appreciated. --[[User:Martan74|Martan74]] 17:09, 2 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sigma 8mm F4.0 EX ==&lt;br /&gt;
&lt;br /&gt;
I just did some measurements and found an Entrance Pupil Length of 47mm for this lens. Since there are three other measurements I don't know what to put on the page. &lt;br /&gt;
&lt;br /&gt;
--[[User:Osiris|Osiris]] 11:30, 30 September 2010 (UTC)&lt;br /&gt;
:Could well be all of them are right. Fisheyes don't have a single NPP: See [http://michel.thoby.free.fr/Blur_Panorama/Nikkor10-5mm_or_Sigma8mm/Sigma_or_Nikkor/NPP_Sigma_New.jpg this Graph] &amp;lt;small&amp;gt;--[[User:Erik Krause|Erik Krause]] 18:54, 30 September 2010 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Thanks for the information and the Graph - this explains a lot. I think it would be good to mention this on the page? Would it be possible/allowed to link to this graph? &amp;lt;small&amp;gt;--[[User:Osiris|Osiris]] 13:06, 4 October 2010 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entrance pupil shift ==&lt;br /&gt;
&lt;br /&gt;
A number of lenses show strong entrance pupil shift (See the animations by Pierre Toscani!!) by angle from center.&lt;br /&gt;
The Nikon 10.5 and 16mm fisheye's entrance pupil shifts by around 15mm, the ideal LPP point for panoramas is therefore a bit of a compromise, depending on the amount of image overlap and I don't know what else.&lt;br /&gt;
The Nikon 14mm f2.8D  and other wide angles do this too&lt;br /&gt;
&lt;br /&gt;
I observe a number of entries for the same lens, (Nikon 10.5mm) probably as a result of this. &lt;br /&gt;
&lt;br /&gt;
For micro lenses and zooms the present solution of multiple entries works fine, I think.&lt;br /&gt;
&lt;br /&gt;
Any comments on how to enter this in the table in the most useful way for most people, but still have the details for the more technically oriented?&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/User:Sajaners</id>
		<title>User:Sajaners</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/User:Sajaners"/>
				<updated>2013-03-02T09:44:55Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My name: Rodger Wild&amp;lt;br&amp;gt;My age: 30&amp;lt;br&amp;gt;Country: Netherlands&amp;lt;br&amp;gt;Town: Buitenpost &amp;lt;br&amp;gt;Post code: 9285 VM&amp;lt;br&amp;gt;Address: Molenerf 49&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Hugin_Main_window</id>
		<title>Hugin Main window</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Hugin_Main_window"/>
				<updated>2013-01-25T08:44:38Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Interface */ program -&amp;gt; panorama&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;margin: 1em auto 1em 1em;background:#FFFF99;color:#FF0000;text-align:left;border: solid #FF3300;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! '''2013-01-23:'''&lt;br /&gt;
! Currently these pages are completely rewritten to reflect the state of the new designed GUI which will be released in 2013&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Tabs =&lt;br /&gt;
&lt;br /&gt;
Although there are many other uses, [[hugin]] is primarily a&lt;br /&gt;
tool for assembling multiple photos and creating a 'seamless' panorama.&lt;br /&gt;
&lt;br /&gt;
Hugin is a program that is 'tab' based. Below you see a partial example screen of Hugin showing the tabs.&lt;br /&gt;
[[Image:hugin2013_tabs.png]]&lt;br /&gt;
&lt;br /&gt;
This process of assembling multiple photos and creating a 'seamless' panorama is completely automatic &lt;br /&gt;
if you use the [[hugin Assistant tab]], which is the default tab, &lt;br /&gt;
but '''hugin''' also allows full manual control of every stage. For this '''hugin''' provides three user interface options: Simple, Advanced and Expert.&lt;br /&gt;
The '''hugin''' simple mode consists of the [[hugin Assistant tab]] and a few other tabs (as displayed above) that give you simple but effective control on what you are doing.&lt;br /&gt;
&lt;br /&gt;
This is a quick overview of this ''tab'' system for the ''Simple'' interface. It isn't a step by step tutorial.&lt;br /&gt;
You can find these tutorials on the [http://hugin.sourceforge.net/tutorials/ hugin website].&lt;br /&gt;
&lt;br /&gt;
For this same overview regarding the &amp;quot;old&amp;quot; user interface (but still the user interface of the current stable release) you can start with [[Hugin Main window old gui]].&lt;br /&gt;
&lt;br /&gt;
== Assistant ==&lt;br /&gt;
&lt;br /&gt;
The [[hugin Assistant tab]] is the fully automatic part of [[hugin]], here you can&lt;br /&gt;
load images, align them and ''stitch'' them into a panorama without having to use&lt;br /&gt;
any of the other tabs.&lt;br /&gt;
The [[hugin Assistant tab]] also consists of a panoramic overview and a preview. This overview and preview are visible on the other tabs as well be it with different functionality and sometimes slightly modified layout.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can use this '''Assistant''' as the first step in creating a&lt;br /&gt;
project that can involve the use of some or all of the other tabs. You can also switch to one of the other &lt;br /&gt;
user interface modes Advanced and Expert if you want or need to.&lt;br /&gt;
&lt;br /&gt;
== Preview ==&lt;br /&gt;
&lt;br /&gt;
In the [[hugin Preview tab]] you have options to check your images and positions, the white balance, control points (equal points in two overlapping images), etcetera. Changes will immediately be displayed in this preview. This [[hugin Preview tab]] is the same preview as displayed in the [[Hugin Assistant tab]] and all other tabs in the Simple User Interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
&lt;br /&gt;
The Layout tab shows the entire project as a diagram with colour-coded lines connecting each of the photographs.&lt;br /&gt;
&lt;br /&gt;
[[image:Hugin2013_layout_tab.png|thumb|300px|left|Screenshot of Layout tab; click for larger versions]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
Green lines connecting images show the control points have a small error, red lines show a large error. Grey lines show no control points connecting the images.&lt;br /&gt;
&lt;br /&gt;
You can see where the project is OK and where there are problems if it isn't quite right. Just click on any connection and Hugin jumps to the Control Points tab to edit that pair of photos.&lt;br /&gt;
&lt;br /&gt;
Use the '''Scale''' slider to change the size of the photo thumbnails. This only effects the Layout display and won't change the final panorama.&lt;br /&gt;
&lt;br /&gt;
== Projection ==&lt;br /&gt;
The [[Hugin Projection tab]] is for adjusting the [[Projections|projection]] of the panorama, some projections have adjustable parameters which will appear when selected.&lt;br /&gt;
&lt;br /&gt;
== Move/Drag ==&lt;br /&gt;
&lt;br /&gt;
The [[Hugin move drag tab|Hugin Move/Drag tab]] is used to recentre the panorama interactively (or place it for whatever reason off centre).&lt;br /&gt;
&lt;br /&gt;
== Crop ==&lt;br /&gt;
&lt;br /&gt;
The [[hugin Crop tab]] displays a rectangle over your preview. By dragging the edges of this rectangle you can adjust the output area of the panorama.&lt;br /&gt;
&lt;br /&gt;
= Menus =&lt;br /&gt;
&lt;br /&gt;
== File ==&lt;br /&gt;
&lt;br /&gt;
* '''New''', discard the current project and start a new empty project.&lt;br /&gt;
* '''Open''' an existing [[hugin]], [[PTGUI]], [[PTAssembler]], [[autopano]] or [[autopano-sift]] project file.&lt;br /&gt;
* '''Save''' the current project as a hugin ''pto'' file.&lt;br /&gt;
* '''Save as''' a ''pto'' file with a different name.&lt;br /&gt;
* '''Most recently used projects''', shows a list of recent Hugin projects.&lt;br /&gt;
* '''Run Batch Processor''', launches the [[Hugin Batch Processor]] GUI queue manager, note that the queue won't be processed unless this queue manager is running.&lt;br /&gt;
* '''Preferences''' opens the [[hugin Preferences]] window.&lt;br /&gt;
* '''Quit''' hugin.&lt;br /&gt;
&lt;br /&gt;
== Edit ==&lt;br /&gt;
&lt;br /&gt;
* '''Undo''', undoes the most recent change to the current project.&lt;br /&gt;
* '''Redo''', redoes an undo.&lt;br /&gt;
&lt;br /&gt;
== View ==&lt;br /&gt;
&lt;br /&gt;
* '''Panorama Editor''' opens the Editor window where you have control over the various states a workflow is going through from a set of source images to the panorama. &lt;br /&gt;
* '''Full Screen''' shows this '''Hugin Main window''' using as much screen space as possible without any window decorations.  Note that the [[Hugin Fast Preview window]] can also be set as full screen.&lt;br /&gt;
* '''Overview''' checkbox: Shows or hides the (docked) overview in the screen.&lt;br /&gt;
* '''Grid''' checkbox: Shows or hides the grid in the overview and preview canvas. (see [[ Hugin Assistant tab]]).&lt;br /&gt;
&lt;br /&gt;
== Interface ==&lt;br /&gt;
&lt;br /&gt;
* '''Simple''', this is the user interface this introduction is written for. It consists of all basic functionality to create a panorama and will suffice in 90% of all cases.&lt;br /&gt;
* '''Advanced''', this user interface that starts hugin in the Panorama Editor screen. The simple interface is available in the background.&lt;br /&gt;
* '''Expert''', this user interface also start hugin in the Panorama Editor screen and unleashes all the power and options of hugin.&lt;br /&gt;
&lt;br /&gt;
== Help ==&lt;br /&gt;
&lt;br /&gt;
* '''Help''' opens the [[hugin]] manual.&lt;br /&gt;
* '''Tip of the day'''&lt;br /&gt;
* '''Keyboard Shortcuts'''&lt;br /&gt;
* '''FAQ''', hugin [[hugin FAQ|Frequently asked questions]].&lt;br /&gt;
* '''About''' shows the [[Hugin About window]].&lt;br /&gt;
* '''Donate''' opens the Hugin donation page, there is no obligation to donate.  Any donations are used for travel and promotion costs related to Hugin development.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software:Hugin]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Extended_bracketing_control</id>
		<title>Extended bracketing control</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Extended_bracketing_control"/>
				<updated>2013-01-21T23:41:58Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Do-it-yourself */ blank&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Shooting exposure bracketed gets more and more important for panorama creation, but most cameras still only support three brackets at 2EV steps maximum. But there are possibilities to work around this limitation. Many solutions support not only bracketing control but eventually many other features (timelaps, sound or light trigger etc). However, exposure bracketing is the main interest here. &lt;br /&gt;
&lt;br /&gt;
This page is about how to extend the camera capabilities. If you look for general HDR information start at the [[HDR]] page.&lt;br /&gt;
&lt;br /&gt;
= PTP bracketing =&lt;br /&gt;
[[w:Picture Transfer Protocol|Picture Transfer Protocol]] (PTP) is built into many cameras and should provide a means of not only transferring pictures over USB but also controlling the camera remotely. PTP is part of the [[w:Windows Image Acquisition|WIA]] architecture on Windows, hence it is fairly easy to build a camera control software using f.e. Visual Basic. For other OS's the [http://gphoto.org/ gphoto] project should provide access to such cameras. The gphoto project also collects informations what cameras can be remotely controlled and in what ways: http://gphoto.org/doc/remote/&lt;br /&gt;
&lt;br /&gt;
Hence there are many programs to control your camera from a computer but only few that do the same from a portable device. However, availability of cheap USB host circuitry has triggered some do-it-yourself projects and apparently even some smartphones can use USB hosts nowadays.&lt;br /&gt;
&lt;br /&gt;
== Supported cameras ==&lt;br /&gt;
Not all PTP enabled cameras implement all features. Hence it's impossible to tell which cameras can be used for PTP bracketing. The most complete list of cameras supporting PTP or other means of direct control is found in the [http://gphoto.org/proj/libgphoto2/support.php gphoto project]. If your camera is listed, there is a chance that one or the other software will support it. But it is still better to look on the vendor or developer page.&lt;br /&gt;
&lt;br /&gt;
== Programs ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* [http://www.breezesys.com/DSLRRemotePro/ DSLR remote pro] (commercial)&lt;br /&gt;
* [http://www.photoremote.de/en PhotoRemote] (free for non commercial use)&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://www.controlmynikon.com/ ControlMyNikon] works ith Nikon DSLRs only. (Commercial)&lt;br /&gt;
* [http://hartcw.com/ Smart Shooter] supports many Nikon and Canon cameras and is scriptable (Commercial)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
&lt;br /&gt;
=== Mac OSX ===&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
* [http://www.breezesys.com/DSLRRemotePro4Mac/ DSLR remote pro for Mac] (commercial)&lt;br /&gt;
* [http://www.sofortbildapp.com/ Sofortbild] Mac Tethered shooting (Freeware)&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://hartcw.com/ Smart Shooter] supports many Nikon and Canon cameras and is scriptable (Commercial)&lt;br /&gt;
&lt;br /&gt;
== Devices ==&lt;br /&gt;
=== Commercial ===&lt;br /&gt;
* [http://www.promotesystems.com/ Promote control]&lt;br /&gt;
* [http://www.roundshot.ch/xml_1/internet/de/application/d438/d927/f1033.cfm Seitz Roundshot VR Drive 2 with HDR option]&lt;br /&gt;
* [http://www.okii.net/default.asp OKII USA] They sell 2USB controls, battery powered, they allow camera control and also very fine follow focusing control. Canon only.&lt;br /&gt;
* [http://www.pchood.com/3D%20USB%20Contoller Cinematics]They sell 2USB controls, battery powered, they allow camera control and also very fine follow focusing control, one of them is the unique one that controls 2 cameras for stereo3D photography or video making. Canon only.&lt;br /&gt;
* [http://opteka.com/ff1x.aspx Opteka FF1x] it is a simple, battery operated followfocus. No hdr functions or camera controls&lt;br /&gt;
* [http://www.camranger.com/ Camranger] is a small device plugging in the USB connector of several Nikon and Canon DSLRs allowing to control them wireless from an Ipad or Iphone.&lt;br /&gt;
&lt;br /&gt;
=== Do-it-yourself ===&lt;br /&gt;
While the commercial devices above should be save (or at least offer some liability) there is a chance the DIY projects might hurt your camera. See [http://vimeo.com/groups/magiclantern/forum/topic:255083 this post] on the vimeo forum. &lt;br /&gt;
* [http://dslrsystems.com/ dslrsystems] is an arduino Bluetooth reciever with USB conection to Canon camera, chained with an Android smartphone app&lt;br /&gt;
* [http://www.circuitsathome.com/camera-control/digital-camera-control-using-arduino-usb-host-shield-part-1-basics Digital camera control using Arduino USB Host Shield] (DIY / open source)&lt;br /&gt;
* [http://xeqo.de/camcap-dslr-controller/ CamCap – DSLR Controller] Android tablet 3.1 app with live view that uses USB host mode&lt;br /&gt;
* [http://webuser.fh-furtwangen.de/~dersch/gphoto/remote.html project to control a camera using a network storage unit] running embedded linux by [[Helmut Dersch]]&lt;br /&gt;
&lt;br /&gt;
===Raspberry Pi===&lt;br /&gt;
The [[w:Raspberry Pi]] is a very cheap yet complete ARM based single board computer the size of a credit card running Linux. This offers new and exciting possibilities. Some projects:&lt;br /&gt;
* [http://islandinthenet.com/2012/08/23/hdr-photography-with-raspberry-pi-and-gphoto2/ HDR photography with Raspberry Pi and gPhoto2] by Khürt Williams &lt;br /&gt;
* [http://davidhunt.ie/?p=2641 Camera Pi – DSLR Camera with Embedded Computer] by David Hunt (Timelaps and remote shooting but no HDR yet).&lt;br /&gt;
&lt;br /&gt;
== Chained apps ==&lt;br /&gt;
Unfortunately very few smart devices have an USB host to control external readers, iOS would need a special circuitry attatched to their propretary port. Hence proliferation of tools claimed to coontrol the camera from a smartphone, that are more conveniently using a real computer as bridge.&lt;br /&gt;
The convenience is that the smart device controlling the camera operations is wirelessy connected to the bridge computer and can be a very valuable companion in studio work. Drawback is it comes more heavy on the field. &lt;br /&gt;
&lt;br /&gt;
=== iOS + OSX ===&lt;br /&gt;
* [http://www.ononesoftware.com/products/dslr-camera-remote/ DSLR camera remote] A smartphone app and a program running on a PC connected to the camera.&lt;br /&gt;
&lt;br /&gt;
=== Android + other ===&lt;br /&gt;
* [http://www.remoteyourcam.com/ remoteyourcam wifi] is compatible with  Canon cameras, Nikon compatibility is still not provided. The server application is available for Mac OS X 10.5+ and Windows.&lt;br /&gt;
* [http://www.busywww.com/ cameraremote] Documentation is scarce, seems to act through bluetooth. Someone will have to test it.&lt;br /&gt;
&lt;br /&gt;
== Android apps direct USB control ==&lt;br /&gt;
Few android apps are avaliable, chaining the full camera control with PTP protocol. Unfortunately only few smart devices are equipped with an USB host, and generally Android 3.1 is required. Till now only few Android can control the cameras directly. The solution is smart and lightweight, requires an USB cable linking your device with the camera, somehow limiting the action range.&lt;br /&gt;
* [http://dslrcontroller.com/ DSLcontroller] Android app to control Canon cameras&lt;br /&gt;
* [http://dslrsystems.com/ dslrsystems] is an Android smartphone app chained with an arduino Bluetooth reciever with USB conection to Canon camera&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://xeqo.de/camcap-dslr-controller/ CamCap] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://www.remoteyourcam.com/ remoteyourcam usb] is compatible with  Canon and Nikon cameras,and remotes them via USB host.&lt;br /&gt;
&lt;br /&gt;
= Bulb mode bracketing =&lt;br /&gt;
A much cheaper way to control a camera shutter is using bulb mode and opening and closing the shutter directly by cable or infrared. Unfortunately no short exposure times are possible since for fast times the second shutter curtain starts to close already while the first one is still not fully open. Hence bulb mode bracketing is limited to times slower than 1/120s to 1/4s depending on the camera, with fastest possible times getting unreliable. Great for night time HDR but nothing for daylight use where fast speeds are needed. There are lot's of DIY projects and many smartphone apps in this category.&lt;br /&gt;
&lt;br /&gt;
== Supported cameras ==&lt;br /&gt;
Any camera that has a cable or infrared release and that supports bulb mode should work. &lt;br /&gt;
&lt;br /&gt;
== Commercial ==&lt;br /&gt;
* [http://www.pclix.com/support/pclix-xt-support The PClix intervalometer] has the feature of a programmable shutter push length (to 99/100th sec) and programmable bulb length which can be combined with interval timing -- which makes it useful for continuous sequences of autobracketed bursts.&lt;br /&gt;
&lt;br /&gt;
== Do-it-yourself ==&lt;br /&gt;
DIY bulb mode bracketing should be safe if you don't apply power to the connector. &lt;br /&gt;
* [http://www.doc-diy.net/photo/hdr-jack/ HDR Jack] probably the smallest bracketing controller ever.&lt;br /&gt;
* [http://www.doc-diy.net/photo/hdr-jack2/ HDR jack 2] improve version build into a standard cable release. There are other solutions with even more features on that page, too.&lt;br /&gt;
* [http://www.hdrlabs.com/occ/index.html Open Camera Controller] controlled by a Nintendo DS and build into a game cartridge, many features.&lt;br /&gt;
* [http://www.wegroo.com/photoirmote/ PhotoIRemote] controlled by smartphone using audio out using either a self modified cable or a self mad IR transmitter&lt;br /&gt;
* [http://newyorkpanorama.com/2009/01/21/long-exposure-night-hdr-photography-with-arduino/ Bracketmeister] Arduino project by Joergen Geerds&lt;br /&gt;
&lt;br /&gt;
== Smartphone apps ==&lt;br /&gt;
* [https://triggertrap.com/ TriggerTrap] i-devices app with bulb mode bracketing&lt;br /&gt;
* [http://www.dslrbot.com/ DSLR.bot] i-devices app with infrared bulb mode bracketing&lt;br /&gt;
* [http://www.triggerhappyremote.com/ Trigger Happy] I-devices and android app plus cable bulb mode bracketing&lt;br /&gt;
* [http://www.thegadgetworks.com/TL-Plus.html TL-Plus] Androide app that programs the [[Heads#AutoMate|AutoMate robotic panorama head]] which then does not only bulb mode bracketing or timelaps but also gigapixel shooting on it's own.&lt;br /&gt;
&lt;br /&gt;
= Camera software hacks =&lt;br /&gt;
In-camera bracketing limits are mostly artificial. Where the camera software can be extended or replaced better functionality can be retrofitted. However, there is a small risk of malfunction or even permanent damage to your camera. &lt;br /&gt;
&lt;br /&gt;
* [http://chdk.wikia.com/wiki/CHDK CHDK] The Canon Hack Development Kit extends the firmware of Canon powershot cameras by many useful features among which is extended exposure bracketing. Also read the FAQ [http://chdk.wikia.com/wiki/FAQ#Q._Can_CHDK_damage_your_camera.C2.A0.3F Can CHDK damage your camera?]&lt;br /&gt;
* [http://www.magiclantern.fm/ MagicLantern] A firmware hack for some Canon DSLRs providing not only bracketing but mainly extended video functionality. Also read the FAQ [http://wiki.magiclantern.fm/faq#is_it_safe &amp;quot;Is it safe?&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
= Other possibilities =&lt;br /&gt;
* Another idea of doc-diy is to [http://www.doc-diy.net/photo/battery_grip/ butcher a battery grip] and emulate the dial wheel by a micro controller. This way exposure could be controlled simply and directly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]][[Category:Software:Survey]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Fisheye_Projection</id>
		<title>Fisheye Projection</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Fisheye_Projection"/>
				<updated>2013-01-21T23:25:21Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: unified with old version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|A projection where the distance from the centre of the image to a point is proportional to the equivalent spatial angle.}}&lt;br /&gt;
[[Image:big_ben_circ_fisheye.jpg|frame|right|Circular Fisheye projection, with permission from Ben Kreunen]]&lt;br /&gt;
[[Image:big_ben_ff_fisheye.jpg|frame|right|Fullframe Fisheye projection, with permission from Ben Kreunen]]&lt;br /&gt;
&lt;br /&gt;
This is a class of [[Projections|projections]] for mapping a portion of the surface of a sphere to a flat image, typically a camera's film or detector plane.  In a fisheye projection the distance from the centre of the image to a point is close to proportional to the true angle of separation.&lt;br /&gt;
&lt;br /&gt;
Commonly there are two types of fisheye distinguished: circular [[fisheyes]] and fullframe [[fisheyes]]. However, both follow the same projection geometrics. The only difference is one of [[Field of View]]: for a circular fisheye the circular image fits (more or less) completely in the frame, leaving blank areas in the corner. For the full frame variety, the image is over-filled by the circular fisheye image, leaving no blank space on the film or detector.  A circular fisheye can be made full frame if you use it with a smaller sensor/film size (and vice versa), or by zooming a fisheye adaptor on a zoom lens.&lt;br /&gt;
&lt;br /&gt;
There is no single fisheye projection, but instead there are a class of projection transformation all referred to as ''fisheye'' by various lens manufacturers, with names like ''equisolid angle projection'', or ''equidistance fisheye''.  Less common are traditional spherical projections which map to circular images, such as the [http://mathworld.wolfram.com/OrthographicProjection.html orthographic] (lenses commonly designated ''OP'') or [[Stereographic Projection|stereographic]] projections.  Luckily, [[Panorama tools]] and [[Hugin]] can deal with most of these mentioned projections. &lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;math&amp;gt;\theta\,&amp;lt;/math&amp;gt;''' is the angle in rad between a point in the real world and the optical axis, which goes from the center of the image through the center of the lens, &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; is the focal length of the lens and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; is radial position of a point on the image on the film or sensor.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! projection&lt;br /&gt;
! math&lt;br /&gt;
! real lenses, matching this projection&lt;br /&gt;
|-&lt;br /&gt;
| equidistant fisheye&lt;br /&gt;
| &amp;lt;math&amp;gt;R=f\cdot\theta&amp;lt;/math&amp;gt; &lt;br /&gt;
| e.g. Peleng 8mm f/3.5 Fisheye&lt;br /&gt;
|-&lt;br /&gt;
| stereographic&lt;br /&gt;
| &amp;lt;math&amp;gt; R=2f\cdot \tan\left(\frac{\theta}{2}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
| e.g. Samyang 8 mm f/3.5&lt;br /&gt;
|-&lt;br /&gt;
| orthographic&lt;br /&gt;
| &amp;lt;math&amp;gt; R=f\cdot \sin\left(\theta\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
| e.g. Yasuhara - MADOKA 180 circle fisheye lens&lt;br /&gt;
|-&lt;br /&gt;
| equisolid&lt;br /&gt;
(equal-area fisheye)&lt;br /&gt;
| &amp;lt;math&amp;gt; R=2f\cdot \sin\left(\frac{\theta}{2}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
| e. g. Sigma 8mm f/4.0 AF EX, (also convex mirror)&lt;br /&gt;
|-&lt;br /&gt;
| Thoby fisheye &lt;br /&gt;
| &amp;lt;math&amp;gt; R=k_1\cdot f \cdot \sin\left(k_2\cdot\theta\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
with &amp;lt;math&amp;gt;k_1=1.47&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;k_2=0.713&amp;lt;/math&amp;gt;&lt;br /&gt;
| e. g. AF DX Fisheye-Nikkor 10.5mm f/2.8G ED&lt;br /&gt;
(empirical found math for this lens)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
So for example 90 degrees, which would be the maximum&lt;br /&gt;
theta of a lens with 180 degree [[Field of View]], f=8mm, equisolid mapping, you get&lt;br /&gt;
R = 11.3mm, which is the radius of the image circle.&lt;br /&gt;
&lt;br /&gt;
Btw, a rectilinear lens has a mapping&lt;br /&gt;
 &amp;lt;math&amp;gt;R=f*tan(\theta)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information on [[fisheyes]] and their distortions from [http://www.bobatkins.com/photography/technical/field_of_view.html Bob Atkins Photography]&lt;br /&gt;
&lt;br /&gt;
(Content partly based on a mail by Helmut Dersch which can be found at W.J. Markerink's [http://www.a1.nl/phomepag/markerink/fishyfaq.htm page about fisheye analysis])&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Recaptcha-createaccount</id>
		<title>MediaWiki:Recaptcha-createaccount</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Recaptcha-createaccount"/>
				<updated>2013-01-08T22:11:18Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: more warnings to spammers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin: 1em auto 1em 1em; padding:1em; background:#FFFF99;color:#aa0000;text-align:left;border: solid #FF3300;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Please read carefully'''&lt;br /&gt;
&lt;br /&gt;
As a contributor to the panotools wiki you are welcome! However, all content that has nothing to do with panotools, panorama creation or related topics - especially all kind of spam - will be immediately deleted. If you don't believe see [[Special:RecentChanges]]. Not a single spam page survived more than a few hours.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To help protect against automated account creation, please type the two words you see in the box below:&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Recaptcha-createaccount</id>
		<title>MediaWiki:Recaptcha-createaccount</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Recaptcha-createaccount"/>
				<updated>2013-01-03T21:10:42Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: readability&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin: 1em auto 1em 1em; padding:1em; background:#FFFF99;color:#aa0000;text-align:left;border: solid #FF3300;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Please read carefully'''&lt;br /&gt;
&lt;br /&gt;
As a contributor to the panotools wiki you are welcome! However, all content that has nothing to do with panotools, panorama creation or related topics - epecially all kind of spam - will be immediately deleted.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To help protect against automated account creation, please type the two words you see in the box below:&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Recaptcha-createaccount</id>
		<title>MediaWiki:Recaptcha-createaccount</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Recaptcha-createaccount"/>
				<updated>2013-01-03T21:09:15Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Next attempt to warn spammers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin: 1em auto 1em 1em;background:#FFFF99;color:#aa0000;text-align:left;border: solid #FF3300;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Please read carefully'''&lt;br /&gt;
&lt;br /&gt;
As a contributor to the panotools wiki you are welcome! However, all content that has nothing to do with panotools, panorama creation or related topics - epecially all kind of spam - will be immediately deleted.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To help protect against automated account creation, please type the two words you see in the box below:&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/MediaWiki:Recaptcha-createaccount</id>
		<title>MediaWiki:Recaptcha-createaccount</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/MediaWiki:Recaptcha-createaccount"/>
				<updated>2013-01-03T21:04:26Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: next attempt to warn spammers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;margin: 1em auto 1em 1em;background:#FFFF99;color:#FF0000;text-align:left;border: solid #FF3300;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
'''Please read carefully:''' &lt;br /&gt;
As a contributor to the panotools wiki you are welcome! However, all content that has nothing to do with panotools, panorama creation or related topics - epecially all kind of spam - will be immediately deleted.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To help protect against automated account creation, please type the two words you see in the box below:&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Heads</id>
		<title>Heads</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Heads"/>
				<updated>2012-12-29T13:08:56Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Jobu Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|Rigs to mount a camera on a tripod in order to pan and tilt around the [[No-parallax point]]}}&lt;br /&gt;
== Off the shelf ==&lt;br /&gt;
&lt;br /&gt;
There is a number of commercial panoramic tripod heads on the market, at widely varying prices. Panorama heads are actually very different kinds of animals and each manufacturer seems to have a different understanding about which functionality has to be part of such a head. Some are made of plastic or even &amp;quot;aircraft&amp;quot; aluminum, you might also fall in love with a stylish wooden head. The price range varies from &amp;quot;a round of beers&amp;quot; to something close to a visit on ISS. Some of them are a joke, a lot of them work nicely, some are specialised on certain body/lens combos, a few have that very professional wow factor. Choose yourself, and if unsure, don't hesitate to ask the members of [http://tech.groups.yahoo.com/group/PanoToolsNG/ Panotools NG] what fits your needs.&lt;br /&gt;
&lt;br /&gt;
=== 360Precision ===&lt;br /&gt;
&lt;br /&gt;
[http://www.360precision.com/ 360Precision] offer different panorama heads, all CNC machined but with that hand crafted touch. Very elegant products, and certainly more expensive than you might expect.  but are very predictable panoramic heads.  They are very sturdy and at the same time elegant.&lt;br /&gt;
&lt;br /&gt;
The '''Absolute''' is a very plausible option for those that make panoramas frequently and with the same equipment each time. It is built to a specific body and specific lens combination, saving the photographer the need to find the entrance pupil for their lens and midpoint of the camera. Because of this, it is a very precise way to batch-create panoramas without needing to generate control points for each panorama. The sacrifice is that you lose the option of using a different combination of camera and lens with this head until you purchase an additional lens arm.&lt;br /&gt;
&lt;br /&gt;
Although these limits may seem restrictive, the results are very, very predictable. One possible workflow includes calibrating a template in your software (hugin, PTGui, PTMac), and for every panorama afterward, apply the template and immediately skip to stitching. This saves you the time spent in generating and correcting control points in each panorama. For those that can save significant amounts of time and/or money by doing this, this head truly is a life saver. The generation of the template can be time consuming but may save you hours upon hours of post processing time compared to other solutions.&lt;br /&gt;
&lt;br /&gt;
It is possible to upgrade the 360Precision in modular ways, for instance if you decide to use a different lens for your panoramas, you can order just the lens arm you need, or if you decide to use a different camera for panoramas, you can order just the different camera leg and use the same lens arm.&lt;br /&gt;
&lt;br /&gt;
The '''Adjuste''' is nearly as strong as the Absolute but is easily adaptable for different camera / lens setups. The diameter of the rotating base is smaller which makes for a better (smaller) footprint if you shoot full spherical panoramas.&lt;br /&gt;
&lt;br /&gt;
=== Agnos ===&lt;br /&gt;
&lt;br /&gt;
[http://www.agnos.com Agnos] - Italian manufacturer of panoramic heads and accesories for panoramic photography. I bought an adapter for my fc-e9 fisheye adapter and it is very well built and of a good quality. They will also release (if they didn't yet) a new solution for creating a spherical pano out of 3 pics taken at 120 degrees each with a DSLR rotated at 45 degrees (!).&lt;br /&gt;
&lt;br /&gt;
=== AutoMate ===&lt;br /&gt;
&lt;br /&gt;
[http://www.thegadgetworks.com The Gadget Works] offers AutoMate, a motorized pan-tilt head that is unique in many ways.  As the lightest (2 pounds/ 1 Kg) and most compact (4&amp;quot; x 5.5&amp;quot; x 4.5&amp;quot; / 100mm x 145mm x 115mm) robotic pano head on the market, it is particularly well suited for taking into the wilds. AutoMate was originally designed for making gigapixel landscape panos and works quite well for that purpose.  It is not well suited for making interior panos or any pano where there are objects in focus closer than about 30 meters, due to parallax issues.  The AutoMate controller is a phone or PDA with Bluetooth, but unlike other Bluetooth-controlled pano heads, the controller does not need to be connected to the head more than a few seconds, eliminating the problem of dropping the connection during the taking of the pano.  This is because the app running on the smartphone generates a program based on the user's input and then sends that program to the head which contains a computer that saves the program in EEPROM memory.  After receiving and storing the program, the robot's program reads it back out and executes the instructions to pan, tilt, half-press and full-press the shutter (electronically through the camera's remote shutter release port). The user can save the current settings on the smartphone, giving the file a memorable name for recalling again if they want to repeat the same process.  Even more conveniently, the app remembers the most recent settings and uses them as the default settings set the next time they start up the  phone app. There are two apps, one for Windows Mobile phones and one for Android phones.  The Android app does not yet have the panorama feature and concentrates on timelapse and HDR.  The Windows Mobile app has both panorama and timelapse features.  Both apps have a programmer interface that allows the user to write their custom programs.  The Windows Mobile app also has a trigger sensor that can be used for capturing the elusive snow leopard in her cave (just as an example :-).&lt;br /&gt;
&lt;br /&gt;
=== Benro ===&lt;br /&gt;
&lt;br /&gt;
[http://english.benro.cn/gimbalhead.aspx Benro ] offer a number of gimbal heads which could function as panorama brackets.  The most recent is the [http://english.benro.cn/CpListGG.aspx?ParaId=0&amp;amp;id=87&amp;amp;ProductId=971 GH3], which incorporates a rotator and a gimbal mount.&lt;br /&gt;
&lt;br /&gt;
=== Bogen ===&lt;br /&gt;
&lt;br /&gt;
[http://www.bogenimaging.us/Jahia/home_page Bogen imaging] is now known as (see below) [[#Manfrotto|Manfrotto Distribution]].&lt;br /&gt;
&lt;br /&gt;
=== Cambo ===&lt;br /&gt;
&lt;br /&gt;
Dutch manufacturer [http://www.cambo.com/ Cambo] offers a panoramic head set [http://www.cambo.com/Html/products_photo/set01/english/internet/Item21908.html CLH-500] which has an integrated leveling mechanism and what looks like [[#L-brackets.2C_rails.2C_quick_release_plates|Arca-Swiss compatible]] quick release mounts.&lt;br /&gt;
&lt;br /&gt;
=== DOBAS-01 and DOBAS-02 ===&lt;br /&gt;
&lt;br /&gt;
see &amp;gt; [[#QTVR HEADS|QTVR HEADS]]&lt;br /&gt;
&lt;br /&gt;
=== Fanotec ===&lt;br /&gt;
Fanotec, founded by developer and inventor Nick Fan, is based in Hong Kong. Fanotec manufactures the award winning [http://www.NodalNinja.com/ Nodal Ninja] panoramic tripod heads and accessories. They use high quality lightweight aluminum alloy and state of art CNC machining processes. Nodal Ninja is the only pano head built and refined from end user feedback over several years. From universal to specific model designs there are configurations to fit almost any camera and lenses and shooting style. Design objectives for all models include quality, ease of use, portability and price with some models starting at $179. These pano heads allow the user to produce virtually any type of panorama, from single row 360 degree cylindrical panoramas to multirow 360x180 degree spherical panoramas to multi-image mosaics like the super high resolution [http://en.wikipedia.org/wiki/Gigapixel_image gigapixel images]. Added features also include rail stops to remember&lt;br /&gt;
positioning of camera settings [http://wiki.panotools.org/Entrance_pupil no parallax point] and variable click stops so you can feel the rotational increments while rotating the head. All pano heads also allow for mounting a camera in landscape mode. The heads are available with the new CNC machined advanced rotators. The changing click stops on-the-fly is as easy as changing a knob from one whole to the next. Depending on rotator model click stops are available from 180&lt;br /&gt;
degrees to 3.75 degree click stops - the smallest click stop of any pano head rotator on the market. Fanotec currently builds 4 basic pano head model series combined with a choice of 4 different rotators.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 180:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja180.html NN180] is intended to simplify panoramas by allowing “single row” shooting only. This makes it ideal for uses of large diameter circular fisheye lenses such as the Sigma 4.5mm &amp;amp; 8mm, Sunex 5.6mm, and Nikon FC-E8/E9, IPIX, FC-E8/E9, Raynox, Samyang etc. You can also use longer focal length lenses for single row panoramas. '''--The NN180 has been discontinued.--'''&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 3 series:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja3.html NN3-MKII] is an award winning pano head. Lightweight, compact and strong, great for those on the go and a popular choice&lt;br /&gt;
for Real Estate Photographers, hobbyists, hikers and travelers. This model supports most point and shoot cameras and many smaller DSLR’s.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 5/5L series:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja5.html NN5/5L] is built bigger and stronger and more precise supporting up to 22 lbs (10kgs). Fits all DSLR’s, including Nikon D3X and Canon MKII with or without battery grips, and even some medium format cameras. This series is best suited for both single row and multirow panoramas using wide angle to extremely long focal lengths lenses. The casting mold reached the end of its life span. It's successor, due out by end 2010, will be modular in design and built to even greater precision standards.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja Ultimate R1 and R10:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/ultimate.html R1 and R10] is part of the new &amp;quot;Ultimate&amp;quot; line of CNC machined components. These are ring style pano heads which uses a lens clamping system. The ring attaches to the lens collar which in turn easily attaches to the head. It's important to note this clamping system does &amp;quot;not&amp;quot; interfere with the focusing capability of the lens. The unique cantilever design of the R1 is one-of-a-kind design and allows the user to select the best tilt option for their lens. By tilting the head up slightly, depending on lens, eliminates the need to shoot the zenith (up shot) for full spherical panoramas reducing both field and post production workflows. And the small diameter base leaves the photographer with an extremely small tripod footprint. This model is best suited for those using ultra wide fisheye lenses and when shooting very quick panoramas is paramount such as in populated areas. The R10&lt;br /&gt;
differs from R1 in that the tilt option is built in or static. Both R1 and R10 are available without rotators making them ideal for monopods and pole photography users as well.&lt;br /&gt;
&lt;br /&gt;
'''Carbon Fiber Poles Series 1'''&lt;br /&gt;
[http://store.nodalninja.com/categories/Pano-Poles/ Pano Poles] Fanotec poles are easy to operate and carry. They can be extended to maximum height in minutes by pushing up and locking each telescoping section. Made of carbon fiber tubes, they are light-weight, portable and are ideal for on-the-go situations and areas not accessible to vehicle mounted units. Fanotec poles are modular in design. Users can start up with a small module and gradually build up the height by stacking it to a larger module. Each module can be used independently (additional parts needed), creating an array of short poles with different stiffness for different applications, such as horizontal pole for cliff panoramas. Features and Highlights: Thick cross-layered carbon fiber tubes for maximum rigidity and durability, light weight,  compact in size - fit most cars and checked luggage, Anti-rotation system maintains rigid azimuth / yaw locking /accuracy, support a large range of DSLR, s3/8&amp;quot; stud and 3/8&amp;quot; female receiver for working with other accessories. (note: include link to pole listing)&lt;br /&gt;
&lt;br /&gt;
Fanotec also manufactures the lightweight [http://nodalninja.com/products/ezlevelers.html EZ-Leveler-II] with or without built in rotators. These EZ-levelers are designed to help fine tune the leveling of a pano head.&lt;br /&gt;
&lt;br /&gt;
=== Hama ===&lt;br /&gt;
&lt;br /&gt;
Distributor of -&amp;gt; [[#Panamatic|Panamatic]]&lt;br /&gt;
&lt;br /&gt;
=== Jasper ===&lt;br /&gt;
&lt;br /&gt;
For me, the [http://www.stereoscopy.com/jasper/panorama.html Jasper Engineering] head has been an excellent value. At about $200, it's strong enough for serious 35mm or comparable digital cameras, which can be used horizontally or (with the included adapter) vertically. [[No-parallax point]] correction is horizontal and covers a variety of focal lengths as long as (I'm guessing) 135mm or more. Like so many heads, a bubble level is included, but hard to read when the head is set up at eye level. The builder will add custom touches very reasonably, In my case I put a Wimberly/Arca quick realease plate on the base. The base is machined aluminum; they provided a peel and stick piece of rubber for the base (to keep the plate from slipping) for about ten bucks.&lt;br /&gt;
&lt;br /&gt;
Pivoting parts on this unit are tightened with cap screws which have patent caps on them to give more leverage in tightening. I ended up prying these off and taking a t-handle allen wrench with me. I'm using a D-70 and a 17-35 usually; a smaller camera would be fine without that extra step.&lt;br /&gt;
&lt;br /&gt;
=== Jobu Design ===&lt;br /&gt;
Manufacturer of two high quality panoramic tripod heads that compare very well to other heads employing the Arca Swiss clamping system.  &amp;lt;br&amp;gt; The [http://www.jobu-design.com/catalog/item/2588354/8921330.htm Jobu PGH-1] and a Manfrotto quick-release compatible version [http://www.jobu-design.com/catalog/item/2588354/9002527.htm PGH-KM1]. &amp;lt;br&amp;gt;  The Arca Swiss clamping system is used on almost all the high end panoramic heads as it provides significantly better clamping pressure with less force and virtually no wear on moving parts. A [http://www.youtube.com/watch?v=FnCDwLu-f1w review]&lt;br /&gt;
&lt;br /&gt;
The fact that the focusing rail may protrude slightly into fisheye images has absolutely no effect as this &amp;quot;defect&amp;quot; is easily and automatically removed by any stitching software as long as the overlap is large enough.&lt;br /&gt;
&lt;br /&gt;
=== Kaidan ===&lt;br /&gt;
&lt;br /&gt;
[http://www.kaidan.com Kaidan] is no longer selling products and as of April 2009 filed Chapter 7 Bankruptcy. (see [[Media:KaidanBankruptcyFiling.jpg|screenshot]])&lt;br /&gt;
&lt;br /&gt;
=== KingPano ===&lt;br /&gt;
&lt;br /&gt;
[http://www.kingpano.com/ KingPano] is a very affordable pan/tilt head that allows for horizontal and vertical rotation around the no-parallax point i.e. for [[high resolution partial panoramas|multi row panoramas]].&lt;br /&gt;
&lt;br /&gt;
===LinkDelight===&lt;br /&gt;
&lt;br /&gt;
[http://www.linkdelight.com/ LinkDelight] is a vendor of photographic goods on eBay.  They offer a [http://www.linkdelight.com/vmchk/Other-Tripods/Pro-360-Photography-Panoramic-Tripod-Head-Gimbal-Bracket-Kit/flypage.tpl.html Pro 360° Photography Panoramic Tripod Head &amp;amp;amp; Gimbal Bracket Kit], also referred to as K7G, with a rotator with click stops at a number of different increments, set by a pin, and what appears to be the ability to make both vertical and horizontal panoramas, but it's not clear if it even works.  What is clear is that the product photos show the camera mounted in a completely inappropriate position.&lt;br /&gt;
&lt;br /&gt;
=== Manfrotto ===&lt;br /&gt;
&lt;br /&gt;
A more expensive option is the Manfrotto 303SPH, a large, but well made head. It could double as a boat anchor! I (Rick) have the 303SPH and the Agnos mentioned below.  Manfrotto has a site dedicated to their line of pano heads [http://www.manfrotto.com/303SPH/ Manfrotto 303SPH Mini-Site]. Some users complain that the head sags - I have not experienced this. This head can be used with virtually any lens / camera combination. I used to use it with the FC-E9 fisheye, but the head left too large of a footprint in the image.&lt;br /&gt;
&lt;br /&gt;
Manfrotto has a service that helps to find the correct part number for [http://www.manfrotto.com/Jahia/spareparts/site/manfrotto/cache/offonce&amp;amp;t=R088Bg&amp;amp;e=qamwz1tcZOI spare parts] ([[Common_idiot_errors#Dropping_the_click-stop_selector_screw|...just in case you drop the click-stop selector screw]]).&lt;br /&gt;
&lt;br /&gt;
Manfrotto used to be distributed by [http://www.bogenimaging.us/ Bogen Imaging] in some countries.  They have now unified the name as Manfrotto Distribution.&lt;br /&gt;
&lt;br /&gt;
=== memorycardsman ===&lt;br /&gt;
&lt;br /&gt;
The FT-900H Precision 360 degrees Panoramic Tripod Head is marketed on eBay by vendor [http://search.ebay.com/_W0QQsassZmemorycardsmanQQhtZ-1 memorycardsman].  It appears to offer both horizontal and vertical mounting, multi-row, and comes with a rotator with click stops every 45°.  The [http://translate.google.com/translate?js=n&amp;amp;prev=_t&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;layout=2&amp;amp;eotf=1&amp;amp;sl=auto&amp;amp;tl=en&amp;amp;u=http%3A%2F%2Fwww.foto-katalog.ru%2Fcomments%2F70880%2FFancier_FT_900H%2F only feedback] on this unit is in Russian (the link is translated with [http://translate.google.com/ Google translate]), and is extremely negative about the product quality.&lt;br /&gt;
&lt;br /&gt;
=== MK PanoMachine / MK PanoHead ===&lt;br /&gt;
[http://www.marc-kairies.de/ MK Panorama Systeme], Germany, the new '''MK PanoMachine version 3.1''' is an automatic rotating VR head designed to move your camera from one shot to the next - the camera is released exactly in the right position. Version 3.1 has a new time-lapse mode as well as an integrated power management.&lt;br /&gt;
&lt;br /&gt;
MK Panorama Systeme, Germany launched with the new '''MK PanoHead''' a fine mechanical precision and high-quality 360° panoramic tripod head on the world market.&lt;br /&gt;
&lt;br /&gt;
Key features:&lt;br /&gt;
&lt;br /&gt;
• Panoramic tripod head for the stitching of digital panoramas&amp;lt;br /&amp;gt;&lt;br /&gt;
• Suited to create cylindrical, spherical and cubic panoramas as well as Multi-Row&amp;lt;br /&amp;gt;&lt;br /&gt;
• 360° panoramic plate with pre adjustable scale and integrated circular bubble&amp;lt;br /&amp;gt;&lt;br /&gt;
• Mount the MK PanoHead bracket alternatively on the Manfrotto MA 300 N or a 360° plate of your choice&amp;lt;br /&amp;gt;&lt;br /&gt;
• Motorize the MK PanoHead bracket with the MK PanoMachine or ROUNDSHOT VR Drive (with adapter)&amp;lt;br /&amp;gt;&lt;br /&gt;
• tilt up and down + / - 90° exactly in the no-parallax point (click-stops each 15°)&amp;lt;br /&amp;gt;&lt;br /&gt;
• The MK PanoHead allows the use of heavy digital SLR cameras and medium format cameras&amp;lt;br /&amp;gt;&lt;br /&gt;
• High-quality materials, fine mechanical work - Made in Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The company also provides a rental service.&lt;br /&gt;
&lt;br /&gt;
=== Nodal Ninja ===&lt;br /&gt;
&lt;br /&gt;
see -&amp;gt; [[#Fanotec|Fanotec]] (above) Manufacturer of [http://www.nodalninja.com Nodal Ninja] Panoramic Heads and Rotators.&lt;br /&gt;
&lt;br /&gt;
=== Novoflex ===&lt;br /&gt;
[http://www.novoflex.com/en/home/ Novoflex] is a German company with a good reputation in building high-precision photographic accessories.&lt;br /&gt;
The company offers now three different sets of already [http://www.novoflex.com/en/products/panorama-photography/ pre-assembled products] as well as [http://www.novoflex.com/en/products/panorama-photography/panorama-plate/ four different rotators].&lt;br /&gt;
&lt;br /&gt;
All parts are built modular to be combine- and interchangeable with other parts from Novoflex. E.g. you can use a standard angle bracket or focusing rack as a part of your panohead setup. This makes it easy to create a custom panorama head that fits your specific needs. Also, it gives you the option to upgrade your setup - or easily re-order a broken part.&lt;br /&gt;
&lt;br /&gt;
Works great with heavy gear.&lt;br /&gt;
===Owl===&lt;br /&gt;
&lt;br /&gt;
The [http://www.xhia.de/owl.html Owl] panoramic head is a vertical mount head with a single horizontal rail. It does not allow moving the camera along the lens axis. Instead, it uses a second rotator to rotate the camera to position the no-parallax point above the axis of rotation of the adapter. The rail has a scale and the rotator has degree indications. The no-parallax point distance is the distance on the rail divided by the trigonometrical sine of the angle. Apparently this type of construction is meant for single-row panoramas only while providing a stable hold for heavier lens/camera combinations.&lt;br /&gt;
&lt;br /&gt;
=== Panamatic ===&lt;br /&gt;
&lt;br /&gt;
A more than affordable solution. Judging from information available at their [http://www.panamatic.com/ web site] this &amp;quot;head&amp;quot; is not only extremely inexpensive but also mostly useless. No way to mount a camera in a way so that the lens turns around it's NPP, and no click stops. The pan head of a standard tripod isn't worse but maybe more stable. Also marketed as [http://www.photoaxe.com/hama-panorama-kit/ Hama Panorama Kit]. Better try handheld shots...&lt;br /&gt;
&lt;br /&gt;
As of October 2010, the domain panamatic.com appears to have been taken over by a domain squatter.&lt;br /&gt;
&lt;br /&gt;
===Pano-MAXX===&lt;br /&gt;
&lt;br /&gt;
[http://www.panorama-hardware.de/cgi-bin/framestore.cgi?action=link&amp;amp;sku=PM&amp;amp;lang=com pano-MAXX] is a low-cost German panorama head.  It features multi-row vertical orientation and a rotator with click stops at 22.5°, 30° and 36° increments, more click stops selectable by changing a plate. The Pano-Maxx rail system is simple to adjust.&lt;br /&gt;
&lt;br /&gt;
=== Panosaurus ===&lt;br /&gt;
&lt;br /&gt;
Very affordable pan/tilt head which allows for horizontal and vertical rotation around the no-parallax point i.e. for [[high resolution partial panoramas|multi row panoramas]] are the, [http://gregwired.com/pano/Pano.htm Panosaurus] and [http://www.kingpano.com/ KingPano].&lt;br /&gt;
&lt;br /&gt;
=== Pinnacle VR ===&lt;br /&gt;
&lt;br /&gt;
Priced towards the upper end of the middle ($499) is the Pinnacle VR Universal Pano Head that will work with any camera where the tripod hole is in the center of the lens axis. Using pin registration, it can accomodate cameras with or without battery grips attached and supports a wide range of lenses from fisheye to 135mm (on a full frame sensor, 80mm on an APS sized sensor). Details and sample sets of images with PTGui templates can be found at [http://www.pinnacle-vr.com/ Pinnacle VR]&lt;br /&gt;
&lt;br /&gt;
=== PT4Pano ===&lt;br /&gt;
&lt;br /&gt;
German manufacturer specialized on extremely lightweight and precise panorama heads with minimal footprint, optimized for single row panoramas with compact cameras. Different types of rotators and leveling plates (also combined in one product) should work with existing gear, e.g. L-brackets. They also offer a 1.2 ~ 4.1 m / 1.7 kg MonoPod with carbon tubes. [http://pt4pano.com/ PT4Pano.com]&lt;br /&gt;
&lt;br /&gt;
=== QTVR HEADS ===&lt;br /&gt;
&lt;br /&gt;
[http://www.qtvrheads.pl/images/szynasmallwymiar.jpg DOBAS-01] and [http://www.qtvrheads.pl/images/cylindryczna2.jpg DOBAS-02] made by [http://www.qtvrheads.pl/indexen.htm QTVR HEADS POLAND] is high quality, reliable and easy in use panorama head in excellent . It is made of anodized aluminium and stainless steel - the highest quality materials with LIFETIME WARRANTY !!&lt;br /&gt;
&lt;br /&gt;
With [http://www.qtvrheads.pl/indexen.htm DOBAS-01] panorama head you will be able to do single row 360 degree cylindrical panoramas as well as multirow 360x180 degree spherical panoramas, or mosaics. DOBAS-01 is &amp;quot;universal&amp;quot; fitting most point and shoot cameras, SLR's and DSLR's. It fits many medium to large format camera like BRONICA ETRSi. I used that pano head with heavy cameras like OLYMPUS E-1 + ZUIKO DIGITAL 8  or OLYMPUS E-3 + ZD8&lt;br /&gt;
Bubble level helps to keep whole system horizontally. Camera is mounted to the panorama head with standard 1/4'' screw. Wieght less 400 grams. Price (about 100$ or 80 EUR)&lt;br /&gt;
&lt;br /&gt;
[http://www.qtvrheads.pl/images/cylindryczna2.jpg DOBAS-02] panorama head is ultralight pano head for cylindrical panoramas. Wieght less 200 grams. Price (about 55$ or 45 EUR)&lt;br /&gt;
&lt;br /&gt;
=== Really Right Stuff ===&lt;br /&gt;
[http://reallyrightstuff.com/pano/04.html RRS] panorama equipment is nicely machined, modular gear.&lt;br /&gt;
&lt;br /&gt;
=== Rodeon VR ===&lt;br /&gt;
The [http://www.dr-clauss.de/RODEONVRHead_e.htm Rodeon VR Head] is a programmable pano head. Tilt and Rotation are motorised, all steps can be controlled using a Bluetooth device (Notebook or PDA).&lt;br /&gt;
&lt;br /&gt;
=== Reviews ===&lt;br /&gt;
Various unbiased reviews are floating about on many of these panorama tripod heads:&lt;br /&gt;
&lt;br /&gt;
'''360Precision''':&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=2 360 Rage] |&lt;br /&gt;
[http://www.panoguide.com/forums/tipsntricks/2179 PanoGuide Forum] |&lt;br /&gt;
[http://www.chem.ox.ac.uk/oxfordtour/tutorial/index.asp?ID=40&amp;amp;pagename=360precision%20Adjuste Dr. Karl Harrison] |&lt;br /&gt;
[http://www.fromparis.com/html/technical_us_quicktime_vr_360precision_adjuste_head_part1.php Eric Rougier] |&lt;br /&gt;
&lt;br /&gt;
'''Kaidan''':&lt;br /&gt;
[http://www.precomania.com/rating_getprodrev.php/product_id=9277958/id_type=M Precomania] |&lt;br /&gt;
[http://www.vrphotography.com/data/pages/casestudies/vrheadreview1103.html VRPhotography] Note: This is an older review |&lt;br /&gt;
[http://rosaurophotography.com/html/panoramas/vr_review/quickpanpro/quickpanpro_review.html Rosauro Ona] |&lt;br /&gt;
&lt;br /&gt;
'''KingPano''':&lt;br /&gt;
[http://www.tawbaware.com/kingpano_review.htm Max Lyons / Tawbaware] |&lt;br /&gt;
&lt;br /&gt;
'''Manfrotto 303SPH''':&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/303sph/303sph_review.html Rosauro Ona] |&lt;br /&gt;
[http://www.precomania.com/publicprofile.php/productreviews/userid=624974 Precomania] |&lt;br /&gt;
[http://www.vrphotography.com/data/pages/casestudies/vrheadreview1103.html VRPhotography] |&lt;br /&gt;
&lt;br /&gt;
'''MK PanoMachine / MK PanoHead''':&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/mkpanohead/mkpanohead_review.html l Rosauro Ona] |&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja''':&lt;br /&gt;
[http://www.tawbaware.com/nodalninja_review.htm Max Lyons - NN1] |&lt;br /&gt;
[http://www.photography-on-the.net/forum/showthread.php?t=93015 Canon Digital Photography - NN1] |&lt;br /&gt;
[http://www.pic.templetons.com/brad/pano/panorama-head.html Brad Templeton - NN2] |&lt;br /&gt;
[http://www.applelinks.com/index.php/more/nodal_ninja_3_review_of_camera_supporter_for_panomarama_photos/ Applelinks - NN3] |&lt;br /&gt;
[http://www.geek.com/fanotec-nodal-ninja-3-spherical-tripod-head/?welcome=true Josh Korwin - NN3] |&lt;br /&gt;
[http://www.fromparis.com/html/technical_us_quicktime_vr_small_nadir_hole.php Eric Rougier - NN3] |&lt;br /&gt;
[http://www.pixelmania.nl/artikel.aspx?rubriekid=2&amp;amp;artikelid=301 Pixelmania (dutch) - NN3] |&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=9 360 Rage - NN3] |&lt;br /&gt;
[http://www.galerie-photo.com/panoramique-nodal-ninja.html Thierry Rebours (french)- NN3] |&lt;br /&gt;
[http://www.camera2go.nl/digitale-camera/Dankzij-de-Nodal-Ninja-3-gemakkelijk-panorama-s-maken.html Cameraportal (dutch) - NN3] |&lt;br /&gt;
[http://www.panoguide.com/forums/tipsntricks/1984/ John Houghton - NN3] |&lt;br /&gt;
[http://www.nodalninja.com/DPhotoUK_05_07_1024.jpg Digital Photography Magazine (May 07) - NN3] |&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/nn3/nn3_review.html Rosauro Ona - NN3 MKII] |&lt;br /&gt;
[http://www.photoproductsreviewed.com/index.php?option=com_content&amp;amp;view=article&amp;amp;catid=7:tripods&amp;amp;id=106:nodal-ninja-3-mkii-full-spherical-multirow-panoramic-tripod-head Photo Products Reviewed - NN3 MKII] |&lt;br /&gt;
[http://www.vrmag.org/vartist/VR_industry/REVIEW_OF_NODAL_NINJA_NN3_AND_PREVIEW_OF_THE_NEW_NN5.html VRMag - NN3, NN5] |&lt;br /&gt;
[http://www.dslrusers.com/viewtopic.php?f=5&amp;amp;t=34293 DSLR Users - NN5L] |&lt;br /&gt;
[http://www.tawbaware.com/nn5_review.html Max Lyons - NN5] |&lt;br /&gt;
[http://www.digitalmagasinet.dk/show.asp?ID=1571 Digital Magasinet (Dannish) - NN5] |&lt;br /&gt;
[http://www.amazon.com/Nodal-Spherical-Multirow-Panoramic-Tripod/dp/B001K38Y5O Amazon.com - NN5] |&lt;br /&gt;
[http://www.photo.it-enquirer.com/2008/09/11/nodal-ninja-nn5 IT Enquirer NN5] |&lt;br /&gt;
[http://www.expertreviews.co.uk/gadgets/246292/nodal-ninja-5-with-rotator-12 Expert Reviews - NN5 w/RD12] |&lt;br /&gt;
[http://www.newyorkpanorama.com/2010/09/16/nodal-ninja-review/ Joergen Geerds - NN5 w/RD16, EZ-Leveler-II] |&lt;br /&gt;
[http://www.tawbaware.com/nn5_review2.html/ Max Lyons - NN5 w/RD16] |&lt;br /&gt;
[http://www.jorgphoto.com/2010/10/04/nodal-ninja-good-as-gold/ Andrew Jorgensen - R1 EZ-Leveler-II] |&lt;br /&gt;
[http://www.dentonimages.com/page.php?id=Fanotec_Nodal_Ninja_5_with_RD16_Rotator_Review Denton Images - NN5 w/RD16] |&lt;br /&gt;
[http://www.opyd.net/brianopyd/index.php/articles/equipment/22-nn5rd16panoheadreview Brian Opyd - NN5 w/RD16] |&lt;br /&gt;
[http://www.nodalninja.com/testimonials.html Customer Testimonials] |&lt;br /&gt;
&lt;br /&gt;
'''Novoflex''':&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=12 360 Rage] |&lt;br /&gt;
&lt;br /&gt;
'''Panosaurus''':&lt;br /&gt;
[http://www.tawbaware.com/panosaurus_review.htm Tabaware] |&lt;br /&gt;
[http://panoramicearth.blogspot.com/2006/06/part-2-panorsaurus-head-review.html Peter Watts] |&lt;br /&gt;
[http://www.panoguide.com/forums/qna/2467 Panoguide forum] |&lt;br /&gt;
&lt;br /&gt;
'''Pinnacle VR''':&lt;br /&gt;
[http://www.seeit360.net/index.php?page=pvr Sacha Griffin] |&lt;br /&gt;
&lt;br /&gt;
== Lens brackets ==&lt;br /&gt;
Another way to keep the lens/camera fixed to the [[no-parallax point]] are lens brackets that directly mounted onto the lens itself. The advantages are less vibrations but the drawback is that you need one bracket for each lens. They are a special type of a [[NPP adapters|no-parallax adapter]].&lt;br /&gt;
&lt;br /&gt;
Some examples:&lt;br /&gt;
&lt;br /&gt;
* Agnos [http://www.agnos.com/catalogo.htm?v_categ_lista=PR001-RINGT Lens ring]&lt;br /&gt;
* ''Atome'' series by [http://www.360precision.com/ 360Precision]&lt;br /&gt;
* Laser cut wooden brackets from [http://www.bophoto.com/bracket/ Pano Bracket from bophoto]&lt;br /&gt;
* Self made bracket from [http://homepage.mac.com/wkaemena/Nikon8Head.jpg Willy Kaemena]&lt;br /&gt;
&lt;br /&gt;
== L-brackets, rails, quick release plates ==&lt;br /&gt;
A [http://www.afximages.com/stuff/arca-plates-xref.html compatibility table] lists different brands of '''Arca Swiss style''' plates (and their counterparts). This could help to combine already bought equipment with parts of a different manufacturer, e.g. an old Manfrotto rotator with an additional quick release plate could be connected with a Novoflex L-bracket...&lt;br /&gt;
&lt;br /&gt;
== Self made ==&lt;br /&gt;
&lt;br /&gt;
If you want to build our own pan/tilt head you might get some ideas from those shown below.&lt;br /&gt;
&lt;br /&gt;
Multirow&lt;br /&gt;
* [http://www.panotools.org/dersch/heliarVR/heliarVR0.html Helmut Dersch]&lt;br /&gt;
* [http://www.erik-krause.de/panohead Erik Krause]&lt;br /&gt;
* [http://www.trozzreaxxion.net/misc/panorama/panorama.html Mike Runge (German)]&lt;br /&gt;
* [http://blog.robertbreuer.com/?p=16 Robert Breuer (German)]&lt;br /&gt;
* [http://www.dffe.at/panohead/ Bernhard Vogl]&lt;br /&gt;
* [http://www.nyfeler-mueller.ch/MonoPodHead/QTVR/MonopodHeadQTVR.html Peter Nyfeler/Monopod]&lt;br /&gt;
* [http://www.nyfeler-mueller.ch/PanoHeadMulti/PanoHeadMulti.html Peter Nyfeler/Tripod]&lt;br /&gt;
* [http://www.chem.uky.edu/xray/people/Parkin/panohead/panohead.html Sean Parkin (English)]&lt;br /&gt;
* [http://www.nodalsamurai.co.uk/nodalsamurai.html Pete Loud's Nodal Samurai]&lt;br /&gt;
* [http://www.scotthendershot.com/Panohead/UniversalPanoHead.htm Scott Hendershot]&lt;br /&gt;
* [http://www.pbase.com/atucker/image/40469012 Tom Sherry]&lt;br /&gt;
* [http://photocreations.ca/equipment/index.html Jim Watters]&lt;br /&gt;
* [http://www.360bilder.de/eng/nodalpoint.html Bernd Dohrmann]&lt;br /&gt;
* [http://www.worth1000.com/tutorial.asp?sid=161123&amp;amp;page=1 low cost wooden head by arodrix]&lt;br /&gt;
* [http://www.w3a2z.net/PHead/ John McAllister]&lt;br /&gt;
* [http://einem.net/tech/voigtlaender/ Carl von Einem]&lt;br /&gt;
* [http://www.milan-knizek.net/cms/panoramaticka-hlava-levne-reseni/ Milan Knížek (Czech)]&lt;br /&gt;
* [http://cartola.org/fotos/index-201010.php?dir=Diversas/Engenhocas/Cabeca_Tripe_Panoramica Carlos Eduardo Carvalho (Brazil)]&lt;br /&gt;
* [http://cartola.org/fotos/index-201010.php?dir=Diversas/Engenhocas/Cabeca_Tripe_Panoramica-v02 Carlos Eduardo Carvalho model #2 (Brazil)]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/09/hinter-den-kulissen-der-panoramafotografie-teil-i-die-ausrustung-fur-die-panoramafotografie-im-selbstbau/ Tilman Bremer (German)]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/09/panoramic-photography-revealed-part-i-hardware-for-panoramic-photography-diy/ Tilman Bremer (English)]&lt;br /&gt;
* [http://blog.pryds.eu/2012/07/build-your-own-panoramic-head-novice.html Thomas Pryds]&lt;br /&gt;
* [http://rasterweb.net/raster/projects/panohead/ Pete Prodoehl]&lt;br /&gt;
&lt;br /&gt;
Single row&lt;br /&gt;
* [http://www.heiliger-net.de/panphoto/n_hardware.htm Panphoto.de (German)]&lt;br /&gt;
* [http://panorama.dyndns.org/panohead/simplest_panohead_ever.html Harry van der Wolf]&lt;br /&gt;
* [http://anthonygoh.webs.com/large-pano-head Anthony Goh (Singapore) ]&lt;br /&gt;
* [http://anthonygoh.webs.com/pano-head-for-micro-4-3 Anthony Goh compact version (Singapore)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Material supply ===&lt;br /&gt;
Since you often can't get the popular aluminium profiles in your local do-it-yourself store here some possible suppliers:&lt;br /&gt;
* Item International http://www.item-international.com - Internationally active&lt;br /&gt;
* CAP http://www.aluprofil.com - situated in Austria&lt;br /&gt;
* MayTec http://www.maytec.org - situated in Germany&lt;br /&gt;
* KJN Aluminium Profile http://www.kjnltd.co.uk/ - situated in UK&lt;br /&gt;
* TSlots Aluminium Profiles (metric and fraction) http://www.tslots.com/ - North America&lt;br /&gt;
&lt;br /&gt;
A web search for &amp;quot;aluprofil&amp;quot; or &amp;quot;aluminium profile&amp;quot; might reveal other suppliers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Heads</id>
		<title>Heads</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Heads"/>
				<updated>2012-12-29T11:54:08Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Reverted edits by Bryan00009 (talk) to last revision by Erik Krause&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|Rigs to mount a camera on a tripod in order to pan and tilt around the [[No-parallax point]]}}&lt;br /&gt;
== Off the shelf ==&lt;br /&gt;
&lt;br /&gt;
There is a number of commercial panoramic tripod heads on the market, at widely varying prices. Panorama heads are actually very different kinds of animals and each manufacturer seems to have a different understanding about which functionality has to be part of such a head. Some are made of plastic or even &amp;quot;aircraft&amp;quot; aluminum, you might also fall in love with a stylish wooden head. The price range varies from &amp;quot;a round of beers&amp;quot; to something close to a visit on ISS. Some of them are a joke, a lot of them work nicely, some are specialised on certain body/lens combos, a few have that very professional wow factor. Choose yourself, and if unsure, don't hesitate to ask the members of [http://tech.groups.yahoo.com/group/PanoToolsNG/ Panotools NG] what fits your needs.&lt;br /&gt;
&lt;br /&gt;
=== 360Precision ===&lt;br /&gt;
&lt;br /&gt;
[http://www.360precision.com/ 360Precision] offer different panorama heads, all CNC machined but with that hand crafted touch. Very elegant products, and certainly more expensive than you might expect.  but are very predictable panoramic heads.  They are very sturdy and at the same time elegant.&lt;br /&gt;
&lt;br /&gt;
The '''Absolute''' is a very plausible option for those that make panoramas frequently and with the same equipment each time. It is built to a specific body and specific lens combination, saving the photographer the need to find the entrance pupil for their lens and midpoint of the camera. Because of this, it is a very precise way to batch-create panoramas without needing to generate control points for each panorama. The sacrifice is that you lose the option of using a different combination of camera and lens with this head until you purchase an additional lens arm.&lt;br /&gt;
&lt;br /&gt;
Although these limits may seem restrictive, the results are very, very predictable. One possible workflow includes calibrating a template in your software (hugin, PTGui, PTMac), and for every panorama afterward, apply the template and immediately skip to stitching. This saves you the time spent in generating and correcting control points in each panorama. For those that can save significant amounts of time and/or money by doing this, this head truly is a life saver. The generation of the template can be time consuming but may save you hours upon hours of post processing time compared to other solutions.&lt;br /&gt;
&lt;br /&gt;
It is possible to upgrade the 360Precision in modular ways, for instance if you decide to use a different lens for your panoramas, you can order just the lens arm you need, or if you decide to use a different camera for panoramas, you can order just the different camera leg and use the same lens arm.&lt;br /&gt;
&lt;br /&gt;
The '''Adjuste''' is nearly as strong as the Absolute but is easily adaptable for different camera / lens setups. The diameter of the rotating base is smaller which makes for a better (smaller) footprint if you shoot full spherical panoramas.&lt;br /&gt;
&lt;br /&gt;
=== Agnos ===&lt;br /&gt;
&lt;br /&gt;
[http://www.agnos.com Agnos] - Italian manufacturer of panoramic heads and accesories for panoramic photography. I bought an adapter for my fc-e9 fisheye adapter and it is very well built and of a good quality. They will also release (if they didn't yet) a new solution for creating a spherical pano out of 3 pics taken at 120 degrees each with a DSLR rotated at 45 degrees (!).&lt;br /&gt;
&lt;br /&gt;
=== AutoMate ===&lt;br /&gt;
&lt;br /&gt;
[http://www.thegadgetworks.com The Gadget Works] offers AutoMate, a motorized pan-tilt head that is unique in many ways.  As the lightest (2 pounds/ 1 Kg) and most compact (4&amp;quot; x 5.5&amp;quot; x 4.5&amp;quot; / 100mm x 145mm x 115mm) robotic pano head on the market, it is particularly well suited for taking into the wilds. AutoMate was originally designed for making gigapixel landscape panos and works quite well for that purpose.  It is not well suited for making interior panos or any pano where there are objects in focus closer than about 30 meters, due to parallax issues.  The AutoMate controller is a phone or PDA with Bluetooth, but unlike other Bluetooth-controlled pano heads, the controller does not need to be connected to the head more than a few seconds, eliminating the problem of dropping the connection during the taking of the pano.  This is because the app running on the smartphone generates a program based on the user's input and then sends that program to the head which contains a computer that saves the program in EEPROM memory.  After receiving and storing the program, the robot's program reads it back out and executes the instructions to pan, tilt, half-press and full-press the shutter (electronically through the camera's remote shutter release port). The user can save the current settings on the smartphone, giving the file a memorable name for recalling again if they want to repeat the same process.  Even more conveniently, the app remembers the most recent settings and uses them as the default settings set the next time they start up the  phone app. There are two apps, one for Windows Mobile phones and one for Android phones.  The Android app does not yet have the panorama feature and concentrates on timelapse and HDR.  The Windows Mobile app has both panorama and timelapse features.  Both apps have a programmer interface that allows the user to write their custom programs.  The Windows Mobile app also has a trigger sensor that can be used for capturing the elusive snow leopard in her cave (just as an example :-).&lt;br /&gt;
&lt;br /&gt;
=== Benro ===&lt;br /&gt;
&lt;br /&gt;
[http://english.benro.cn/gimbalhead.aspx Benro ] offer a number of gimbal heads which could function as panorama brackets.  The most recent is the [http://english.benro.cn/CpListGG.aspx?ParaId=0&amp;amp;id=87&amp;amp;ProductId=971 GH3], which incorporates a rotator and a gimbal mount.&lt;br /&gt;
&lt;br /&gt;
=== Bogen ===&lt;br /&gt;
&lt;br /&gt;
[http://www.bogenimaging.us/Jahia/home_page Bogen imaging] is now known as (see below) [[#Manfrotto|Manfrotto Distribution]].&lt;br /&gt;
&lt;br /&gt;
=== Cambo ===&lt;br /&gt;
&lt;br /&gt;
Dutch manufacturer [http://www.cambo.com/ Cambo] offers a panoramic head set [http://www.cambo.com/Html/products_photo/set01/english/internet/Item21908.html CLH-500] which has an integrated leveling mechanism and what looks like [[#L-brackets.2C_rails.2C_quick_release_plates|Arca-Swiss compatible]] quick release mounts.&lt;br /&gt;
&lt;br /&gt;
=== DOBAS-01 and DOBAS-02 ===&lt;br /&gt;
&lt;br /&gt;
see &amp;gt; [[#QTVR HEADS|QTVR HEADS]]&lt;br /&gt;
&lt;br /&gt;
=== Fanotec ===&lt;br /&gt;
Fanotec, founded by developer and inventor Nick Fan, is based in Hong Kong. Fanotec manufactures the award winning [http://www.NodalNinja.com/ Nodal Ninja] panoramic tripod heads and accessories. They use high quality lightweight aluminum alloy and state of art CNC machining processes. Nodal Ninja is the only pano head built and refined from end user feedback over several years. From universal to specific model designs there are configurations to fit almost any camera and lenses and shooting style. Design objectives for all models include quality, ease of use, portability and price with some models starting at $179. These pano heads allow the user to produce virtually any type of panorama, from single row 360 degree cylindrical panoramas to multirow 360x180 degree spherical panoramas to multi-image mosaics like the super high resolution [http://en.wikipedia.org/wiki/Gigapixel_image gigapixel images]. Added features also include rail stops to remember&lt;br /&gt;
positioning of camera settings [http://wiki.panotools.org/Entrance_pupil no parallax point] and variable click stops so you can feel the rotational increments while rotating the head. All pano heads also allow for mounting a camera in landscape mode. The heads are available with the new CNC machined advanced rotators. The changing click stops on-the-fly is as easy as changing a knob from one whole to the next. Depending on rotator model click stops are available from 180&lt;br /&gt;
degrees to 3.75 degree click stops - the smallest click stop of any pano head rotator on the market. Fanotec currently builds 4 basic pano head model series combined with a choice of 4 different rotators.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 180:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja180.html NN180] is intended to simplify panoramas by allowing “single row” shooting only. This makes it ideal for uses of large diameter circular fisheye lenses such as the Sigma 4.5mm &amp;amp; 8mm, Sunex 5.6mm, and Nikon FC-E8/E9, IPIX, FC-E8/E9, Raynox, Samyang etc. You can also use longer focal length lenses for single row panoramas. '''--The NN180 has been discontinued.--'''&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 3 series:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja3.html NN3-MKII] is an award winning pano head. Lightweight, compact and strong, great for those on the go and a popular choice&lt;br /&gt;
for Real Estate Photographers, hobbyists, hikers and travelers. This model supports most point and shoot cameras and many smaller DSLR’s.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 5/5L series:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja5.html NN5/5L] is built bigger and stronger and more precise supporting up to 22 lbs (10kgs). Fits all DSLR’s, including Nikon D3X and Canon MKII with or without battery grips, and even some medium format cameras. This series is best suited for both single row and multirow panoramas using wide angle to extremely long focal lengths lenses. The casting mold reached the end of its life span. It's successor, due out by end 2010, will be modular in design and built to even greater precision standards.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja Ultimate R1 and R10:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/ultimate.html R1 and R10] is part of the new &amp;quot;Ultimate&amp;quot; line of CNC machined components. These are ring style pano heads which uses a lens clamping system. The ring attaches to the lens collar which in turn easily attaches to the head. It's important to note this clamping system does &amp;quot;not&amp;quot; interfere with the focusing capability of the lens. The unique cantilever design of the R1 is one-of-a-kind design and allows the user to select the best tilt option for their lens. By tilting the head up slightly, depending on lens, eliminates the need to shoot the zenith (up shot) for full spherical panoramas reducing both field and post production workflows. And the small diameter base leaves the photographer with an extremely small tripod footprint. This model is best suited for those using ultra wide fisheye lenses and when shooting very quick panoramas is paramount such as in populated areas. The R10&lt;br /&gt;
differs from R1 in that the tilt option is built in or static. Both R1 and R10 are available without rotators making them ideal for monopods and pole photography users as well.&lt;br /&gt;
&lt;br /&gt;
'''Carbon Fiber Poles Series 1'''&lt;br /&gt;
[http://store.nodalninja.com/categories/Pano-Poles/ Pano Poles] Fanotec poles are easy to operate and carry. They can be extended to maximum height in minutes by pushing up and locking each telescoping section. Made of carbon fiber tubes, they are light-weight, portable and are ideal for on-the-go situations and areas not accessible to vehicle mounted units. Fanotec poles are modular in design. Users can start up with a small module and gradually build up the height by stacking it to a larger module. Each module can be used independently (additional parts needed), creating an array of short poles with different stiffness for different applications, such as horizontal pole for cliff panoramas. Features and Highlights: Thick cross-layered carbon fiber tubes for maximum rigidity and durability, light weight,  compact in size - fit most cars and checked luggage, Anti-rotation system maintains rigid azimuth / yaw locking /accuracy, support a large range of DSLR, s3/8&amp;quot; stud and 3/8&amp;quot; female receiver for working with other accessories. (note: include link to pole listing)&lt;br /&gt;
&lt;br /&gt;
Fanotec also manufactures the lightweight [http://nodalninja.com/products/ezlevelers.html EZ-Leveler-II] with or without built in rotators. These EZ-levelers are designed to help fine tune the leveling of a pano head.&lt;br /&gt;
&lt;br /&gt;
=== Hama ===&lt;br /&gt;
&lt;br /&gt;
Distributor of -&amp;gt; [[#Panamatic|Panamatic]]&lt;br /&gt;
&lt;br /&gt;
=== Jasper ===&lt;br /&gt;
&lt;br /&gt;
For me, the [http://www.stereoscopy.com/jasper/panorama.html Jasper Engineering] head has been an excellent value. At about $200, it's strong enough for serious 35mm or comparable digital cameras, which can be used horizontally or (with the included adapter) vertically. [[No-parallax point]] correction is horizontal and covers a variety of focal lengths as long as (I'm guessing) 135mm or more. Like so many heads, a bubble level is included, but hard to read when the head is set up at eye level. The builder will add custom touches very reasonably, In my case I put a Wimberly/Arca quick realease plate on the base. The base is machined aluminum; they provided a peel and stick piece of rubber for the base (to keep the plate from slipping) for about ten bucks.&lt;br /&gt;
&lt;br /&gt;
Pivoting parts on this unit are tightened with cap screws which have patent caps on them to give more leverage in tightening. I ended up prying these off and taking a t-handle allen wrench with me. I'm using a D-70 and a 17-35 usually; a smaller camera would be fine without that extra step.&lt;br /&gt;
&lt;br /&gt;
=== Jobu Design ===&lt;br /&gt;
Manufacturer of two high quality panoramic tripod heads that compare very well to other heads employing the Arca Swiss clamping system.  &amp;lt;br&amp;gt; The [http://www.jobu-design.com/catalog/item/2588354/8921330.htm Jobu PGH-1] and a Manfrotto quick-release compatible version [http://www.jobu-design.com/catalog/item/2588354/9002527.htm PGH-KM1]. &amp;lt;br&amp;gt;  The Arca Swiss clamping system is used on almost all the high end panoramic heads as it provides significantly better clamping pressure with less force and virtually no wear on moving parts. A [http://www.youtube.com/watch?v=FnCDwLu-f1w review]&lt;br /&gt;
&lt;br /&gt;
However, the vertical arm protrudes pretty much in front of the rotation axis. For short fisheye lenses it may extend in the image.&lt;br /&gt;
&lt;br /&gt;
=== Kaidan ===&lt;br /&gt;
&lt;br /&gt;
[http://www.kaidan.com Kaidan] is no longer selling products and as of April 2009 filed Chapter 7 Bankruptcy. (see [[Media:KaidanBankruptcyFiling.jpg|screenshot]])&lt;br /&gt;
&lt;br /&gt;
=== KingPano ===&lt;br /&gt;
&lt;br /&gt;
[http://www.kingpano.com/ KingPano] is a very affordable pan/tilt head that allows for horizontal and vertical rotation around the no-parallax point i.e. for [[high resolution partial panoramas|multi row panoramas]].&lt;br /&gt;
&lt;br /&gt;
===LinkDelight===&lt;br /&gt;
&lt;br /&gt;
[http://www.linkdelight.com/ LinkDelight] is a vendor of photographic goods on eBay.  They offer a [http://www.linkdelight.com/vmchk/Other-Tripods/Pro-360-Photography-Panoramic-Tripod-Head-Gimbal-Bracket-Kit/flypage.tpl.html Pro 360° Photography Panoramic Tripod Head &amp;amp;amp; Gimbal Bracket Kit], also referred to as K7G, with a rotator with click stops at a number of different increments, set by a pin, and what appears to be the ability to make both vertical and horizontal panoramas, but it's not clear if it even works.  What is clear is that the product photos show the camera mounted in a completely inappropriate position.&lt;br /&gt;
&lt;br /&gt;
=== Manfrotto ===&lt;br /&gt;
&lt;br /&gt;
A more expensive option is the Manfrotto 303SPH, a large, but well made head. It could double as a boat anchor! I (Rick) have the 303SPH and the Agnos mentioned below.  Manfrotto has a site dedicated to their line of pano heads [http://www.manfrotto.com/303SPH/ Manfrotto 303SPH Mini-Site]. Some users complain that the head sags - I have not experienced this. This head can be used with virtually any lens / camera combination. I used to use it with the FC-E9 fisheye, but the head left too large of a footprint in the image.&lt;br /&gt;
&lt;br /&gt;
Manfrotto has a service that helps to find the correct part number for [http://www.manfrotto.com/Jahia/spareparts/site/manfrotto/cache/offonce&amp;amp;t=R088Bg&amp;amp;e=qamwz1tcZOI spare parts] ([[Common_idiot_errors#Dropping_the_click-stop_selector_screw|...just in case you drop the click-stop selector screw]]).&lt;br /&gt;
&lt;br /&gt;
Manfrotto used to be distributed by [http://www.bogenimaging.us/ Bogen Imaging] in some countries.  They have now unified the name as Manfrotto Distribution.&lt;br /&gt;
&lt;br /&gt;
=== memorycardsman ===&lt;br /&gt;
&lt;br /&gt;
The FT-900H Precision 360 degrees Panoramic Tripod Head is marketed on eBay by vendor [http://search.ebay.com/_W0QQsassZmemorycardsmanQQhtZ-1 memorycardsman].  It appears to offer both horizontal and vertical mounting, multi-row, and comes with a rotator with click stops every 45°.  The [http://translate.google.com/translate?js=n&amp;amp;prev=_t&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;layout=2&amp;amp;eotf=1&amp;amp;sl=auto&amp;amp;tl=en&amp;amp;u=http%3A%2F%2Fwww.foto-katalog.ru%2Fcomments%2F70880%2FFancier_FT_900H%2F only feedback] on this unit is in Russian (the link is translated with [http://translate.google.com/ Google translate]), and is extremely negative about the product quality.&lt;br /&gt;
&lt;br /&gt;
=== MK PanoMachine / MK PanoHead ===&lt;br /&gt;
[http://www.marc-kairies.de/ MK Panorama Systeme], Germany, the new '''MK PanoMachine version 3.1''' is an automatic rotating VR head designed to move your camera from one shot to the next - the camera is released exactly in the right position. Version 3.1 has a new time-lapse mode as well as an integrated power management.&lt;br /&gt;
&lt;br /&gt;
MK Panorama Systeme, Germany launched with the new '''MK PanoHead''' a fine mechanical precision and high-quality 360° panoramic tripod head on the world market.&lt;br /&gt;
&lt;br /&gt;
Key features:&lt;br /&gt;
&lt;br /&gt;
• Panoramic tripod head for the stitching of digital panoramas&amp;lt;br /&amp;gt;&lt;br /&gt;
• Suited to create cylindrical, spherical and cubic panoramas as well as Multi-Row&amp;lt;br /&amp;gt;&lt;br /&gt;
• 360° panoramic plate with pre adjustable scale and integrated circular bubble&amp;lt;br /&amp;gt;&lt;br /&gt;
• Mount the MK PanoHead bracket alternatively on the Manfrotto MA 300 N or a 360° plate of your choice&amp;lt;br /&amp;gt;&lt;br /&gt;
• Motorize the MK PanoHead bracket with the MK PanoMachine or ROUNDSHOT VR Drive (with adapter)&amp;lt;br /&amp;gt;&lt;br /&gt;
• tilt up and down + / - 90° exactly in the no-parallax point (click-stops each 15°)&amp;lt;br /&amp;gt;&lt;br /&gt;
• The MK PanoHead allows the use of heavy digital SLR cameras and medium format cameras&amp;lt;br /&amp;gt;&lt;br /&gt;
• High-quality materials, fine mechanical work - Made in Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The company also provides a rental service.&lt;br /&gt;
&lt;br /&gt;
=== Nodal Ninja ===&lt;br /&gt;
&lt;br /&gt;
see -&amp;gt; [[#Fanotec|Fanotec]] (above) Manufacturer of [http://www.nodalninja.com Nodal Ninja] Panoramic Heads and Rotators.&lt;br /&gt;
&lt;br /&gt;
=== Novoflex ===&lt;br /&gt;
[http://www.novoflex.com/en/home/ Novoflex] is a German company with a good reputation in building high-precision photographic accessories.&lt;br /&gt;
The company offers now three different sets of already [http://www.novoflex.com/en/products/panorama-photography/ pre-assembled products] as well as [http://www.novoflex.com/en/products/panorama-photography/panorama-plate/ four different rotators].&lt;br /&gt;
&lt;br /&gt;
All parts are built modular to be combine- and interchangeable with other parts from Novoflex. E.g. you can use a standard angle bracket or focusing rack as a part of your panohead setup. This makes it easy to create a custom panorama head that fits your specific needs. Also, it gives you the option to upgrade your setup - or easily re-order a broken part.&lt;br /&gt;
&lt;br /&gt;
Works great with heavy gear.&lt;br /&gt;
===Owl===&lt;br /&gt;
&lt;br /&gt;
The [http://www.xhia.de/owl.html Owl] panoramic head is a vertical mount head with a single horizontal rail. It does not allow moving the camera along the lens axis. Instead, it uses a second rotator to rotate the camera to position the no-parallax point above the axis of rotation of the adapter. The rail has a scale and the rotator has degree indications. The no-parallax point distance is the distance on the rail divided by the trigonometrical sine of the angle. Apparently this type of construction is meant for single-row panoramas only while providing a stable hold for heavier lens/camera combinations.&lt;br /&gt;
&lt;br /&gt;
=== Panamatic ===&lt;br /&gt;
&lt;br /&gt;
A more than affordable solution. Judging from information available at their [http://www.panamatic.com/ web site] this &amp;quot;head&amp;quot; is not only extremely inexpensive but also mostly useless. No way to mount a camera in a way so that the lens turns around it's NPP, and no click stops. The pan head of a standard tripod isn't worse but maybe more stable. Also marketed as [http://www.photoaxe.com/hama-panorama-kit/ Hama Panorama Kit]. Better try handheld shots...&lt;br /&gt;
&lt;br /&gt;
As of October 2010, the domain panamatic.com appears to have been taken over by a domain squatter.&lt;br /&gt;
&lt;br /&gt;
===Pano-MAXX===&lt;br /&gt;
&lt;br /&gt;
[http://www.panorama-hardware.de/cgi-bin/framestore.cgi?action=link&amp;amp;sku=PM&amp;amp;lang=com pano-MAXX] is a low-cost German panorama head.  It features multi-row vertical orientation and a rotator with click stops at 22.5°, 30° and 36° increments, more click stops selectable by changing a plate. The Pano-Maxx rail system is simple to adjust.&lt;br /&gt;
&lt;br /&gt;
=== Panosaurus ===&lt;br /&gt;
&lt;br /&gt;
Very affordable pan/tilt head which allows for horizontal and vertical rotation around the no-parallax point i.e. for [[high resolution partial panoramas|multi row panoramas]] are the, [http://gregwired.com/pano/Pano.htm Panosaurus] and [http://www.kingpano.com/ KingPano].&lt;br /&gt;
&lt;br /&gt;
=== Pinnacle VR ===&lt;br /&gt;
&lt;br /&gt;
Priced towards the upper end of the middle ($499) is the Pinnacle VR Universal Pano Head that will work with any camera where the tripod hole is in the center of the lens axis. Using pin registration, it can accomodate cameras with or without battery grips attached and supports a wide range of lenses from fisheye to 135mm (on a full frame sensor, 80mm on an APS sized sensor). Details and sample sets of images with PTGui templates can be found at [http://www.pinnacle-vr.com/ Pinnacle VR]&lt;br /&gt;
&lt;br /&gt;
=== PT4Pano ===&lt;br /&gt;
&lt;br /&gt;
German manufacturer specialized on extremely lightweight and precise panorama heads with minimal footprint, optimized for single row panoramas with compact cameras. Different types of rotators and leveling plates (also combined in one product) should work with existing gear, e.g. L-brackets. They also offer a 1.2 ~ 4.1 m / 1.7 kg MonoPod with carbon tubes. [http://pt4pano.com/ PT4Pano.com]&lt;br /&gt;
&lt;br /&gt;
=== QTVR HEADS ===&lt;br /&gt;
&lt;br /&gt;
[http://www.qtvrheads.pl/images/szynasmallwymiar.jpg DOBAS-01] and [http://www.qtvrheads.pl/images/cylindryczna2.jpg DOBAS-02] made by [http://www.qtvrheads.pl/indexen.htm QTVR HEADS POLAND] is high quality, reliable and easy in use panorama head in excellent . It is made of anodized aluminium and stainless steel - the highest quality materials with LIFETIME WARRANTY !!&lt;br /&gt;
&lt;br /&gt;
With [http://www.qtvrheads.pl/indexen.htm DOBAS-01] panorama head you will be able to do single row 360 degree cylindrical panoramas as well as multirow 360x180 degree spherical panoramas, or mosaics. DOBAS-01 is &amp;quot;universal&amp;quot; fitting most point and shoot cameras, SLR's and DSLR's. It fits many medium to large format camera like BRONICA ETRSi. I used that pano head with heavy cameras like OLYMPUS E-1 + ZUIKO DIGITAL 8  or OLYMPUS E-3 + ZD8&lt;br /&gt;
Bubble level helps to keep whole system horizontally. Camera is mounted to the panorama head with standard 1/4'' screw. Wieght less 400 grams. Price (about 100$ or 80 EUR)&lt;br /&gt;
&lt;br /&gt;
[http://www.qtvrheads.pl/images/cylindryczna2.jpg DOBAS-02] panorama head is ultralight pano head for cylindrical panoramas. Wieght less 200 grams. Price (about 55$ or 45 EUR)&lt;br /&gt;
&lt;br /&gt;
=== Really Right Stuff ===&lt;br /&gt;
[http://reallyrightstuff.com/pano/04.html RRS] panorama equipment is nicely machined, modular gear.&lt;br /&gt;
&lt;br /&gt;
=== Rodeon VR ===&lt;br /&gt;
The [http://www.dr-clauss.de/RODEONVRHead_e.htm Rodeon VR Head] is a programmable pano head. Tilt and Rotation are motorised, all steps can be controlled using a Bluetooth device (Notebook or PDA).&lt;br /&gt;
&lt;br /&gt;
=== Reviews ===&lt;br /&gt;
Various unbiased reviews are floating about on many of these panorama tripod heads:&lt;br /&gt;
&lt;br /&gt;
'''360Precision''':&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=2 360 Rage] |&lt;br /&gt;
[http://www.panoguide.com/forums/tipsntricks/2179 PanoGuide Forum] |&lt;br /&gt;
[http://www.chem.ox.ac.uk/oxfordtour/tutorial/index.asp?ID=40&amp;amp;pagename=360precision%20Adjuste Dr. Karl Harrison] |&lt;br /&gt;
[http://www.fromparis.com/html/technical_us_quicktime_vr_360precision_adjuste_head_part1.php Eric Rougier] |&lt;br /&gt;
&lt;br /&gt;
'''Kaidan''':&lt;br /&gt;
[http://www.precomania.com/rating_getprodrev.php/product_id=9277958/id_type=M Precomania] |&lt;br /&gt;
[http://www.vrphotography.com/data/pages/casestudies/vrheadreview1103.html VRPhotography] Note: This is an older review |&lt;br /&gt;
[http://rosaurophotography.com/html/panoramas/vr_review/quickpanpro/quickpanpro_review.html Rosauro Ona] |&lt;br /&gt;
&lt;br /&gt;
'''KingPano''':&lt;br /&gt;
[http://www.tawbaware.com/kingpano_review.htm Max Lyons / Tawbaware] |&lt;br /&gt;
&lt;br /&gt;
'''Manfrotto 303SPH''':&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/303sph/303sph_review.html Rosauro Ona] |&lt;br /&gt;
[http://www.precomania.com/publicprofile.php/productreviews/userid=624974 Precomania] |&lt;br /&gt;
[http://www.vrphotography.com/data/pages/casestudies/vrheadreview1103.html VRPhotography] |&lt;br /&gt;
&lt;br /&gt;
'''MK PanoMachine / MK PanoHead''':&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/mkpanohead/mkpanohead_review.html l Rosauro Ona] |&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja''':&lt;br /&gt;
[http://www.tawbaware.com/nodalninja_review.htm Max Lyons - NN1] |&lt;br /&gt;
[http://www.photography-on-the.net/forum/showthread.php?t=93015 Canon Digital Photography - NN1] |&lt;br /&gt;
[http://www.pic.templetons.com/brad/pano/panorama-head.html Brad Templeton - NN2] |&lt;br /&gt;
[http://www.applelinks.com/index.php/more/nodal_ninja_3_review_of_camera_supporter_for_panomarama_photos/ Applelinks - NN3] |&lt;br /&gt;
[http://www.geek.com/fanotec-nodal-ninja-3-spherical-tripod-head/?welcome=true Josh Korwin - NN3] |&lt;br /&gt;
[http://www.fromparis.com/html/technical_us_quicktime_vr_small_nadir_hole.php Eric Rougier - NN3] |&lt;br /&gt;
[http://www.pixelmania.nl/artikel.aspx?rubriekid=2&amp;amp;artikelid=301 Pixelmania (dutch) - NN3] |&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=9 360 Rage - NN3] |&lt;br /&gt;
[http://www.galerie-photo.com/panoramique-nodal-ninja.html Thierry Rebours (french)- NN3] |&lt;br /&gt;
[http://www.camera2go.nl/digitale-camera/Dankzij-de-Nodal-Ninja-3-gemakkelijk-panorama-s-maken.html Cameraportal (dutch) - NN3] |&lt;br /&gt;
[http://www.panoguide.com/forums/tipsntricks/1984/ John Houghton - NN3] |&lt;br /&gt;
[http://www.nodalninja.com/DPhotoUK_05_07_1024.jpg Digital Photography Magazine (May 07) - NN3] |&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/nn3/nn3_review.html Rosauro Ona - NN3 MKII] |&lt;br /&gt;
[http://www.photoproductsreviewed.com/index.php?option=com_content&amp;amp;view=article&amp;amp;catid=7:tripods&amp;amp;id=106:nodal-ninja-3-mkii-full-spherical-multirow-panoramic-tripod-head Photo Products Reviewed - NN3 MKII] |&lt;br /&gt;
[http://www.vrmag.org/vartist/VR_industry/REVIEW_OF_NODAL_NINJA_NN3_AND_PREVIEW_OF_THE_NEW_NN5.html VRMag - NN3, NN5] |&lt;br /&gt;
[http://www.dslrusers.com/viewtopic.php?f=5&amp;amp;t=34293 DSLR Users - NN5L] |&lt;br /&gt;
[http://www.tawbaware.com/nn5_review.html Max Lyons - NN5] |&lt;br /&gt;
[http://www.digitalmagasinet.dk/show.asp?ID=1571 Digital Magasinet (Dannish) - NN5] |&lt;br /&gt;
[http://www.amazon.com/Nodal-Spherical-Multirow-Panoramic-Tripod/dp/B001K38Y5O Amazon.com - NN5] |&lt;br /&gt;
[http://www.photo.it-enquirer.com/2008/09/11/nodal-ninja-nn5 IT Enquirer NN5] |&lt;br /&gt;
[http://www.expertreviews.co.uk/gadgets/246292/nodal-ninja-5-with-rotator-12 Expert Reviews - NN5 w/RD12] |&lt;br /&gt;
[http://www.newyorkpanorama.com/2010/09/16/nodal-ninja-review/ Joergen Geerds - NN5 w/RD16, EZ-Leveler-II] |&lt;br /&gt;
[http://www.tawbaware.com/nn5_review2.html/ Max Lyons - NN5 w/RD16] |&lt;br /&gt;
[http://www.jorgphoto.com/2010/10/04/nodal-ninja-good-as-gold/ Andrew Jorgensen - R1 EZ-Leveler-II] |&lt;br /&gt;
[http://www.dentonimages.com/page.php?id=Fanotec_Nodal_Ninja_5_with_RD16_Rotator_Review Denton Images - NN5 w/RD16] |&lt;br /&gt;
[http://www.opyd.net/brianopyd/index.php/articles/equipment/22-nn5rd16panoheadreview Brian Opyd - NN5 w/RD16] |&lt;br /&gt;
[http://www.nodalninja.com/testimonials.html Customer Testimonials] |&lt;br /&gt;
&lt;br /&gt;
'''Novoflex''':&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=12 360 Rage] |&lt;br /&gt;
&lt;br /&gt;
'''Panosaurus''':&lt;br /&gt;
[http://www.tawbaware.com/panosaurus_review.htm Tabaware] |&lt;br /&gt;
[http://panoramicearth.blogspot.com/2006/06/part-2-panorsaurus-head-review.html Peter Watts] |&lt;br /&gt;
[http://www.panoguide.com/forums/qna/2467 Panoguide forum] |&lt;br /&gt;
&lt;br /&gt;
'''Pinnacle VR''':&lt;br /&gt;
[http://www.seeit360.net/index.php?page=pvr Sacha Griffin] |&lt;br /&gt;
&lt;br /&gt;
== Lens brackets ==&lt;br /&gt;
Another way to keep the lens/camera fixed to the [[no-parallax point]] are lens brackets that directly mounted onto the lens itself. The advantages are less vibrations but the drawback is that you need one bracket for each lens. They are a special type of a [[NPP adapters|no-parallax adapter]].&lt;br /&gt;
&lt;br /&gt;
Some examples:&lt;br /&gt;
&lt;br /&gt;
* Agnos [http://www.agnos.com/catalogo.htm?v_categ_lista=PR001-RINGT Lens ring]&lt;br /&gt;
* ''Atome'' series by [http://www.360precision.com/ 360Precision]&lt;br /&gt;
* Laser cut wooden brackets from [http://www.bophoto.com/bracket/ Pano Bracket from bophoto]&lt;br /&gt;
* Self made bracket from [http://homepage.mac.com/wkaemena/Nikon8Head.jpg Willy Kaemena]&lt;br /&gt;
&lt;br /&gt;
== L-brackets, rails, quick release plates ==&lt;br /&gt;
A [http://www.afximages.com/stuff/arca-plates-xref.html compatibility table] lists different brands of '''Arca Swiss style''' plates (and their counterparts). This could help to combine already bought equipment with parts of a different manufacturer, e.g. an old Manfrotto rotator with an additional quick release plate could be connected with a Novoflex L-bracket...&lt;br /&gt;
&lt;br /&gt;
== Self made ==&lt;br /&gt;
&lt;br /&gt;
If you want to build our own pan/tilt head you might get some ideas from those shown below.&lt;br /&gt;
&lt;br /&gt;
Multirow&lt;br /&gt;
* [http://www.panotools.org/dersch/heliarVR/heliarVR0.html Helmut Dersch]&lt;br /&gt;
* [http://www.erik-krause.de/panohead Erik Krause]&lt;br /&gt;
* [http://www.trozzreaxxion.net/misc/panorama/panorama.html Mike Runge (German)]&lt;br /&gt;
* [http://blog.robertbreuer.com/?p=16 Robert Breuer (German)]&lt;br /&gt;
* [http://www.dffe.at/panohead/ Bernhard Vogl]&lt;br /&gt;
* [http://www.nyfeler-mueller.ch/MonoPodHead/QTVR/MonopodHeadQTVR.html Peter Nyfeler/Monopod]&lt;br /&gt;
* [http://www.nyfeler-mueller.ch/PanoHeadMulti/PanoHeadMulti.html Peter Nyfeler/Tripod]&lt;br /&gt;
* [http://www.chem.uky.edu/xray/people/Parkin/panohead/panohead.html Sean Parkin (English)]&lt;br /&gt;
* [http://www.nodalsamurai.co.uk/nodalsamurai.html Pete Loud's Nodal Samurai]&lt;br /&gt;
* [http://www.scotthendershot.com/Panohead/UniversalPanoHead.htm Scott Hendershot]&lt;br /&gt;
* [http://www.pbase.com/atucker/image/40469012 Tom Sherry]&lt;br /&gt;
* [http://photocreations.ca/equipment/index.html Jim Watters]&lt;br /&gt;
* [http://www.360bilder.de/eng/nodalpoint.html Bernd Dohrmann]&lt;br /&gt;
* [http://www.worth1000.com/tutorial.asp?sid=161123&amp;amp;page=1 low cost wooden head by arodrix]&lt;br /&gt;
* [http://www.w3a2z.net/PHead/ John McAllister]&lt;br /&gt;
* [http://einem.net/tech/voigtlaender/ Carl von Einem]&lt;br /&gt;
* [http://www.milan-knizek.net/cms/panoramaticka-hlava-levne-reseni/ Milan Knížek (Czech)]&lt;br /&gt;
* [http://cartola.org/fotos/index-201010.php?dir=Diversas/Engenhocas/Cabeca_Tripe_Panoramica Carlos Eduardo Carvalho (Brazil)]&lt;br /&gt;
* [http://cartola.org/fotos/index-201010.php?dir=Diversas/Engenhocas/Cabeca_Tripe_Panoramica-v02 Carlos Eduardo Carvalho model #2 (Brazil)]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/09/hinter-den-kulissen-der-panoramafotografie-teil-i-die-ausrustung-fur-die-panoramafotografie-im-selbstbau/ Tilman Bremer (German)]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/09/panoramic-photography-revealed-part-i-hardware-for-panoramic-photography-diy/ Tilman Bremer (English)]&lt;br /&gt;
* [http://blog.pryds.eu/2012/07/build-your-own-panoramic-head-novice.html Thomas Pryds]&lt;br /&gt;
* [http://rasterweb.net/raster/projects/panohead/ Pete Prodoehl]&lt;br /&gt;
&lt;br /&gt;
Single row&lt;br /&gt;
* [http://www.heiliger-net.de/panphoto/n_hardware.htm Panphoto.de (German)]&lt;br /&gt;
* [http://panorama.dyndns.org/panohead/simplest_panohead_ever.html Harry van der Wolf]&lt;br /&gt;
* [http://anthonygoh.webs.com/large-pano-head Anthony Goh (Singapore) ]&lt;br /&gt;
* [http://anthonygoh.webs.com/pano-head-for-micro-4-3 Anthony Goh compact version (Singapore)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Material supply ===&lt;br /&gt;
Since you often can't get the popular aluminium profiles in your local do-it-yourself store here some possible suppliers:&lt;br /&gt;
* Item International http://www.item-international.com - Internationally active&lt;br /&gt;
* CAP http://www.aluprofil.com - situated in Austria&lt;br /&gt;
* MayTec http://www.maytec.org - situated in Germany&lt;br /&gt;
* KJN Aluminium Profile http://www.kjnltd.co.uk/ - situated in UK&lt;br /&gt;
* TSlots Aluminium Profiles (metric and fraction) http://www.tslots.com/ - North America&lt;br /&gt;
&lt;br /&gt;
A web search for &amp;quot;aluprofil&amp;quot; or &amp;quot;aluminium profile&amp;quot; might reveal other suppliers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Heads</id>
		<title>Heads</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Heads"/>
				<updated>2012-12-28T22:47:46Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Jobu Design */ some observation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|Rigs to mount a camera on a tripod in order to pan and tilt around the [[No-parallax point]]}}&lt;br /&gt;
== Off the shelf ==&lt;br /&gt;
&lt;br /&gt;
There is a number of commercial panoramic tripod heads on the market, at widely varying prices. Panorama heads are actually very different kinds of animals and each manufacturer seems to have a different understanding about which functionality has to be part of such a head. Some are made of plastic or even &amp;quot;aircraft&amp;quot; aluminum, you might also fall in love with a stylish wooden head. The price range varies from &amp;quot;a round of beers&amp;quot; to something close to a visit on ISS. Some of them are a joke, a lot of them work nicely, some are specialised on certain body/lens combos, a few have that very professional wow factor. Choose yourself, and if unsure, don't hesitate to ask the members of [http://tech.groups.yahoo.com/group/PanoToolsNG/ Panotools NG] what fits your needs.&lt;br /&gt;
&lt;br /&gt;
=== 360Precision ===&lt;br /&gt;
&lt;br /&gt;
[http://www.360precision.com/ 360Precision] offer different panorama heads, all CNC machined but with that hand crafted touch. Very elegant products, and certainly more expensive than you might expect.  but are very predictable panoramic heads.  They are very sturdy and at the same time elegant.&lt;br /&gt;
&lt;br /&gt;
The '''Absolute''' is a very plausible option for those that make panoramas frequently and with the same equipment each time. It is built to a specific body and specific lens combination, saving the photographer the need to find the entrance pupil for their lens and midpoint of the camera. Because of this, it is a very precise way to batch-create panoramas without needing to generate control points for each panorama. The sacrifice is that you lose the option of using a different combination of camera and lens with this head until you purchase an additional lens arm.&lt;br /&gt;
&lt;br /&gt;
Although these limits may seem restrictive, the results are very, very predictable. One possible workflow includes calibrating a template in your software (hugin, PTGui, PTMac), and for every panorama afterward, apply the template and immediately skip to stitching. This saves you the time spent in generating and correcting control points in each panorama. For those that can save significant amounts of time and/or money by doing this, this head truly is a life saver. The generation of the template can be time consuming but may save you hours upon hours of post processing time compared to other solutions.&lt;br /&gt;
&lt;br /&gt;
It is possible to upgrade the 360Precision in modular ways, for instance if you decide to use a different lens for your panoramas, you can order just the lens arm you need, or if you decide to use a different camera for panoramas, you can order just the different camera leg and use the same lens arm.&lt;br /&gt;
&lt;br /&gt;
The '''Adjuste''' is nearly as strong as the Absolute but is easily adaptable for different camera / lens setups. The diameter of the rotating base is smaller which makes for a better (smaller) footprint if you shoot full spherical panoramas.&lt;br /&gt;
&lt;br /&gt;
=== Agnos ===&lt;br /&gt;
&lt;br /&gt;
[http://www.agnos.com Agnos] - Italian manufacturer of panoramic heads and accesories for panoramic photography. I bought an adapter for my fc-e9 fisheye adapter and it is very well built and of a good quality. They will also release (if they didn't yet) a new solution for creating a spherical pano out of 3 pics taken at 120 degrees each with a DSLR rotated at 45 degrees (!).&lt;br /&gt;
&lt;br /&gt;
=== AutoMate ===&lt;br /&gt;
&lt;br /&gt;
[http://www.thegadgetworks.com The Gadget Works] offers AutoMate, a motorized pan-tilt head that is unique in many ways.  As the lightest (2 pounds/ 1 Kg) and most compact (4&amp;quot; x 5.5&amp;quot; x 4.5&amp;quot; / 100mm x 145mm x 115mm) robotic pano head on the market, it is particularly well suited for taking into the wilds. AutoMate was originally designed for making gigapixel landscape panos and works quite well for that purpose.  It is not well suited for making interior panos or any pano where there are objects in focus closer than about 30 meters, due to parallax issues.  The AutoMate controller is a phone or PDA with Bluetooth, but unlike other Bluetooth-controlled pano heads, the controller does not need to be connected to the head more than a few seconds, eliminating the problem of dropping the connection during the taking of the pano.  This is because the app running on the smartphone generates a program based on the user's input and then sends that program to the head which contains a computer that saves the program in EEPROM memory.  After receiving and storing the program, the robot's program reads it back out and executes the instructions to pan, tilt, half-press and full-press the shutter (electronically through the camera's remote shutter release port). The user can save the current settings on the smartphone, giving the file a memorable name for recalling again if they want to repeat the same process.  Even more conveniently, the app remembers the most recent settings and uses them as the default settings set the next time they start up the  phone app. There are two apps, one for Windows Mobile phones and one for Android phones.  The Android app does not yet have the panorama feature and concentrates on timelapse and HDR.  The Windows Mobile app has both panorama and timelapse features.  Both apps have a programmer interface that allows the user to write their custom programs.  The Windows Mobile app also has a trigger sensor that can be used for capturing the elusive snow leopard in her cave (just as an example :-).&lt;br /&gt;
&lt;br /&gt;
=== Benro ===&lt;br /&gt;
&lt;br /&gt;
[http://english.benro.cn/gimbalhead.aspx Benro ] offer a number of gimbal heads which could function as panorama brackets.  The most recent is the [http://english.benro.cn/CpListGG.aspx?ParaId=0&amp;amp;id=87&amp;amp;ProductId=971 GH3], which incorporates a rotator and a gimbal mount.&lt;br /&gt;
&lt;br /&gt;
=== Bogen ===&lt;br /&gt;
&lt;br /&gt;
[http://www.bogenimaging.us/Jahia/home_page Bogen imaging] is now known as (see below) [[#Manfrotto|Manfrotto Distribution]].&lt;br /&gt;
&lt;br /&gt;
=== Cambo ===&lt;br /&gt;
&lt;br /&gt;
Dutch manufacturer [http://www.cambo.com/ Cambo] offers a panoramic head set [http://www.cambo.com/Html/products_photo/set01/english/internet/Item21908.html CLH-500] which has an integrated leveling mechanism and what looks like [[#L-brackets.2C_rails.2C_quick_release_plates|Arca-Swiss compatible]] quick release mounts.&lt;br /&gt;
&lt;br /&gt;
=== DOBAS-01 and DOBAS-02 ===&lt;br /&gt;
&lt;br /&gt;
see &amp;gt; [[#QTVR HEADS|QTVR HEADS]]&lt;br /&gt;
&lt;br /&gt;
=== Fanotec ===&lt;br /&gt;
Fanotec, founded by developer and inventor Nick Fan, is based in Hong Kong. Fanotec manufactures the award winning [http://www.NodalNinja.com/ Nodal Ninja] panoramic tripod heads and accessories. They use high quality lightweight aluminum alloy and state of art CNC machining processes. Nodal Ninja is the only pano head built and refined from end user feedback over several years. From universal to specific model designs there are configurations to fit almost any camera and lenses and shooting style. Design objectives for all models include quality, ease of use, portability and price with some models starting at $179. These pano heads allow the user to produce virtually any type of panorama, from single row 360 degree cylindrical panoramas to multirow 360x180 degree spherical panoramas to multi-image mosaics like the super high resolution [http://en.wikipedia.org/wiki/Gigapixel_image gigapixel images]. Added features also include rail stops to remember&lt;br /&gt;
positioning of camera settings [http://wiki.panotools.org/Entrance_pupil no parallax point] and variable click stops so you can feel the rotational increments while rotating the head. All pano heads also allow for mounting a camera in landscape mode. The heads are available with the new CNC machined advanced rotators. The changing click stops on-the-fly is as easy as changing a knob from one whole to the next. Depending on rotator model click stops are available from 180&lt;br /&gt;
degrees to 3.75 degree click stops - the smallest click stop of any pano head rotator on the market. Fanotec currently builds 4 basic pano head model series combined with a choice of 4 different rotators.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 180:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja180.html NN180] is intended to simplify panoramas by allowing “single row” shooting only. This makes it ideal for uses of large diameter circular fisheye lenses such as the Sigma 4.5mm &amp;amp; 8mm, Sunex 5.6mm, and Nikon FC-E8/E9, IPIX, FC-E8/E9, Raynox, Samyang etc. You can also use longer focal length lenses for single row panoramas. '''--The NN180 has been discontinued.--'''&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 3 series:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja3.html NN3-MKII] is an award winning pano head. Lightweight, compact and strong, great for those on the go and a popular choice&lt;br /&gt;
for Real Estate Photographers, hobbyists, hikers and travelers. This model supports most point and shoot cameras and many smaller DSLR’s.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 5/5L series:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja5.html NN5/5L] is built bigger and stronger and more precise supporting up to 22 lbs (10kgs). Fits all DSLR’s, including Nikon D3X and Canon MKII with or without battery grips, and even some medium format cameras. This series is best suited for both single row and multirow panoramas using wide angle to extremely long focal lengths lenses. The casting mold reached the end of its life span. It's successor, due out by end 2010, will be modular in design and built to even greater precision standards.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja Ultimate R1 and R10:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/ultimate.html R1 and R10] is part of the new &amp;quot;Ultimate&amp;quot; line of CNC machined components. These are ring style pano heads which uses a lens clamping system. The ring attaches to the lens collar which in turn easily attaches to the head. It's important to note this clamping system does &amp;quot;not&amp;quot; interfere with the focusing capability of the lens. The unique cantilever design of the R1 is one-of-a-kind design and allows the user to select the best tilt option for their lens. By tilting the head up slightly, depending on lens, eliminates the need to shoot the zenith (up shot) for full spherical panoramas reducing both field and post production workflows. And the small diameter base leaves the photographer with an extremely small tripod footprint. This model is best suited for those using ultra wide fisheye lenses and when shooting very quick panoramas is paramount such as in populated areas. The R10&lt;br /&gt;
differs from R1 in that the tilt option is built in or static. Both R1 and R10 are available without rotators making them ideal for monopods and pole photography users as well.&lt;br /&gt;
&lt;br /&gt;
'''Carbon Fiber Poles Series 1'''&lt;br /&gt;
[http://store.nodalninja.com/categories/Pano-Poles/ Pano Poles] Fanotec poles are easy to operate and carry. They can be extended to maximum height in minutes by pushing up and locking each telescoping section. Made of carbon fiber tubes, they are light-weight, portable and are ideal for on-the-go situations and areas not accessible to vehicle mounted units. Fanotec poles are modular in design. Users can start up with a small module and gradually build up the height by stacking it to a larger module. Each module can be used independently (additional parts needed), creating an array of short poles with different stiffness for different applications, such as horizontal pole for cliff panoramas. Features and Highlights: Thick cross-layered carbon fiber tubes for maximum rigidity and durability, light weight,  compact in size - fit most cars and checked luggage, Anti-rotation system maintains rigid azimuth / yaw locking /accuracy, support a large range of DSLR, s3/8&amp;quot; stud and 3/8&amp;quot; female receiver for working with other accessories. (note: include link to pole listing)&lt;br /&gt;
&lt;br /&gt;
Fanotec also manufactures the lightweight [http://nodalninja.com/products/ezlevelers.html EZ-Leveler-II] with or without built in rotators. These EZ-levelers are designed to help fine tune the leveling of a pano head.&lt;br /&gt;
&lt;br /&gt;
=== Hama ===&lt;br /&gt;
&lt;br /&gt;
Distributor of -&amp;gt; [[#Panamatic|Panamatic]]&lt;br /&gt;
&lt;br /&gt;
=== Jasper ===&lt;br /&gt;
&lt;br /&gt;
For me, the [http://www.stereoscopy.com/jasper/panorama.html Jasper Engineering] head has been an excellent value. At about $200, it's strong enough for serious 35mm or comparable digital cameras, which can be used horizontally or (with the included adapter) vertically. [[No-parallax point]] correction is horizontal and covers a variety of focal lengths as long as (I'm guessing) 135mm or more. Like so many heads, a bubble level is included, but hard to read when the head is set up at eye level. The builder will add custom touches very reasonably, In my case I put a Wimberly/Arca quick realease plate on the base. The base is machined aluminum; they provided a peel and stick piece of rubber for the base (to keep the plate from slipping) for about ten bucks.&lt;br /&gt;
&lt;br /&gt;
Pivoting parts on this unit are tightened with cap screws which have patent caps on them to give more leverage in tightening. I ended up prying these off and taking a t-handle allen wrench with me. I'm using a D-70 and a 17-35 usually; a smaller camera would be fine without that extra step.&lt;br /&gt;
&lt;br /&gt;
=== Jobu Design ===&lt;br /&gt;
Manufacturer of two high quality panoramic tripod heads that compare very well to other heads employing the Arca Swiss clamping system.  &amp;lt;br&amp;gt; The [http://www.jobu-design.com/catalog/item/2588354/8921330.htm Jobu PGH-1] and a Manfrotto quick-release compatible version [http://www.jobu-design.com/catalog/item/2588354/9002527.htm PGH-KM1]. &amp;lt;br&amp;gt;  The Arca Swiss clamping system is used on almost all the high end panoramic heads as it provides significantly better clamping pressure with less force and virtually no wear on moving parts. A [http://www.youtube.com/watch?v=FnCDwLu-f1w review]&lt;br /&gt;
&lt;br /&gt;
However, the vertical arm protrudes pretty much in front of the rotation axis. For short fisheye lenses it may extend in the image.&lt;br /&gt;
&lt;br /&gt;
=== Kaidan ===&lt;br /&gt;
&lt;br /&gt;
[http://www.kaidan.com Kaidan] is no longer selling products and as of April 2009 filed Chapter 7 Bankruptcy. (see [[Media:KaidanBankruptcyFiling.jpg|screenshot]])&lt;br /&gt;
&lt;br /&gt;
=== KingPano ===&lt;br /&gt;
&lt;br /&gt;
[http://www.kingpano.com/ KingPano] is a very affordable pan/tilt head that allows for horizontal and vertical rotation around the no-parallax point i.e. for [[high resolution partial panoramas|multi row panoramas]].&lt;br /&gt;
&lt;br /&gt;
===LinkDelight===&lt;br /&gt;
&lt;br /&gt;
[http://www.linkdelight.com/ LinkDelight] is a vendor of photographic goods on eBay.  They offer a [http://www.linkdelight.com/vmchk/Other-Tripods/Pro-360-Photography-Panoramic-Tripod-Head-Gimbal-Bracket-Kit/flypage.tpl.html Pro 360° Photography Panoramic Tripod Head &amp;amp;amp; Gimbal Bracket Kit], also referred to as K7G, with a rotator with click stops at a number of different increments, set by a pin, and what appears to be the ability to make both vertical and horizontal panoramas, but it's not clear if it even works.  What is clear is that the product photos show the camera mounted in a completely inappropriate position.&lt;br /&gt;
&lt;br /&gt;
=== Manfrotto ===&lt;br /&gt;
&lt;br /&gt;
A more expensive option is the Manfrotto 303SPH, a large, but well made head. It could double as a boat anchor! I (Rick) have the 303SPH and the Agnos mentioned below.  Manfrotto has a site dedicated to their line of pano heads [http://www.manfrotto.com/303SPH/ Manfrotto 303SPH Mini-Site]. Some users complain that the head sags - I have not experienced this. This head can be used with virtually any lens / camera combination. I used to use it with the FC-E9 fisheye, but the head left too large of a footprint in the image.&lt;br /&gt;
&lt;br /&gt;
Manfrotto has a service that helps to find the correct part number for [http://www.manfrotto.com/Jahia/spareparts/site/manfrotto/cache/offonce&amp;amp;t=R088Bg&amp;amp;e=qamwz1tcZOI spare parts] ([[Common_idiot_errors#Dropping_the_click-stop_selector_screw|...just in case you drop the click-stop selector screw]]).&lt;br /&gt;
&lt;br /&gt;
Manfrotto used to be distributed by [http://www.bogenimaging.us/ Bogen Imaging] in some countries.  They have now unified the name as Manfrotto Distribution.&lt;br /&gt;
&lt;br /&gt;
=== memorycardsman ===&lt;br /&gt;
&lt;br /&gt;
The FT-900H Precision 360 degrees Panoramic Tripod Head is marketed on eBay by vendor [http://search.ebay.com/_W0QQsassZmemorycardsmanQQhtZ-1 memorycardsman].  It appears to offer both horizontal and vertical mounting, multi-row, and comes with a rotator with click stops every 45°.  The [http://translate.google.com/translate?js=n&amp;amp;prev=_t&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;layout=2&amp;amp;eotf=1&amp;amp;sl=auto&amp;amp;tl=en&amp;amp;u=http%3A%2F%2Fwww.foto-katalog.ru%2Fcomments%2F70880%2FFancier_FT_900H%2F only feedback] on this unit is in Russian (the link is translated with [http://translate.google.com/ Google translate]), and is extremely negative about the product quality.&lt;br /&gt;
&lt;br /&gt;
=== MK PanoMachine / MK PanoHead ===&lt;br /&gt;
[http://www.marc-kairies.de/ MK Panorama Systeme], Germany, the new '''MK PanoMachine version 3.1''' is an automatic rotating VR head designed to move your camera from one shot to the next - the camera is released exactly in the right position. Version 3.1 has a new time-lapse mode as well as an integrated power management.&lt;br /&gt;
&lt;br /&gt;
MK Panorama Systeme, Germany launched with the new '''MK PanoHead''' a fine mechanical precision and high-quality 360° panoramic tripod head on the world market.&lt;br /&gt;
&lt;br /&gt;
Key features:&lt;br /&gt;
&lt;br /&gt;
• Panoramic tripod head for the stitching of digital panoramas&amp;lt;br /&amp;gt;&lt;br /&gt;
• Suited to create cylindrical, spherical and cubic panoramas as well as Multi-Row&amp;lt;br /&amp;gt;&lt;br /&gt;
• 360° panoramic plate with pre adjustable scale and integrated circular bubble&amp;lt;br /&amp;gt;&lt;br /&gt;
• Mount the MK PanoHead bracket alternatively on the Manfrotto MA 300 N or a 360° plate of your choice&amp;lt;br /&amp;gt;&lt;br /&gt;
• Motorize the MK PanoHead bracket with the MK PanoMachine or ROUNDSHOT VR Drive (with adapter)&amp;lt;br /&amp;gt;&lt;br /&gt;
• tilt up and down + / - 90° exactly in the no-parallax point (click-stops each 15°)&amp;lt;br /&amp;gt;&lt;br /&gt;
• The MK PanoHead allows the use of heavy digital SLR cameras and medium format cameras&amp;lt;br /&amp;gt;&lt;br /&gt;
• High-quality materials, fine mechanical work - Made in Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The company also provides a rental service.&lt;br /&gt;
&lt;br /&gt;
=== Nodal Ninja ===&lt;br /&gt;
&lt;br /&gt;
see -&amp;gt; [[#Fanotec|Fanotec]] (above) Manufacturer of [http://www.nodalninja.com Nodal Ninja] Panoramic Heads and Rotators.&lt;br /&gt;
&lt;br /&gt;
=== Novoflex ===&lt;br /&gt;
[http://www.novoflex.com/en/home/ Novoflex] is a German company with a good reputation in building high-precision photographic accessories.&lt;br /&gt;
The company offers now three different sets of already [http://www.novoflex.com/en/products/panorama-photography/ pre-assembled products] as well as [http://www.novoflex.com/en/products/panorama-photography/panorama-plate/ four different rotators].&lt;br /&gt;
&lt;br /&gt;
All parts are built modular to be combine- and interchangeable with other parts from Novoflex. E.g. you can use a standard angle bracket or focusing rack as a part of your panohead setup. This makes it easy to create a custom panorama head that fits your specific needs. Also, it gives you the option to upgrade your setup - or easily re-order a broken part.&lt;br /&gt;
&lt;br /&gt;
Works great with heavy gear.&lt;br /&gt;
===Owl===&lt;br /&gt;
&lt;br /&gt;
The [http://www.xhia.de/owl.html Owl] panoramic head is a vertical mount head with a single horizontal rail. It does not allow moving the camera along the lens axis. Instead, it uses a second rotator to rotate the camera to position the no-parallax point above the axis of rotation of the adapter. The rail has a scale and the rotator has degree indications. The no-parallax point distance is the distance on the rail divided by the trigonometrical sine of the angle. Apparently this type of construction is meant for single-row panoramas only while providing a stable hold for heavier lens/camera combinations.&lt;br /&gt;
&lt;br /&gt;
=== Panamatic ===&lt;br /&gt;
&lt;br /&gt;
A more than affordable solution. Judging from information available at their [http://www.panamatic.com/ web site] this &amp;quot;head&amp;quot; is not only extremely inexpensive but also mostly useless. No way to mount a camera in a way so that the lens turns around it's NPP, and no click stops. The pan head of a standard tripod isn't worse but maybe more stable. Also marketed as [http://www.photoaxe.com/hama-panorama-kit/ Hama Panorama Kit]. Better try handheld shots...&lt;br /&gt;
&lt;br /&gt;
As of October 2010, the domain panamatic.com appears to have been taken over by a domain squatter.&lt;br /&gt;
&lt;br /&gt;
===Pano-MAXX===&lt;br /&gt;
&lt;br /&gt;
[http://www.panorama-hardware.de/cgi-bin/framestore.cgi?action=link&amp;amp;sku=PM&amp;amp;lang=com pano-MAXX] is a low-cost German panorama head.  It features multi-row vertical orientation and a rotator with click stops at 22.5°, 30° and 36° increments, more click stops selectable by changing a plate. The Pano-Maxx rail system is simple to adjust.&lt;br /&gt;
&lt;br /&gt;
=== Panosaurus ===&lt;br /&gt;
&lt;br /&gt;
Very affordable pan/tilt head which allows for horizontal and vertical rotation around the no-parallax point i.e. for [[high resolution partial panoramas|multi row panoramas]] are the, [http://gregwired.com/pano/Pano.htm Panosaurus] and [http://www.kingpano.com/ KingPano].&lt;br /&gt;
&lt;br /&gt;
=== Pinnacle VR ===&lt;br /&gt;
&lt;br /&gt;
Priced towards the upper end of the middle ($499) is the Pinnacle VR Universal Pano Head that will work with any camera where the tripod hole is in the center of the lens axis. Using pin registration, it can accomodate cameras with or without battery grips attached and supports a wide range of lenses from fisheye to 135mm (on a full frame sensor, 80mm on an APS sized sensor). Details and sample sets of images with PTGui templates can be found at [http://www.pinnacle-vr.com/ Pinnacle VR]&lt;br /&gt;
&lt;br /&gt;
=== PT4Pano ===&lt;br /&gt;
&lt;br /&gt;
German manufacturer specialized on extremely lightweight and precise panorama heads with minimal footprint, optimized for single row panoramas with compact cameras. Different types of rotators and leveling plates (also combined in one product) should work with existing gear, e.g. L-brackets. They also offer a 1.2 ~ 4.1 m / 1.7 kg MonoPod with carbon tubes. [http://pt4pano.com/ PT4Pano.com]&lt;br /&gt;
&lt;br /&gt;
=== QTVR HEADS ===&lt;br /&gt;
&lt;br /&gt;
[http://www.qtvrheads.pl/images/szynasmallwymiar.jpg DOBAS-01] and [http://www.qtvrheads.pl/images/cylindryczna2.jpg DOBAS-02] made by [http://www.qtvrheads.pl/indexen.htm QTVR HEADS POLAND] is high quality, reliable and easy in use panorama head in excellent . It is made of anodized aluminium and stainless steel - the highest quality materials with LIFETIME WARRANTY !!&lt;br /&gt;
&lt;br /&gt;
With [http://www.qtvrheads.pl/indexen.htm DOBAS-01] panorama head you will be able to do single row 360 degree cylindrical panoramas as well as multirow 360x180 degree spherical panoramas, or mosaics. DOBAS-01 is &amp;quot;universal&amp;quot; fitting most point and shoot cameras, SLR's and DSLR's. It fits many medium to large format camera like BRONICA ETRSi. I used that pano head with heavy cameras like OLYMPUS E-1 + ZUIKO DIGITAL 8  or OLYMPUS E-3 + ZD8&lt;br /&gt;
Bubble level helps to keep whole system horizontally. Camera is mounted to the panorama head with standard 1/4'' screw. Wieght less 400 grams. Price (about 100$ or 80 EUR)&lt;br /&gt;
&lt;br /&gt;
[http://www.qtvrheads.pl/images/cylindryczna2.jpg DOBAS-02] panorama head is ultralight pano head for cylindrical panoramas. Wieght less 200 grams. Price (about 55$ or 45 EUR)&lt;br /&gt;
&lt;br /&gt;
=== Really Right Stuff ===&lt;br /&gt;
[http://reallyrightstuff.com/pano/04.html RRS] panorama equipment is nicely machined, modular gear.&lt;br /&gt;
&lt;br /&gt;
=== Rodeon VR ===&lt;br /&gt;
The [http://www.dr-clauss.de/RODEONVRHead_e.htm Rodeon VR Head] is a programmable pano head. Tilt and Rotation are motorised, all steps can be controlled using a Bluetooth device (Notebook or PDA).&lt;br /&gt;
&lt;br /&gt;
=== Reviews ===&lt;br /&gt;
Various unbiased reviews are floating about on many of these panorama tripod heads:&lt;br /&gt;
&lt;br /&gt;
'''360Precision''':&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=2 360 Rage] |&lt;br /&gt;
[http://www.panoguide.com/forums/tipsntricks/2179 PanoGuide Forum] |&lt;br /&gt;
[http://www.chem.ox.ac.uk/oxfordtour/tutorial/index.asp?ID=40&amp;amp;pagename=360precision%20Adjuste Dr. Karl Harrison] |&lt;br /&gt;
[http://www.fromparis.com/html/technical_us_quicktime_vr_360precision_adjuste_head_part1.php Eric Rougier] |&lt;br /&gt;
&lt;br /&gt;
'''Kaidan''':&lt;br /&gt;
[http://www.precomania.com/rating_getprodrev.php/product_id=9277958/id_type=M Precomania] |&lt;br /&gt;
[http://www.vrphotography.com/data/pages/casestudies/vrheadreview1103.html VRPhotography] Note: This is an older review |&lt;br /&gt;
[http://rosaurophotography.com/html/panoramas/vr_review/quickpanpro/quickpanpro_review.html Rosauro Ona] |&lt;br /&gt;
&lt;br /&gt;
'''KingPano''':&lt;br /&gt;
[http://www.tawbaware.com/kingpano_review.htm Max Lyons / Tawbaware] |&lt;br /&gt;
&lt;br /&gt;
'''Manfrotto 303SPH''':&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/303sph/303sph_review.html Rosauro Ona] |&lt;br /&gt;
[http://www.precomania.com/publicprofile.php/productreviews/userid=624974 Precomania] |&lt;br /&gt;
[http://www.vrphotography.com/data/pages/casestudies/vrheadreview1103.html VRPhotography] |&lt;br /&gt;
&lt;br /&gt;
'''MK PanoMachine / MK PanoHead''':&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/mkpanohead/mkpanohead_review.html l Rosauro Ona] |&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja''':&lt;br /&gt;
[http://www.tawbaware.com/nodalninja_review.htm Max Lyons - NN1] |&lt;br /&gt;
[http://www.photography-on-the.net/forum/showthread.php?t=93015 Canon Digital Photography - NN1] |&lt;br /&gt;
[http://www.pic.templetons.com/brad/pano/panorama-head.html Brad Templeton - NN2] |&lt;br /&gt;
[http://www.applelinks.com/index.php/more/nodal_ninja_3_review_of_camera_supporter_for_panomarama_photos/ Applelinks - NN3] |&lt;br /&gt;
[http://www.geek.com/fanotec-nodal-ninja-3-spherical-tripod-head/?welcome=true Josh Korwin - NN3] |&lt;br /&gt;
[http://www.fromparis.com/html/technical_us_quicktime_vr_small_nadir_hole.php Eric Rougier - NN3] |&lt;br /&gt;
[http://www.pixelmania.nl/artikel.aspx?rubriekid=2&amp;amp;artikelid=301 Pixelmania (dutch) - NN3] |&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=9 360 Rage - NN3] |&lt;br /&gt;
[http://www.galerie-photo.com/panoramique-nodal-ninja.html Thierry Rebours (french)- NN3] |&lt;br /&gt;
[http://www.camera2go.nl/digitale-camera/Dankzij-de-Nodal-Ninja-3-gemakkelijk-panorama-s-maken.html Cameraportal (dutch) - NN3] |&lt;br /&gt;
[http://www.panoguide.com/forums/tipsntricks/1984/ John Houghton - NN3] |&lt;br /&gt;
[http://www.nodalninja.com/DPhotoUK_05_07_1024.jpg Digital Photography Magazine (May 07) - NN3] |&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/nn3/nn3_review.html Rosauro Ona - NN3 MKII] |&lt;br /&gt;
[http://www.photoproductsreviewed.com/index.php?option=com_content&amp;amp;view=article&amp;amp;catid=7:tripods&amp;amp;id=106:nodal-ninja-3-mkii-full-spherical-multirow-panoramic-tripod-head Photo Products Reviewed - NN3 MKII] |&lt;br /&gt;
[http://www.vrmag.org/vartist/VR_industry/REVIEW_OF_NODAL_NINJA_NN3_AND_PREVIEW_OF_THE_NEW_NN5.html VRMag - NN3, NN5] |&lt;br /&gt;
[http://www.dslrusers.com/viewtopic.php?f=5&amp;amp;t=34293 DSLR Users - NN5L] |&lt;br /&gt;
[http://www.tawbaware.com/nn5_review.html Max Lyons - NN5] |&lt;br /&gt;
[http://www.digitalmagasinet.dk/show.asp?ID=1571 Digital Magasinet (Dannish) - NN5] |&lt;br /&gt;
[http://www.amazon.com/Nodal-Spherical-Multirow-Panoramic-Tripod/dp/B001K38Y5O Amazon.com - NN5] |&lt;br /&gt;
[http://www.photo.it-enquirer.com/2008/09/11/nodal-ninja-nn5 IT Enquirer NN5] |&lt;br /&gt;
[http://www.expertreviews.co.uk/gadgets/246292/nodal-ninja-5-with-rotator-12 Expert Reviews - NN5 w/RD12] |&lt;br /&gt;
[http://www.newyorkpanorama.com/2010/09/16/nodal-ninja-review/ Joergen Geerds - NN5 w/RD16, EZ-Leveler-II] |&lt;br /&gt;
[http://www.tawbaware.com/nn5_review2.html/ Max Lyons - NN5 w/RD16] |&lt;br /&gt;
[http://www.jorgphoto.com/2010/10/04/nodal-ninja-good-as-gold/ Andrew Jorgensen - R1 EZ-Leveler-II] |&lt;br /&gt;
[http://www.dentonimages.com/page.php?id=Fanotec_Nodal_Ninja_5_with_RD16_Rotator_Review Denton Images - NN5 w/RD16] |&lt;br /&gt;
[http://www.opyd.net/brianopyd/index.php/articles/equipment/22-nn5rd16panoheadreview Brian Opyd - NN5 w/RD16] |&lt;br /&gt;
[http://www.nodalninja.com/testimonials.html Customer Testimonials] |&lt;br /&gt;
&lt;br /&gt;
'''Novoflex''':&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=12 360 Rage] |&lt;br /&gt;
&lt;br /&gt;
'''Panosaurus''':&lt;br /&gt;
[http://www.tawbaware.com/panosaurus_review.htm Tabaware] |&lt;br /&gt;
[http://panoramicearth.blogspot.com/2006/06/part-2-panorsaurus-head-review.html Peter Watts] |&lt;br /&gt;
[http://www.panoguide.com/forums/qna/2467 Panoguide forum] |&lt;br /&gt;
&lt;br /&gt;
'''Pinnacle VR''':&lt;br /&gt;
[http://www.seeit360.net/index.php?page=pvr Sacha Griffin] |&lt;br /&gt;
&lt;br /&gt;
== Lens brackets ==&lt;br /&gt;
Another way to keep the lens/camera fixed to the [[no-parallax point]] are lens brackets that directly mounted onto the lens itself. The advantages are less vibrations but the drawback is that you need one bracket for each lens. They are a special type of a [[NPP adapters|no-parallax adapter]].&lt;br /&gt;
&lt;br /&gt;
Some examples:&lt;br /&gt;
&lt;br /&gt;
* Agnos [http://www.agnos.com/catalogo.htm?v_categ_lista=PR001-RINGT Lens ring]&lt;br /&gt;
* ''Atome'' series by [http://www.360precision.com/ 360Precision]&lt;br /&gt;
* Laser cut wooden brackets from [http://www.bophoto.com/bracket/ Pano Bracket from bophoto]&lt;br /&gt;
* Self made bracket from [http://homepage.mac.com/wkaemena/Nikon8Head.jpg Willy Kaemena]&lt;br /&gt;
&lt;br /&gt;
== L-brackets, rails, quick release plates ==&lt;br /&gt;
A [http://www.afximages.com/stuff/arca-plates-xref.html compatibility table] lists different brands of '''Arca Swiss style''' plates (and their counterparts). This could help to combine already bought equipment with parts of a different manufacturer, e.g. an old Manfrotto rotator with an additional quick release plate could be connected with a Novoflex L-bracket...&lt;br /&gt;
&lt;br /&gt;
== Self made ==&lt;br /&gt;
&lt;br /&gt;
If you want to build our own pan/tilt head you might get some ideas from those shown below.&lt;br /&gt;
&lt;br /&gt;
Multirow&lt;br /&gt;
* [http://www.panotools.org/dersch/heliarVR/heliarVR0.html Helmut Dersch]&lt;br /&gt;
* [http://www.erik-krause.de/panohead Erik Krause]&lt;br /&gt;
* [http://www.trozzreaxxion.net/misc/panorama/panorama.html Mike Runge (German)]&lt;br /&gt;
* [http://blog.robertbreuer.com/?p=16 Robert Breuer (German)]&lt;br /&gt;
* [http://www.dffe.at/panohead/ Bernhard Vogl]&lt;br /&gt;
* [http://www.nyfeler-mueller.ch/MonoPodHead/QTVR/MonopodHeadQTVR.html Peter Nyfeler/Monopod]&lt;br /&gt;
* [http://www.nyfeler-mueller.ch/PanoHeadMulti/PanoHeadMulti.html Peter Nyfeler/Tripod]&lt;br /&gt;
* [http://www.chem.uky.edu/xray/people/Parkin/panohead/panohead.html Sean Parkin (English)]&lt;br /&gt;
* [http://www.nodalsamurai.co.uk/nodalsamurai.html Pete Loud's Nodal Samurai]&lt;br /&gt;
* [http://www.scotthendershot.com/Panohead/UniversalPanoHead.htm Scott Hendershot]&lt;br /&gt;
* [http://www.pbase.com/atucker/image/40469012 Tom Sherry]&lt;br /&gt;
* [http://photocreations.ca/equipment/index.html Jim Watters]&lt;br /&gt;
* [http://www.360bilder.de/eng/nodalpoint.html Bernd Dohrmann]&lt;br /&gt;
* [http://www.worth1000.com/tutorial.asp?sid=161123&amp;amp;page=1 low cost wooden head by arodrix]&lt;br /&gt;
* [http://www.w3a2z.net/PHead/ John McAllister]&lt;br /&gt;
* [http://einem.net/tech/voigtlaender/ Carl von Einem]&lt;br /&gt;
* [http://www.milan-knizek.net/cms/panoramaticka-hlava-levne-reseni/ Milan Knížek (Czech)]&lt;br /&gt;
* [http://cartola.org/fotos/index-201010.php?dir=Diversas/Engenhocas/Cabeca_Tripe_Panoramica Carlos Eduardo Carvalho (Brazil)]&lt;br /&gt;
* [http://cartola.org/fotos/index-201010.php?dir=Diversas/Engenhocas/Cabeca_Tripe_Panoramica-v02 Carlos Eduardo Carvalho model #2 (Brazil)]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/09/hinter-den-kulissen-der-panoramafotografie-teil-i-die-ausrustung-fur-die-panoramafotografie-im-selbstbau/ Tilman Bremer (German)]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/09/panoramic-photography-revealed-part-i-hardware-for-panoramic-photography-diy/ Tilman Bremer (English)]&lt;br /&gt;
* [http://blog.pryds.eu/2012/07/build-your-own-panoramic-head-novice.html Thomas Pryds]&lt;br /&gt;
* [http://rasterweb.net/raster/projects/panohead/ Pete Prodoehl]&lt;br /&gt;
&lt;br /&gt;
Single row&lt;br /&gt;
* [http://www.heiliger-net.de/panphoto/n_hardware.htm Panphoto.de (German)]&lt;br /&gt;
* [http://panorama.dyndns.org/panohead/simplest_panohead_ever.html Harry van der Wolf]&lt;br /&gt;
* [http://anthonygoh.webs.com/large-pano-head Anthony Goh (Singapore) ]&lt;br /&gt;
* [http://anthonygoh.webs.com/pano-head-for-micro-4-3 Anthony Goh compact version (Singapore)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Material supply ===&lt;br /&gt;
Since you often can't get the popular aluminium profiles in your local do-it-yourself store here some possible suppliers:&lt;br /&gt;
* Item International http://www.item-international.com - Internationally active&lt;br /&gt;
* CAP http://www.aluprofil.com - situated in Austria&lt;br /&gt;
* MayTec http://www.maytec.org - situated in Germany&lt;br /&gt;
* KJN Aluminium Profile http://www.kjnltd.co.uk/ - situated in UK&lt;br /&gt;
* TSlots Aluminium Profiles (metric and fraction) http://www.tslots.com/ - North America&lt;br /&gt;
&lt;br /&gt;
A web search for &amp;quot;aluprofil&amp;quot; or &amp;quot;aluminium profile&amp;quot; might reveal other suppliers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/DSLR_spherical_resolution</id>
		<title>DSLR spherical resolution</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/DSLR_spherical_resolution"/>
				<updated>2012-12-27T21:24:51Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Pano sizes */  used 36 instead of 35 MP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|What [[spherical]] panorama resolution can I obtain from a certain [[fisheyes|fisheye]]/camera combination.}}&lt;br /&gt;
==Intro==&lt;br /&gt;
In general photography megapixels are more or less synonymous to resulting image resolution. Panorama photography is a bit different, especially spherical panoramas. Here the sensor pixel density is more important than the sensor pixel count.&lt;br /&gt;
&lt;br /&gt;
==The Problem==&lt;br /&gt;
Digital Single Lens Reflex (DSLR) cameras exist in four major groups: &lt;br /&gt;
* With [[#FourThirds|FourThirds]] sensor (crop factor 2.0)&lt;br /&gt;
* With an [[#APS-C|APS-C]] type sensor (crop factor 1.5 or 1.6)&lt;br /&gt;
* With [[#APS-H|APS-H]] type sensor (crop factor 1.3)&lt;br /&gt;
* With a sensor of the [[#Full size|full 35mm film size]] (crop factor 1.0)&lt;br /&gt;
&lt;br /&gt;
In each size category there are several cameras with different sensor resolutions. And there are several lenses that can be attached to cameras with different sensor sizes. To have the effects of different lenses comparable the concept of a 35mm equivalent focal length has been established - the real focal length multiplied with the crop factor gives the same [[Field of View]] like for a 35mm film camera. &lt;br /&gt;
&lt;br /&gt;
However, this is not possible for [[fisheyes|fisheye]] lenses, since the [[Focal Length]] does not correspond linearly to the [[Field of View]]. One has to look at the degree/mm ratio and absolute pixel density instead.&lt;br /&gt;
&lt;br /&gt;
==Degree/mm==&lt;br /&gt;
In the [[Fisheye Projection]] an angular distance from the optical axis maps to a linear distance on the sensor. The mapping is determined by the focal length (the following numbers are approximations, since real fisheyes almost never resemble the ideal fisheye mapping):&lt;br /&gt;
&lt;br /&gt;
* 5.6mm focal length 11.4°/mm&lt;br /&gt;
* 8mm focal length 8°/mm&lt;br /&gt;
* 10.5mm focal length 6°/mm&lt;br /&gt;
* 16mm focal length 4°/mm&lt;br /&gt;
&lt;br /&gt;
== Pixel density ==&lt;br /&gt;
To deduce the pixel resolution obtainable by a certain sensor/lens combination we should know the density in pixels/mm of the respective sensor. The pixel density can be calculated roughly from the Megapixels (better would be actual pixel size) and the sensor size. For the three major groups and some typical Megapixel sizes:&lt;br /&gt;
&lt;br /&gt;
=== FourThirds ===&lt;br /&gt;
with 13.5mm short side&lt;br /&gt;
 Megapixel          6       8      10      12&lt;br /&gt;
 Short side px   2121    2450    2739    3024&lt;br /&gt;
 px/mm            157     181     203     232&lt;br /&gt;
&lt;br /&gt;
=== APS-C === &lt;br /&gt;
with 16mm short side              &lt;br /&gt;
 Megapixel          6      8      10      12&lt;br /&gt;
 Short side px   2000   2309    2582    2828&lt;br /&gt;
 px/mm            125    144     161     177&lt;br /&gt;
&lt;br /&gt;
=== APS-H === &lt;br /&gt;
with 19mm short side              &lt;br /&gt;
 Megapixel          8      10      16&lt;br /&gt;
 Short side px   2336    2592    3264&lt;br /&gt;
 px/mm            123     137     172&lt;br /&gt;
&lt;br /&gt;
=== Full size ===&lt;br /&gt;
with 24mm short side&lt;br /&gt;
 Megapixel          6       8      10      12      16      21      24      28      36&lt;br /&gt;
 Short side px   2000    2309    2582    2828    3266    3742    4032    4320    4900&lt;br /&gt;
 px/mm             83      96     108     118     136     156     168     180     204&lt;br /&gt;
&lt;br /&gt;
== Pano sizes ==&lt;br /&gt;
From the above values we can easily calculate some sample panorama resolutions. The table gives some rounded values for the maximum pixel size of an equirectangular:&lt;br /&gt;
&lt;br /&gt;
 FourThirds MP      -      -       -       -       6       7       8      10      12&lt;br /&gt;
 APS-C      MP      -      -       6       8      10      11      12      15      20&lt;br /&gt;
 APS-H      MP      -      -       8      10       -      16      -       -       -&lt;br /&gt;
 Full size  MP      6      8      12      16      21      24      28      36      46&amp;lt;b&amp;gt;&lt;br /&gt;
 pixel/mm          80    100     120     140     160     170     180     204     230&amp;lt;/b&amp;gt;&lt;br /&gt;
 f=5.6mm  size   2520   3150    3780    4420    5050    5360    5680    6440    7260 &lt;br /&gt;
 f=8mm    size   3600   4500    5400    6300    7200    7600    8100    9180   10350&lt;br /&gt;
 f=10.5mm size   4800   6000    7200    8400    9600   10200   10800   12240   13800 &lt;br /&gt;
 f=16mm   size   7200   9000   10800   12600   14400   15300   16200   18360   20700&lt;br /&gt;
&lt;br /&gt;
The formula for an exact calculation is  &amp;lt;math&amp;gt; \textstyle \frac {\text{pixel}/\text{mm}} {\text{degree}/\text{mm}}\cdot360&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
--[[User:Erik Krause|Erik Krause]] 22:11, 21 August 2007 (CEST)&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
[[Category:Tutorial:Nice to know]]&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/DSLR_spherical_resolution</id>
		<title>DSLR spherical resolution</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/DSLR_spherical_resolution"/>
				<updated>2012-12-27T21:21:12Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Full size */  added new sensor sizes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|What [[spherical]] panorama resolution can I obtain from a certain [[fisheyes|fisheye]]/camera combination.}}&lt;br /&gt;
==Intro==&lt;br /&gt;
In general photography megapixels are more or less synonymous to resulting image resolution. Panorama photography is a bit different, especially spherical panoramas. Here the sensor pixel density is more important than the sensor pixel count.&lt;br /&gt;
&lt;br /&gt;
==The Problem==&lt;br /&gt;
Digital Single Lens Reflex (DSLR) cameras exist in four major groups: &lt;br /&gt;
* With [[#FourThirds|FourThirds]] sensor (crop factor 2.0)&lt;br /&gt;
* With an [[#APS-C|APS-C]] type sensor (crop factor 1.5 or 1.6)&lt;br /&gt;
* With [[#APS-H|APS-H]] type sensor (crop factor 1.3)&lt;br /&gt;
* With a sensor of the [[#Full size|full 35mm film size]] (crop factor 1.0)&lt;br /&gt;
&lt;br /&gt;
In each size category there are several cameras with different sensor resolutions. And there are several lenses that can be attached to cameras with different sensor sizes. To have the effects of different lenses comparable the concept of a 35mm equivalent focal length has been established - the real focal length multiplied with the crop factor gives the same [[Field of View]] like for a 35mm film camera. &lt;br /&gt;
&lt;br /&gt;
However, this is not possible for [[fisheyes|fisheye]] lenses, since the [[Focal Length]] does not correspond linearly to the [[Field of View]]. One has to look at the degree/mm ratio and absolute pixel density instead.&lt;br /&gt;
&lt;br /&gt;
==Degree/mm==&lt;br /&gt;
In the [[Fisheye Projection]] an angular distance from the optical axis maps to a linear distance on the sensor. The mapping is determined by the focal length (the following numbers are approximations, since real fisheyes almost never resemble the ideal fisheye mapping):&lt;br /&gt;
&lt;br /&gt;
* 5.6mm focal length 11.4°/mm&lt;br /&gt;
* 8mm focal length 8°/mm&lt;br /&gt;
* 10.5mm focal length 6°/mm&lt;br /&gt;
* 16mm focal length 4°/mm&lt;br /&gt;
&lt;br /&gt;
== Pixel density ==&lt;br /&gt;
To deduce the pixel resolution obtainable by a certain sensor/lens combination we should know the density in pixels/mm of the respective sensor. The pixel density can be calculated roughly from the Megapixels (better would be actual pixel size) and the sensor size. For the three major groups and some typical Megapixel sizes:&lt;br /&gt;
&lt;br /&gt;
=== FourThirds ===&lt;br /&gt;
with 13.5mm short side&lt;br /&gt;
 Megapixel          6       8      10      12&lt;br /&gt;
 Short side px   2121    2450    2739    3024&lt;br /&gt;
 px/mm            157     181     203     232&lt;br /&gt;
&lt;br /&gt;
=== APS-C === &lt;br /&gt;
with 16mm short side              &lt;br /&gt;
 Megapixel          6      8      10      12&lt;br /&gt;
 Short side px   2000   2309    2582    2828&lt;br /&gt;
 px/mm            125    144     161     177&lt;br /&gt;
&lt;br /&gt;
=== APS-H === &lt;br /&gt;
with 19mm short side              &lt;br /&gt;
 Megapixel          8      10      16&lt;br /&gt;
 Short side px   2336    2592    3264&lt;br /&gt;
 px/mm            123     137     172&lt;br /&gt;
&lt;br /&gt;
=== Full size ===&lt;br /&gt;
with 24mm short side&lt;br /&gt;
 Megapixel          6       8      10      12      16      21      24      28      36&lt;br /&gt;
 Short side px   2000    2309    2582    2828    3266    3742    4032    4320    4900&lt;br /&gt;
 px/mm             83      96     108     118     136     156     168     180     204&lt;br /&gt;
&lt;br /&gt;
== Pano sizes ==&lt;br /&gt;
From the above values we can easily calculate some sample panorama resolutions. The table gives some rounded values for the maximum pixel size of an equirectangular:&lt;br /&gt;
&lt;br /&gt;
 FourThirds MP      -      -       -       -       6       7       8      10      12&lt;br /&gt;
 APS-C      MP      -      -       6       8      10      11      12      15      20&lt;br /&gt;
 APS-H      MP      -      -       8      10       -      16      -       -       -&lt;br /&gt;
 Full size  MP      6      8      12      16      21      24      28      35      46&amp;lt;b&amp;gt;&lt;br /&gt;
 pixel/mm          80    100     120     140     160     170     180     200     230&amp;lt;/b&amp;gt;&lt;br /&gt;
 f=5.6mm  size   2520   3150    3780    4420    5050    5360    5680    6300    7260 &lt;br /&gt;
 f=8mm    size   3600   4500    5400    6300    7200    7600    8100    9000   10350&lt;br /&gt;
 f=10.5mm size   4800   6000    7200    8400    9600   10200   10800   12000   13800 &lt;br /&gt;
 f=16mm   size   7200   9000   10800   12600   14400   15300   16200   18000   20700&lt;br /&gt;
&lt;br /&gt;
The formula for an exact calculation is  &amp;lt;math&amp;gt; \textstyle \frac {\text{pixel}/\text{mm}} {\text{degree}/\text{mm}}\cdot360&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
--[[User:Erik Krause|Erik Krause]] 22:11, 21 August 2007 (CEST)&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
[[Category:Tutorial:Nice to know]]&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Extended_bracketing_control</id>
		<title>Extended bracketing control</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Extended_bracketing_control"/>
				<updated>2012-12-04T16:36:22Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Chained apps */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Shooting exposure bracketed gets more and more important for panorama creation, but most cameras still only support three brackets at 2EV steps maximum. But there are possibilities to work around this limitation. Many solutions support not only bracketing control but eventually many other features (timelaps, sound or light trigger etc). However, exposure bracketing is the main interest here. &lt;br /&gt;
&lt;br /&gt;
This page is about how to extend the camera capabilities. If you look for general HDR information start at the [[HDR]] page.&lt;br /&gt;
&lt;br /&gt;
= PTP bracketing =&lt;br /&gt;
[[w:Picture Transfer Protocol|Picture Transfer Protocol]] (PTP) is built into many cameras and should provide a means of not only transferring pictures over USB but also controlling the camera remotely. PTP is part of the [[w:Windows Image Acquisition|WIA]] architecture on Windows, hence it is fairly easy to build a camera control software using f.e. Visual Basic. For other OS's the [http://gphoto.org/ gphoto] project should provide access to such cameras. The gphoto project also collects informations what cameras can be remotely controlled and in what ways: http://gphoto.org/doc/remote/&lt;br /&gt;
&lt;br /&gt;
Hence there are many programs to control your camera from a computer but only few that do the same from a portable device. However, availability of cheap USB host circuitry has triggered some do-it-yourself projects and apparently even some smartphones can use USB hosts nowadays.&lt;br /&gt;
&lt;br /&gt;
== Supported cameras ==&lt;br /&gt;
Not all PTP enabled cameras implement all features. Hence it's impossible to tell which cameras can be used for PTP bracketing. The most complete list of cameras supporting PTP or other means of direct control is found in the [http://gphoto.org/proj/libgphoto2/support.php gphoto project]. If your camera is listed, there is a chance that one or the other software will support it. But it is still better to look on the vendor or developer page.&lt;br /&gt;
&lt;br /&gt;
== Programs ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* [http://www.breezesys.com/DSLRRemotePro/ DSLR remote pro] (commercial)&lt;br /&gt;
* [http://www.photoremote.de/en PhotoRemote] (free for non commercial use)&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://www.controlmynikon.com/ ControlMyNikon] works ith Nikon DSLRs only. (Commercial)&lt;br /&gt;
* [http://hartcw.com/ Smart Shooter] supports many Nikon and Canon cameras and is scriptable (Commercial)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
&lt;br /&gt;
=== Mac OSX ===&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
* [http://www.breezesys.com/DSLRRemotePro4Mac/ DSLR remote pro for Mac] (commercial)&lt;br /&gt;
* [http://www.sofortbildapp.com/ Sofortbild] Mac Tethered shooting (Freeware)&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://hartcw.com/ Smart Shooter] supports many Nikon and Canon cameras and is scriptable (Commercial)&lt;br /&gt;
&lt;br /&gt;
== Devices ==&lt;br /&gt;
=== Commercial ===&lt;br /&gt;
* [http://www.promotesystems.com/ Promote control]&lt;br /&gt;
* [http://www.roundshot.ch/xml_1/internet/de/application/d438/d927/f1033.cfm Seitz Roundshot VR Drive 2 with HDR option]&lt;br /&gt;
* [http://www.okii.net/default.asp OKII USA] They sell 2USB controls, battery powered, they allow camera control and also very fine follow focusing control. Canon only.&lt;br /&gt;
* [http://www.pchood.com/3D%20USB%20Contoller Cinematics]They sell 2USB controls, battery powered, they allow camera control and also very fine follow focusing control, one of them is the unique one that controls 2 cameras for stereo3D photography or video making. Canon only.&lt;br /&gt;
* [http://opteka.com/ff1x.aspx Opteka FF1x] it is a simple, battery operated followfocus. No hdr functions or camera controls&lt;br /&gt;
* [http://www.camranger.com/ Camranger] is a small device plugging in the USB connector of several Nikon and Canon DSLRs allowing to control them wireless from an Ipad or Iphone.&lt;br /&gt;
&lt;br /&gt;
=== Do-it-yourself ===&lt;br /&gt;
While the commercial devices above should be save (or at least offer some liability) there is a chance the DIY projects might hurt your camera. See [http://vimeo.com/groups/magiclantern/forum/topic:255083 this post] on the vimeo forum. &lt;br /&gt;
* [http://dslrsystems.com/ dslrsystems]is an arduino Bluetooth reciever with USB conection to Canon camera, chained with an Android smartphone app&lt;br /&gt;
* [http://www.circuitsathome.com/camera-control/digital-camera-control-using-arduino-usb-host-shield-part-1-basics Digital camera control using Arduino USB Host Shield] (DIY / open source)&lt;br /&gt;
* [http://xeqo.de/camcap-dslr-controller/ CamCap – DSLR Controller] Android tablet 3.1 app with live view that uses USB host mode&lt;br /&gt;
* [http://webuser.fh-furtwangen.de/~dersch/gphoto/remote.html project to control a camera using a network storage unit] running embedded linux by [[Helmut Dersch]]&lt;br /&gt;
&lt;br /&gt;
===Raspberry Pi===&lt;br /&gt;
The [[w:Raspberry Pi]] is a very cheap yet complete ARM based single board computer the size of a credit card running Linux. This offers new and exciting possibilities. Some projects:&lt;br /&gt;
* [http://islandinthenet.com/2012/08/23/hdr-photography-with-raspberry-pi-and-gphoto2/ HDR photography with Raspberry Pi and gPhoto2] by Khürt Williams &lt;br /&gt;
* [http://davidhunt.ie/?p=2641 Camera Pi – DSLR Camera with Embedded Computer] by David Hunt (Timelaps and remote shooting but no HDR yet).&lt;br /&gt;
&lt;br /&gt;
== Chained apps ==&lt;br /&gt;
Unfortunately very few smart devices have an USB host to control external readers, iOS would need a special circuitry attatched to their propretary port. Hence proliferation of tools claimed to coontrol the camera from a smartphone, that are more conveniently using a real computer as bridge.&lt;br /&gt;
The convenience is that the smart device controlling the camera operations is wirelessy connected to the bridge computer and can be a very valuable companion in studio work. Drawback is it comes more heavy on the field. &lt;br /&gt;
&lt;br /&gt;
=== iOS + OSX ===&lt;br /&gt;
* [http://www.ononesoftware.com/products/dslr-camera-remote/ DSLR camera remote] A smartphone app and a program running on a PC connected to the camera.&lt;br /&gt;
&lt;br /&gt;
=== Android + other ===&lt;br /&gt;
* [http://www.remoteyourcam.com/ remoteyourcam wifi] is compatible with  Canon cameras, Nikon compatibility is still not provided. The server application is available for Mac OS X 10.5+ and Windows.&lt;br /&gt;
* [http://www.busywww.com/ cameraremote] Documentation is scarce, seems to act through bluetooth. Someone will have to test it.&lt;br /&gt;
&lt;br /&gt;
== Android apps direct USB control ==&lt;br /&gt;
Few android apps are avaliable, chaining the full camera control with PTP protocol. Unfortunately only few smart devices are equipped with an USB host, and generally Android 3.1 is required. Till now only few Android can control the cameras directly. The solution is smart and lightweight, requires an USB cable linking your device with the camera, somehow limiting the action range.&lt;br /&gt;
* [http://dslrcontroller.com/ DSLcontroller] Android app to control Canon cameras&lt;br /&gt;
* [http://dslrsystems.com/ dslrsystems] is an Android smartphone app chained with an arduino Bluetooth reciever with USB conection to Canon camera&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://xeqo.de/camcap-dslr-controller/ CamCap] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://www.remoteyourcam.com/ remoteyourcam usb] is compatible with  Canon and Nikon cameras,and remotes them via USB host.&lt;br /&gt;
&lt;br /&gt;
= Bulb mode bracketing =&lt;br /&gt;
A much cheaper way to control a camera shutter is using bulb mode and opening and closing the shutter directly by cable or infrared. Unfortunately no short exposure times are possible since for fast times the second shutter curtain starts to close already while the first one is still not fully open. Hence bulb mode bracketing is limited to times slower than 1/120s to 1/4s depending on the camera, with fastest possible times getting unreliable. Great for night time HDR but nothing for daylight use where fast speeds are needed. There are lot's of DIY projects and many smartphone apps in this category.&lt;br /&gt;
&lt;br /&gt;
== Supported cameras ==&lt;br /&gt;
Any camera that has a cable or infrared release and that supports bulb mode should work. &lt;br /&gt;
&lt;br /&gt;
== Commercial ==&lt;br /&gt;
* [http://www.pclix.com/support/pclix-xt-support The PClix intervalometer] has the feature of a programmable shutter push length (to 99/100th sec) and programmable bulb length which can be combined with interval timing -- which makes it useful for continuous sequences of autobracketed bursts.&lt;br /&gt;
&lt;br /&gt;
== Do-it-yourself ==&lt;br /&gt;
DIY bulb mode bracketing should be safe if you don't apply power to the connector. &lt;br /&gt;
* [http://www.doc-diy.net/photo/hdr-jack/ HDR Jack] probably the smallest bracketing controller ever.&lt;br /&gt;
* [http://www.doc-diy.net/photo/hdr-jack2/ HDR jack 2] improve version build into a standard cable release. There are other solutions with even more features on that page, too.&lt;br /&gt;
* [http://www.hdrlabs.com/occ/index.html Open Camera Controller] controlled by a Nintendo DS and build into a game cartridge, many features.&lt;br /&gt;
* [http://www.wegroo.com/photoirmote/ PhotoIRemote] controlled by smartphone using audio out using either a self modified cable or a self mad IR transmitter&lt;br /&gt;
* [http://newyorkpanorama.com/2009/01/21/long-exposure-night-hdr-photography-with-arduino/ Bracketmeister] Arduino project by Joergen Geerds&lt;br /&gt;
&lt;br /&gt;
== Smartphone apps ==&lt;br /&gt;
* [https://triggertrap.com/ TriggerTrap] i-devices app with bulb mode bracketing&lt;br /&gt;
* [http://www.dslrbot.com/ DSLR.bot] i-devices app with infrared bulb mode bracketing&lt;br /&gt;
* [http://www.triggerhappyremote.com/ Trigger Happy] I-devices and android app plus cable bulb mode bracketing&lt;br /&gt;
* [http://www.thegadgetworks.com/TL-Plus.html TL-Plus] Androide app that programs the [[Heads#AutoMate|AutoMate robotic panorama head]] which then does not only bulb mode bracketing or timelaps but also gigapixel shooting on it's own.&lt;br /&gt;
&lt;br /&gt;
= Camera software hacks =&lt;br /&gt;
In-camera bracketing limits are mostly artificial. Where the camera software can be extended or replaced better functionality can be retrofitted. However, there is a small risk of malfunction or even permanent damage to your camera. &lt;br /&gt;
&lt;br /&gt;
* [http://chdk.wikia.com/wiki/CHDK CHDK] The Canon Hack Development Kit extends the firmware of Canon powershot cameras by many useful features among which is extended exposure bracketing. Also read the FAQ [http://chdk.wikia.com/wiki/FAQ#Q._Can_CHDK_damage_your_camera.C2.A0.3F Can CHDK damage your camera?]&lt;br /&gt;
* [http://www.magiclantern.fm/ MagicLantern] A firmware hack for some Canon DSLRs providing not only bracketing but mainly extended video functionality. Also read the FAQ [http://wiki.magiclantern.fm/faq#is_it_safe &amp;quot;Is it safe?&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
= Other possibilities =&lt;br /&gt;
* Another idea of doc-diy is to [http://www.doc-diy.net/photo/battery_grip/ butcher a battery grip] and emulate the dial wheel by a micro controller. This way exposure could be controlled simply and directly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]][[Category:Software:Survey]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Extended_bracketing_control</id>
		<title>Extended bracketing control</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Extended_bracketing_control"/>
				<updated>2012-12-04T16:34:42Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Commercial */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Shooting exposure bracketed gets more and more important for panorama creation, but most cameras still only support three brackets at 2EV steps maximum. But there are possibilities to work around this limitation. Many solutions support not only bracketing control but eventually many other features (timelaps, sound or light trigger etc). However, exposure bracketing is the main interest here. &lt;br /&gt;
&lt;br /&gt;
This page is about how to extend the camera capabilities. If you look for general HDR information start at the [[HDR]] page.&lt;br /&gt;
&lt;br /&gt;
= PTP bracketing =&lt;br /&gt;
[[w:Picture Transfer Protocol|Picture Transfer Protocol]] (PTP) is built into many cameras and should provide a means of not only transferring pictures over USB but also controlling the camera remotely. PTP is part of the [[w:Windows Image Acquisition|WIA]] architecture on Windows, hence it is fairly easy to build a camera control software using f.e. Visual Basic. For other OS's the [http://gphoto.org/ gphoto] project should provide access to such cameras. The gphoto project also collects informations what cameras can be remotely controlled and in what ways: http://gphoto.org/doc/remote/&lt;br /&gt;
&lt;br /&gt;
Hence there are many programs to control your camera from a computer but only few that do the same from a portable device. However, availability of cheap USB host circuitry has triggered some do-it-yourself projects and apparently even some smartphones can use USB hosts nowadays.&lt;br /&gt;
&lt;br /&gt;
== Supported cameras ==&lt;br /&gt;
Not all PTP enabled cameras implement all features. Hence it's impossible to tell which cameras can be used for PTP bracketing. The most complete list of cameras supporting PTP or other means of direct control is found in the [http://gphoto.org/proj/libgphoto2/support.php gphoto project]. If your camera is listed, there is a chance that one or the other software will support it. But it is still better to look on the vendor or developer page.&lt;br /&gt;
&lt;br /&gt;
== Programs ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* [http://www.breezesys.com/DSLRRemotePro/ DSLR remote pro] (commercial)&lt;br /&gt;
* [http://www.photoremote.de/en PhotoRemote] (free for non commercial use)&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://www.controlmynikon.com/ ControlMyNikon] works ith Nikon DSLRs only. (Commercial)&lt;br /&gt;
* [http://hartcw.com/ Smart Shooter] supports many Nikon and Canon cameras and is scriptable (Commercial)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
&lt;br /&gt;
=== Mac OSX ===&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
* [http://www.breezesys.com/DSLRRemotePro4Mac/ DSLR remote pro for Mac] (commercial)&lt;br /&gt;
* [http://www.sofortbildapp.com/ Sofortbild] Mac Tethered shooting (Freeware)&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://hartcw.com/ Smart Shooter] supports many Nikon and Canon cameras and is scriptable (Commercial)&lt;br /&gt;
&lt;br /&gt;
== Devices ==&lt;br /&gt;
=== Commercial ===&lt;br /&gt;
* [http://www.promotesystems.com/ Promote control]&lt;br /&gt;
* [http://www.roundshot.ch/xml_1/internet/de/application/d438/d927/f1033.cfm Seitz Roundshot VR Drive 2 with HDR option]&lt;br /&gt;
* [http://www.okii.net/default.asp OKII USA] They sell 2USB controls, battery powered, they allow camera control and also very fine follow focusing control. Canon only.&lt;br /&gt;
* [http://www.pchood.com/3D%20USB%20Contoller Cinematics]They sell 2USB controls, battery powered, they allow camera control and also very fine follow focusing control, one of them is the unique one that controls 2 cameras for stereo3D photography or video making. Canon only.&lt;br /&gt;
* [http://opteka.com/ff1x.aspx Opteka FF1x] it is a simple, battery operated followfocus. No hdr functions or camera controls&lt;br /&gt;
* [http://www.camranger.com/ Camranger] is a small device plugging in the USB connector of several Nikon and Canon DSLRs allowing to control them wireless from an Ipad or Iphone.&lt;br /&gt;
&lt;br /&gt;
=== Do-it-yourself ===&lt;br /&gt;
While the commercial devices above should be save (or at least offer some liability) there is a chance the DIY projects might hurt your camera. See [http://vimeo.com/groups/magiclantern/forum/topic:255083 this post] on the vimeo forum. &lt;br /&gt;
* [http://dslrsystems.com/ dslrsystems]is an arduino Bluetooth reciever with USB conection to Canon camera, chained with an Android smartphone app&lt;br /&gt;
* [http://www.circuitsathome.com/camera-control/digital-camera-control-using-arduino-usb-host-shield-part-1-basics Digital camera control using Arduino USB Host Shield] (DIY / open source)&lt;br /&gt;
* [http://xeqo.de/camcap-dslr-controller/ CamCap – DSLR Controller] Android tablet 3.1 app with live view that uses USB host mode&lt;br /&gt;
* [http://webuser.fh-furtwangen.de/~dersch/gphoto/remote.html project to control a camera using a network storage unit] running embedded linux by [[Helmut Dersch]]&lt;br /&gt;
&lt;br /&gt;
===Raspberry Pi===&lt;br /&gt;
The [[w:Raspberry Pi]] is a very cheap yet complete ARM based single board computer the size of a credit card running Linux. This offers new and exciting possibilities. Some projects:&lt;br /&gt;
* [http://islandinthenet.com/2012/08/23/hdr-photography-with-raspberry-pi-and-gphoto2/ HDR photography with Raspberry Pi and gPhoto2] by Khürt Williams &lt;br /&gt;
* [http://davidhunt.ie/?p=2641 Camera Pi – DSLR Camera with Embedded Computer] by David Hunt (Timelaps and remote shooting but no HDR yet).&lt;br /&gt;
&lt;br /&gt;
== Chained apps ==&lt;br /&gt;
Unfortunately very few smart devices have an USB host to control external readers, iOS would need a special circuitry attatched to their propretary port. Hence proliferation of tools claimed to coontrol the camera from a smartphone, that are more conveniently using a real computer as bridge.&lt;br /&gt;
The convenience is that the smart device controlling the camera operations is wirelessy connected to the bridge computer and can be a very valuable companion in studio work. Drawback is it comes more heavy on the field, and can &lt;br /&gt;
&lt;br /&gt;
=== iOS + OSX ===&lt;br /&gt;
* [http://www.ononesoftware.com/products/dslr-camera-remote/ DSLR camera remote] A smartphone app and a program running on a PC connected to the camera.&lt;br /&gt;
&lt;br /&gt;
=== Android + other ===&lt;br /&gt;
* [http://www.remoteyourcam.com/ remoteyourcam wifi] is compatible with  Canon cameras, Nikon compatibility is still not provided. The server application is available for Mac OS X 10.5+ and Windows.&lt;br /&gt;
* [http://www.busywww.com/ cameraremote] Documentation is scarce, seems to act through bluetooth. Someone will have to test it.&lt;br /&gt;
&lt;br /&gt;
== Android apps direct USB control ==&lt;br /&gt;
Few android apps are avaliable, chaining the full camera control with PTP protocol. Unfortunately only few smart devices are equipped with an USB host, and generally Android 3.1 is required. Till now only few Android can control the cameras directly. The solution is smart and lightweight, requires an USB cable linking your device with the camera, somehow limiting the action range.&lt;br /&gt;
* [http://dslrcontroller.com/ DSLcontroller] Android app to control Canon cameras&lt;br /&gt;
* [http://dslrsystems.com/ dslrsystems] is an Android smartphone app chained with an arduino Bluetooth reciever with USB conection to Canon camera&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://xeqo.de/camcap-dslr-controller/ CamCap] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://www.remoteyourcam.com/ remoteyourcam usb] is compatible with  Canon and Nikon cameras,and remotes them via USB host.&lt;br /&gt;
&lt;br /&gt;
= Bulb mode bracketing =&lt;br /&gt;
A much cheaper way to control a camera shutter is using bulb mode and opening and closing the shutter directly by cable or infrared. Unfortunately no short exposure times are possible since for fast times the second shutter curtain starts to close already while the first one is still not fully open. Hence bulb mode bracketing is limited to times slower than 1/120s to 1/4s depending on the camera, with fastest possible times getting unreliable. Great for night time HDR but nothing for daylight use where fast speeds are needed. There are lot's of DIY projects and many smartphone apps in this category.&lt;br /&gt;
&lt;br /&gt;
== Supported cameras ==&lt;br /&gt;
Any camera that has a cable or infrared release and that supports bulb mode should work. &lt;br /&gt;
&lt;br /&gt;
== Commercial ==&lt;br /&gt;
* [http://www.pclix.com/support/pclix-xt-support The PClix intervalometer] has the feature of a programmable shutter push length (to 99/100th sec) and programmable bulb length which can be combined with interval timing -- which makes it useful for continuous sequences of autobracketed bursts.&lt;br /&gt;
&lt;br /&gt;
== Do-it-yourself ==&lt;br /&gt;
DIY bulb mode bracketing should be safe if you don't apply power to the connector. &lt;br /&gt;
* [http://www.doc-diy.net/photo/hdr-jack/ HDR Jack] probably the smallest bracketing controller ever.&lt;br /&gt;
* [http://www.doc-diy.net/photo/hdr-jack2/ HDR jack 2] improve version build into a standard cable release. There are other solutions with even more features on that page, too.&lt;br /&gt;
* [http://www.hdrlabs.com/occ/index.html Open Camera Controller] controlled by a Nintendo DS and build into a game cartridge, many features.&lt;br /&gt;
* [http://www.wegroo.com/photoirmote/ PhotoIRemote] controlled by smartphone using audio out using either a self modified cable or a self mad IR transmitter&lt;br /&gt;
* [http://newyorkpanorama.com/2009/01/21/long-exposure-night-hdr-photography-with-arduino/ Bracketmeister] Arduino project by Joergen Geerds&lt;br /&gt;
&lt;br /&gt;
== Smartphone apps ==&lt;br /&gt;
* [https://triggertrap.com/ TriggerTrap] i-devices app with bulb mode bracketing&lt;br /&gt;
* [http://www.dslrbot.com/ DSLR.bot] i-devices app with infrared bulb mode bracketing&lt;br /&gt;
* [http://www.triggerhappyremote.com/ Trigger Happy] I-devices and android app plus cable bulb mode bracketing&lt;br /&gt;
* [http://www.thegadgetworks.com/TL-Plus.html TL-Plus] Androide app that programs the [[Heads#AutoMate|AutoMate robotic panorama head]] which then does not only bulb mode bracketing or timelaps but also gigapixel shooting on it's own.&lt;br /&gt;
&lt;br /&gt;
= Camera software hacks =&lt;br /&gt;
In-camera bracketing limits are mostly artificial. Where the camera software can be extended or replaced better functionality can be retrofitted. However, there is a small risk of malfunction or even permanent damage to your camera. &lt;br /&gt;
&lt;br /&gt;
* [http://chdk.wikia.com/wiki/CHDK CHDK] The Canon Hack Development Kit extends the firmware of Canon powershot cameras by many useful features among which is extended exposure bracketing. Also read the FAQ [http://chdk.wikia.com/wiki/FAQ#Q._Can_CHDK_damage_your_camera.C2.A0.3F Can CHDK damage your camera?]&lt;br /&gt;
* [http://www.magiclantern.fm/ MagicLantern] A firmware hack for some Canon DSLRs providing not only bracketing but mainly extended video functionality. Also read the FAQ [http://wiki.magiclantern.fm/faq#is_it_safe &amp;quot;Is it safe?&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
= Other possibilities =&lt;br /&gt;
* Another idea of doc-diy is to [http://www.doc-diy.net/photo/battery_grip/ butcher a battery grip] and emulate the dial wheel by a micro controller. This way exposure could be controlled simply and directly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]][[Category:Software:Survey]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Tutorials</id>
		<title>Tutorials</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Tutorials"/>
				<updated>2012-12-01T13:26:38Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Zenith and Nadir retouching */ linked new tutorial, changed title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RatingStarSystem}}&lt;br /&gt;
There is also a list of all [[tutorials by rating]]&lt;br /&gt;
== General ==&lt;br /&gt;
* [[The why and how of panoramas]] {{RateStar|1}}&lt;br /&gt;
* [[How stitching works]] {{RateStar|1}}&lt;br /&gt;
&lt;br /&gt;
== Photography ==&lt;br /&gt;
* [[Photography Guidelines]] {{RateStar|1}}&lt;br /&gt;
* [[DSLR spherical resolution]] {{RateStar|2}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=zEgLgReARxs Video tutorial on finding no-parallax point] {{RateStar|2}}&lt;br /&gt;
* [http://www.johnhpanos.com/epcalib.htm Finding the No-Parallax Point] {{RateStar|3}}&lt;br /&gt;
* [[Sigma 8mm Fisheye Canon 350D MrotatorCP]] {{RateStar|1}}&lt;br /&gt;
* [[Special issues with fisheye lenses]] {{RateStar|1}}&lt;br /&gt;
* [[ChristmasBallPanoTutor| Making a spherical panorama by photographing a christmas ball]] {{RateStar|2}}&lt;br /&gt;
* [[Philopod pitch variation]] technique for shooting handheld {{RateStar|3}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=ouOEM4cKKGc Video tutorial on three panorama shooting techniques] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2009/12/24/nodal-ninja-calibration-tutorial/ Calibrating a panoramic head] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/02/29/parallax/ Understanding Parallax] {{RateStar|2}}&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
* [[A simple approach to HDR-blending]] {{RateStar|2}}&lt;br /&gt;
* [[Bracketing]] {{RateStar|2}}&lt;br /&gt;
* [[Chromatic aberration]] {{RateStar|2}}&lt;br /&gt;
* [[Contrast Blending|Contrast Blending (Exposure Blending)]] {{RateStar|3}}&lt;br /&gt;
* [[HDR compression]] {{RateStar|3}}&lt;br /&gt;
* [[RAW dynamic range extraction]] {{RateStar|3}}&lt;br /&gt;
* [[Working with RAW files in CS2|Working with RAW files in Photoshop CS2]] {{RateStar|2}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=mUiw3jtErxk Developing &amp;amp; post-processing fisheye images in LightRoom (video tutorial)] {{RateStar|1}}&lt;br /&gt;
* [[Batch merge handheld images]] {{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
== Stitching ==&lt;br /&gt;
* [http://www.dffe.at/panotools/ptgui5-00e.html Basic Panorama Stitching workflow] with PTGui 5 {{RateStar|1}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=W-WEosizCzE Basic panorama stitching in PTGui 9 Pro (video tutorial)] {{RateStar|1}}&lt;br /&gt;
* [http://www.johnhpanos.com/ptgtut.htm 360 vr stitching with ptgui for beginners] {{RateStar|1}}&lt;br /&gt;
* Workflows for [[high resolution partial panoramas]] {{RateStar|2}}&lt;br /&gt;
* Workflows for [http://www.dffe.at/pano360/ full spherical panoramas] {{RateStar|1}}&lt;br /&gt;
* [http://www.johnhpanos.com/optitute.htm Using the optimizer] {{RateStar|1}}&lt;br /&gt;
* [[Full 16 bit workflow]] {{RateStar|3}}&lt;br /&gt;
* [[Using Autopano-SIFT With PTGui]] {{RateStar|2}}&lt;br /&gt;
* [[How to stitch flat images]] {{RateStar|1}}&lt;br /&gt;
* [[Flat stitching for tilt-shift lenses]] {{RateStar|3}}&lt;br /&gt;
* [http://www.dojoe.net/tutorials/linear-pano Creating linear panoramas with Hugin] {{RateStar|2}}&lt;br /&gt;
* [[16bit_workflow_with_hugin|16bit workflow for Hugin]] {{RateStar|2}}&lt;br /&gt;
* [[16 bit panorama blending using 8 bit Gimp]] {{RateStar|3}}&lt;br /&gt;
* [[High resolution film transparency digitalization using macro lens and stitching]] {{RateStar|3}}&lt;br /&gt;
* [[HDR workflow with hugin]] {{RateStar|3}}&lt;br /&gt;
* [[Stitching Nadir Shots]] {{RateStar|2}}&lt;br /&gt;
* [[Fixing nadir parallax errors]] {{RateStar|3}}&lt;br /&gt;
* [[Using Celeste with hugin]] {{RateStar|3}}&lt;br /&gt;
* [[Stiching a photo-mosaic]]&lt;br /&gt;
* [http://www.youtube.com/playlist?list=PLBD1A6D794E9ED132 Creating a Spherical Panorama with Hugin, Panor2VR and Photoshop (Video Tutorial / German)] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/08/02/hugin-101/ Setting control points manually with Hugin] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/08/03/hugin-102/ Hugin Fisheye Basics] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/10/08/exposures-stacks/ Exposures Stack] {{RateStar|2}}&lt;br /&gt;
* [http://panospace.wordpress.com/2010/09/19/linear-panoramas-mosaic-tutorial/ Linear Panoramas with Hugin 's Mosaic Mode] {{RateStar|1}}&lt;br /&gt;
* [http://www.flickr.com/photos/36383814@N00/5830006193 Some notes on using Hugin's mosaic mode to stitch a street elevation]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/10/panoramic-photography-revealed-part-ii-creating-perfect-panoramas-the-open-source-way/ Creating Perfect Panoramas, The Open Source Way] A complete workflow featuring Hugin, Gimp, SaladoConverter and Panini{{RateStar|2}}German Version: [http://www.tilmanbremer.de/2012/02/hinter-den-kulissen-der-panoramafotographie-teil-ii-perfekte-panoramen-open-source/ Perfekte Panoramen, Open Source]&lt;br /&gt;
* [http://www.flickr.com/photos/36383814@N00/6327106374 Reusing bits photos to patch holes in panoramas using Hugin]&lt;br /&gt;
&lt;br /&gt;
== Leveling and Remapping ==&lt;br /&gt;
* [[Leveling a Finished Panorama]] {{RateStar|2}}&lt;br /&gt;
* [http://www.dffe.at/pano360/pano-horizont-360_en.html Straightening a (360-degree) Panorama] {{RateStar|1}}&lt;br /&gt;
* [http://www.johnhpanos.com/levtut.htm levelling a panorama image with ptgui] {{RateStar|1}}&lt;br /&gt;
* [[Leveling a VR shooting setup]] {{RateStar|1}}&lt;br /&gt;
* [[Perspective correction]] {{RateStar|1}}&lt;br /&gt;
* [http://www.johnhpanos.com/epcalib.htm finding the no-parallax point] {{RateStar|1}}&lt;br /&gt;
* [[Unusual remappings]]{{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
== Retouching ==&lt;br /&gt;
=== Zenith and Nadir retouching ===&lt;br /&gt;
* [[Zenith and Nadir editing overview]] {{RateStar|1}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=WYbEHkxkOds Video tutorials showing 2 approaches: One uses PTGui, the other KRPano Tools] {{RateStar|1}}&lt;br /&gt;
* [[Remove tripod shadows]] {{RateStar|2}}&lt;br /&gt;
* [[How to use PTEditor]] {{RateStar|1}}&lt;br /&gt;
* [[Extract and insert rectilinear views]] {{RateStar|1}}&lt;br /&gt;
* [[Using enblend to fill the &amp;quot;Hole in the floor&amp;quot;]] {{RateStar|2}}&lt;br /&gt;
* [[Edit zenith and nadir in one go with PTGui]] {{RateStar|2}}&lt;br /&gt;
* [[Edit zenith and nadir in one go with Adjust filter]] {{RateStar|2}}&lt;br /&gt;
* [[How to use enblend for patching zenith and nadir images]] {{RateStar|2}}&lt;br /&gt;
* [[How to remove blending error caused by enblend and enfuse at zenith and nadir (automatic)]]&lt;br /&gt;
* [http://panospace.wordpress.com/2008/03/18/edit-the-nadir/ Edit nadir with Hugin] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/03/24/edit-the-nadir-part-ii/ Edit layered nadir with Hugin] {{RateStar|1}}&lt;br /&gt;
* [http://www.flickr.com/photos/36383814@N00/2845671569/ pafextract walkthrough] for using [[panoglview]], [[pafextract]] and [[Hugin]] as a replacement for [[PTEditor]]&lt;br /&gt;
&lt;br /&gt;
=== Tripod Caps ===&lt;br /&gt;
* [[Adding a nadir cap (mirror ball)]] {{RateStar|2}}&lt;br /&gt;
* [[Adding a nadir logo with text]] {{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
=== Other retouching ===&lt;br /&gt;
* [[Upsampling a single image with ptstitcher]] {{RateStar|2}}&lt;br /&gt;
* [[Retouching broken lines in Photoshop]] {{RateStar|2}}&lt;br /&gt;
* [[Mending parallax errors with the shear tool]] {{RateStar|2}}&lt;br /&gt;
* [http://www.inertia-llc.com/sandbox/tutorials/shadow-matchcolor/ Shadow Removal on Panoramic Photography] {{RateStar|2}}&lt;br /&gt;
* [[Time lapse stabilization]] {{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
== Web Presentation ==&lt;br /&gt;
* [[Partial Panoramas using ROI in PTViewer]] {{RateStar|2}}&lt;br /&gt;
* [[HTML code for several viewers]] {{RateStar|1}}&lt;br /&gt;
* [[Uploading Wiki Related Files]] Note: Just use the &amp;quot;upload file&amp;quot; link on the left of the page&lt;br /&gt;
* [[create a custom ptviewer jar file]] {{RateStar|3}}&lt;br /&gt;
* [[Geo-referencing panoramas with Google Maps]] {{RateStar|3}}&lt;br /&gt;
* [[Have a single ptviewer jar file per website]] {{RateStar|3}}&lt;br /&gt;
* PTViewerME2 Tutorial [http://panospace.wordpress.com/2008/06/29/ptviewerme2-tutorial-part-1/ part 1], [http://panospace.wordpress.com/2008/06/30/ptviewerme2-tutorial-part-2/ part 2], [http://panospace.wordpress.com/2008/07/17/ptviewerme2-tutorial-part-3/ part 3] {{RateStar|1}}&lt;br /&gt;
&lt;br /&gt;
=== Virtual Tours ===&lt;br /&gt;
* [http://bit.ly/tut_krpano_gmap Creating a Virtual Tour with krpano and Google Maps Plugin (Video Tutorial / German)] {{RateStar|2}}&lt;br /&gt;
&lt;br /&gt;
== Object Movies ==&lt;br /&gt;
* [[Create object movies]] {{RateStar|1}}&lt;br /&gt;
* [[Self-made object turntable]] {{RateStar|1}}&lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
* [[Printing panoramas]] {{RateStar|2}}&lt;br /&gt;
* [[Philosphere]] {{RateStar|1}}&lt;br /&gt;
&lt;br /&gt;
== Settings, values and miscellaneous==&lt;br /&gt;
* [[How to allocate enough RAM for PTEditor]] {{RateStar|2}}&lt;br /&gt;
* [[Circular cropping values in PTGui]] {{RateStar|1}}&lt;br /&gt;
* [[Build pano12 from sourcecode]] {{RateStar|2}}&lt;br /&gt;
* [[Build pano12 from sourcecode MSVC]] {{RateStar|3}}&lt;br /&gt;
* [[How to install actions in Photoshop]] {{RateStar|1}}&lt;br /&gt;
* [[How to install plug-ins in Photoshop]] {{RateStar|1}}&lt;br /&gt;
* [[Enable windows file extensions]] {{RateStar|2}}&lt;br /&gt;
* [[Embed QTVR into Powerpoint]] {{RateStar|1}}&lt;br /&gt;
* [[Animating panoramas in Blender]] {{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
===Community===&lt;br /&gt;
* How to use a [[Panotools:newsreader|NNTP newsreader]] to read the [[mailing list]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* A growing list of very good tutorials can be found on http://www.johnhpanos.com/tuts.htm&lt;br /&gt;
&lt;br /&gt;
[[Category:List]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Talk:Extracting_and_inserting_rectilinear_Views</id>
		<title>Talk:Extracting and inserting rectilinear Views</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Talk:Extracting_and_inserting_rectilinear_Views"/>
				<updated>2012-12-01T13:25:17Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Erik Krause moved page Talk:Extracting and inserting rectilinear Views to Talk:Extract and insert rectilinear views: better wiki-linkable without capitals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Talk:Extract and insert rectilinear views]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Extracting_and_inserting_rectilinear_Views</id>
		<title>Extracting and inserting rectilinear Views</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Extracting_and_inserting_rectilinear_Views"/>
				<updated>2012-12-01T13:25:17Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Erik Krause moved page Extracting and inserting rectilinear Views to Extract and insert rectilinear views: better wiki-linkable without capitals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Extract and insert rectilinear views]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Talk:Extract_and_insert_rectilinear_views</id>
		<title>Talk:Extract and insert rectilinear views</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Talk:Extract_and_insert_rectilinear_views"/>
				<updated>2012-12-01T13:25:17Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Erik Krause moved page Talk:Extracting and inserting rectilinear Views to Talk:Extract and insert rectilinear views: better wiki-linkable without capitals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Enhance==&lt;br /&gt;
&lt;br /&gt;
I might be wrong, but could be some applications and techniques are still missing (Pano2VR?) &amp;lt;small&amp;gt;--[[User:Erik Krause|Erik Krause]] 23:44, 21 September 2008 (CEST)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I edited my plugin name from SuperRune (my company name) to Super Cubic (the actual plugin name), and updated the URL. Hope you don't mind. &amp;lt;small&amp;gt;--Rune, 15:55, 18 April 2009&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Of course not. I'd hope any supplier would...--[[User:Erik Krause|Erik Krause]] 20:09, 19 April 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Extract_and_insert_rectilinear_views</id>
		<title>Extract and insert rectilinear views</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Extract_and_insert_rectilinear_views"/>
				<updated>2012-12-01T13:25:17Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Erik Krause moved page Extracting and inserting rectilinear Views to Extract and insert rectilinear views: better wiki-linkable without capitals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Intro ==&lt;br /&gt;
One of the most problematic points when shooting spherical panoramas is the view straight down also called the nadir view. Either the tripod is visible or there may be alignment or color mismatches if shooting handheld. &lt;br /&gt;
&lt;br /&gt;
Unfortunately neither the nadir nor the zenith (straight above) area can be edited directly in the [[equirectangular]] image since it is very distorted. For this task we need to extract a partial view - best in [[Rectilinear Projection]].&lt;br /&gt;
&lt;br /&gt;
== Warning ==&lt;br /&gt;
&amp;lt;b&amp;gt;Important!&amp;lt;/b&amp;gt; For all transformations that use non-overlapping images like assembling cube faces to an [[equirectangular]] image the 'Fast transform' option should be disabled. As a default 'Fast transform' is disabled for the [[Panorama Tools Plugins]] and for [[PTEditor]]. However, it is enabled by default for some of the GUIs ([[PTGui]] f.e.)&lt;br /&gt;
&lt;br /&gt;
Fast Transform can cause the loss of some pixels in the corners of an [[Rectilinear Projection|rectilinear]] image which will be visible as small triangular black holes in the result image. More on 'Fast Transform' on [http://www.fsoft.it/panorama/pano12.htm Fulvio Senore's page].&lt;br /&gt;
&lt;br /&gt;
PTGui 5 has a new internal stitcher which causes a similar effect even if Fast Transform is switched off. &amp;lt;b&amp;gt;Don't use PTGui 5 internal stitcher to assemble cubefaces!&amp;lt;/b&amp;gt; Choose &amp;quot;Panotools Stitcher&amp;quot; (PTStitcher) instead.&lt;br /&gt;
&lt;br /&gt;
== Possibilities with panotools ==&lt;br /&gt;
There are basically three possibilities to extract partial [[Rectilinear Projection|rectilinear]] views with panorama tools:&lt;br /&gt;
* [[PTEditor]]&lt;br /&gt;
* [[Panorama Tools Plugins]]&lt;br /&gt;
* [[PTStitcher]] or [[nona]] used directly or indirectly by script or batch file, GUI or [[PanoCube]] Plus &lt;br /&gt;
&lt;br /&gt;
=== PTEditor ===&lt;br /&gt;
[[PTEditor]] is a [[Java]] application provided with the standard [[Panorama Tools]] distribution. It should run on any OS where Java and the panotools runtime (the [[pano12]] library) are installed. There is a nice tutorial on [[How to use PTEditor]]. This is the most convenient way to extract and insert any arbitrary [[Rectilinear Projection|rectilinear]] view. The disadvantage is that it doesn't save 16 bit images.&lt;br /&gt;
&lt;br /&gt;
=== Panotools plugins ===&lt;br /&gt;
The [[Photoshop]] and [[Gimp]] compatible [[Panorama Tools Plugins]] are part of the standard Panotools distribution as well. The most recent version that corrects some bugs and works for 16 bit is available as part of the panotools download from [http://sourceforge.net/projects/panotools/ panotools sourceforge page].&lt;br /&gt;
&lt;br /&gt;
The plugins contain the [[Panorama Tools Plugins#Adjust|Adjust]] filter, which is capable of extracting and inserting any view in almost any projection. Any data (pan/tilt angle, size of view etc.) has to be inserted manually. Yaw, roll and pitch value have to be calculated or estimated which makes the usage a bit inconvenient. &lt;br /&gt;
&lt;br /&gt;
However, extracting and inserting [[Zenith]] or [[Nadir]] is straightforward and relatively easy. [[Helmut Dersch]] has outlined the basic workflow in [http://www.panotools.org/dersch/panorectilinear/panorectilinear.html Extracting Rectilinear Images from Panoramas]. You need to do the following:&lt;br /&gt;
&lt;br /&gt;
==== Extracting ====&lt;br /&gt;
* Load the [[Equirectangular]] image in [[Photoshop]] (or any plugins compatible image editor).&lt;br /&gt;
* Choose 'Adjust' or 'PTAdjust' from the Filter menu.&lt;br /&gt;
* Press the small 'Prefs' button in the upper right corner.&lt;br /&gt;
* In the following dialog uncheck option (a) and check options (b) and (c) (see [[Panorama Tools Plugins#Preferences|plugins description for details]]) &lt;br /&gt;
* confirm with 'Ok'&lt;br /&gt;
* check 'Extract', check 'Use Options' and press 'Set'&lt;br /&gt;
* In the following dialog there is an upper part called 'Image:' and a lower one called 'Panorama'&lt;br /&gt;
* In the 'Image' section:&lt;br /&gt;
** Set HFOV 90 for a cube face (or any other Field of View to your need).&lt;br /&gt;
** Choose 'Width' and 'Height' appr. 1/3 of the source image width in order to not degrade image because of too low resolution.&lt;br /&gt;
** Choose 'Format: Rectilinear'&lt;br /&gt;
** Set 'Yaw' and 'Roll' to 0.0&lt;br /&gt;
** Set 'Pitch' to -90 for [[Nadir]] or 90 for [[Zenith]]&lt;br /&gt;
* In the 'Panorama' section:&lt;br /&gt;
** Set HFOV to 360 for a full sphere.&lt;br /&gt;
** Leave 'Width' and 'Height' empty (will be read from the image)&lt;br /&gt;
** Check 'Save to Buffer' if you want to merge the result into your pano later.&lt;br /&gt;
** Choose Format: PSphere (which means [[Equirectangular]])&lt;br /&gt;
** Uncheck 'Load Buffer' to avoid loading of previously saved images.&lt;br /&gt;
* Press 'Ok' twice to perform the transformation&lt;br /&gt;
&lt;br /&gt;
The result image will be loaded into a new window where you can edit it as any other image.&lt;br /&gt;
&lt;br /&gt;
==== Inserting ====&lt;br /&gt;
Once you are done with editing the image you can either insert it back to your orignal pano or load it as a masked layer.&lt;br /&gt;
&lt;br /&gt;
===== Merging =====&lt;br /&gt;
You need to have checked 'Save to Buffer' in order to be able to merge the result into your pano. &lt;br /&gt;
* With the edited rectilinear image as foremost (active) document open Adjust or PTAdjust dialog from the  filter menu.&lt;br /&gt;
* Choose 'Insert' and 'Use Options' and press 'Set'&lt;br /&gt;
* in the following dialog leave anything as is or set it to the values described in the Extracting part if you changed them meanwhile with these exceptions:&lt;br /&gt;
* In the 'Panorama' section:&lt;br /&gt;
** Uncheck 'Save to Buffer' &lt;br /&gt;
** Check 'Load Buffer' &lt;br /&gt;
** check 'or paste'&lt;br /&gt;
** Choose 'Color Correction: none'&lt;br /&gt;
** Set 'Feather:' to a small value or 0 &lt;br /&gt;
* Press 'Ok' twice to perform the transformation ans merging.&lt;br /&gt;
&lt;br /&gt;
===== Loading as layer =====&lt;br /&gt;
Sometimes it might be usefull to load only the transformed Nadir or Zenith image in order to insert it as a new layer into a panorama. &lt;br /&gt;
* With the edited rectilinear image as foremost (active) document open Adjust or PTAdjust dialog from the  filter menu.&lt;br /&gt;
* If you changed any settings since extracting the image set them as described under Extracting. &lt;br /&gt;
* Press 'Ok' to perform the transformation&lt;br /&gt;
&lt;br /&gt;
The image is loaded as a document containing an [[alpha channel]] with the mask. In photoshop you can move this into a masked layer:&lt;br /&gt;
* In the layers palette double click the layer thumbnail in order to create a layer from background.&lt;br /&gt;
* Choose 'Load Selection' from the 'Select' menu. &lt;br /&gt;
* Choose 'Channel: Alpha 1' as new selection and press 'Ok'&lt;br /&gt;
* Click the 'Add vector mask' button in the bottom line of the layers palette.&lt;br /&gt;
* Shift-Drag (pres and hold the shift key after started dragging) the layer from the layers palette to your original panorama.&lt;br /&gt;
&lt;br /&gt;
=== PTStitcher ===&lt;br /&gt;
[[PTStitcher]] supports 16 bit images and can be used to extract and insert partial views in different ways. &lt;br /&gt;
* By directly scripting it.&lt;br /&gt;
* With [[PanoCube]] Plus&lt;br /&gt;
* By one of it's GUIs ([[PTGui]], [[PTAssembler]], [[Hugin]], [[PTMac]]...) &lt;br /&gt;
&lt;br /&gt;
[[nona]] is a free alternative to [[PTStitcher]] that can be used as a drop-in replacement if [[PTStitcher]] is not available.&lt;br /&gt;
&lt;br /&gt;
==== Scripts ====&lt;br /&gt;
There are several scripts or batch files available that extract 6 cube faces from an [[Equirectangular Projection]] image. One of the most convenient windows batch file is written by Eric Gerds and part of his [http://www.pinlady.net/vr/#anchor3 DOS Utilities for Panoramas]. A less convenient batch file is found on [http://www.erik-krause.de/ttt Erik Krause's ] page. [[PTStitcher]] scripts are found on [http://www.path.unimelb.edu.au/~bernardk/tutorials/360/readme/scripts.html Ben Kreunen's ] page&lt;br /&gt;
&lt;br /&gt;
==== PanoCube Plus ====&lt;br /&gt;
[[PanoCube]] Plus can extract six cube faces (single, batch modes) for editing and then convert it directly into [[QTVR]] cubic movie(s). Both 8/16 bits per channel are supported - depending on the [[pano12]] library used the cube faces are the same bit depth as the source images. &lt;br /&gt;
&lt;br /&gt;
To activate &amp;quot;equirectangular to 6 cube faces&amp;quot; mode copy the file &amp;lt;code&amp;gt;Script.txt&amp;lt;/code&amp;gt; to the folder where your source image is and set &amp;quot;1&amp;quot; as first character in this line using a text editor (notepad!):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;1  # create tiles for editing ( 0 = NO, 1 = YES). Default NO.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the file &amp;lt;code&amp;gt;Script.txt&amp;lt;/code&amp;gt; and put it into pano's folder. Next drag and drop your single pano or folder with panos onto the program icon. The source file name and path should contain no spaces. The source image must be exactly in 2:1 format (f.e. 2000x1000 or 6000x3000 pixels). [[PanoCube]] calls [[PTStitcher]] 6 times and creates 6 files in the order front, right, back, left, top, bottom and replaces the last two characters of the name with 11, 22, 33, 44, 55, 66. All files ended with 55 are represent zenith view, ended with 66 - nadir view.&lt;br /&gt;
&lt;br /&gt;
After editing drag again any one (not all!) tile or folder with tiles to get [[QTVR]] cubic movie(s). In batch mode important to have first six letters differ in filenames, otherwice PanoCube can skips &amp;quot;similar&amp;quot; files.&lt;br /&gt;
&lt;br /&gt;
This technique is good if the final product is a [[QTVR]] movie. If you need an equirectangular for PTViewer you can of course drag the .mov file on panocube plus to get it converted, but image quality suffers because of intermediate [[JPEG]] compression and decompression and another [[interpolation]] step.&lt;br /&gt;
&lt;br /&gt;
==== Inserting cubefaces again ====&lt;br /&gt;
You can assemble the cube faces again using the [[PTGui]] template from http://www.erik-krause.de/ttt or the batch file from Eric Gerds: [http://www.pinlady.net/vr/#anchor3 Dos for Panoramas]. &lt;br /&gt;
&lt;br /&gt;
You can even remap only one cube face to equirectangular and insert it as an additional layer into your layered photoshop document.  This has several benefits: &lt;br /&gt;
* no additional [[interpolation]] for the rest of the panorama. &lt;br /&gt;
* possibility to patch nadir in a relative early stage of editing thus leaving open any possibility of correcting over all colors etc.&lt;br /&gt;
* preserving as much as possible of the original image data&lt;br /&gt;
&lt;br /&gt;
To re-insert the patched cubeface into the original document implies that you have worked on a cube face with enough resolution, preferable the pixel width of the original pano divided by 3.&lt;br /&gt;
&lt;br /&gt;
You can use the batch file or [[PTGui]] template mentioned above. You simply have to set output size equal to your original panorama size and create single image [[TIFF]]s as output. Any of those [[TIFF]] files can be added to the original panorama as a masked layer using the &amp;quot;Tiff to masked layers&amp;quot; action from http://www.erik-krause.de/ttt&lt;br /&gt;
&lt;br /&gt;
To use any of the other GUIs you need to &lt;br /&gt;
* Add the cube face as input image&lt;br /&gt;
* specify [[Rectilinear Projection|rectilinear]] and FoV 90° for input images&lt;br /&gt;
* set all lens correction parameters to 0.0&lt;br /&gt;
* specify the correct yaw and pitch values for the particular image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 tile    front   right   back    left    top     bottom&lt;br /&gt;
 Yaw     0       90      180     -90     0       0&lt;br /&gt;
 Pitch   0       0       0       0       90      -90&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* specify the correct output size.&lt;br /&gt;
* specify [[TIFF]] without mask or feather (TIFF_m) as output format.&lt;br /&gt;
* don't set control points and don't optimize&lt;br /&gt;
* create the panorama&lt;br /&gt;
&lt;br /&gt;
==== GUI ====&lt;br /&gt;
All of the [[GUI front-ends]] should be capable of extracting an arbitrary [[Rectilinear Projection|rectilinear]] view from a spherical pano. Use the equirect image as input (don't forget to set the correct FoV) and specify a rectilinear image with 90° as output &amp;quot;panorama&amp;quot;. Set all lens correction parameters to 0.0. Then change yaw and pitch of the input image until you get the desired view. Note that the values work the other way round than when inserting an image.&lt;br /&gt;
&lt;br /&gt;
==== PTGui ====&lt;br /&gt;
[[PTGui]] offers an additional advantage: The panorama editor and numerical transform. To use it load your image as described above, open panorama editor and choose 'Numerical Transform' from the edit menu. &lt;br /&gt;
&lt;br /&gt;
On the 'Panorama Settings' tab don't forget to uncheck 'Use fast transform' (for details see [[#Warning|Warning]] at top of page).&lt;br /&gt;
&lt;br /&gt;
To pan along the horizon f.e. in 20° steps insert 20 into the 'Yaw' field and press 'Apply' repeatedly until you get the desired view. Positive values pan right, negatives left. &lt;br /&gt;
&lt;br /&gt;
Do the corresponding for 'Pitch' and 'Roll' if needed. This way you can extract any partial view. Once your are done create the &amp;quot;Panorama&amp;quot; (which is the desired partial view) using output format [[TIFF]]. Note down or save the exact values for Yaw, Roll and Pitch as shown on 'Image Parameters&amp;quot; tab page.&lt;br /&gt;
&lt;br /&gt;
Now edit the partial view to your need. Then add it to the project  with your original panorama and on 'Panorama settings' tab change to equirectangular and 360°x180°. Choose individual lens parameters for the new image on 'Lens settings' tab and set 'Rectilinear' and 90° on 'Image parameters' tab. The image should fit now perfectly in the original panorama.&lt;br /&gt;
&lt;br /&gt;
In order to move the panorama back to it's original position go to panorama editor again and choose 'Numerical transform'. Now Enter the exact values for Yaw, Roll and Pitch you previously saved or noted down. The panorama should move back to it's original position now. &lt;br /&gt;
&lt;br /&gt;
You can create either the complete panorama or the partial view only. Choose the size of the original panorama for output.&lt;br /&gt;
&lt;br /&gt;
There are two templates available for conveniently extract and insert the floor cube face using this technique from [http://erik-krause.de/ttt#Bodenbild_extrahieren http://erik-krause.de/ttt]&lt;br /&gt;
&lt;br /&gt;
== Other possibilities ==&lt;br /&gt;
* The free [http://www.superrune.com/technical/software_supercubic.php Super Cubic plugin] for photoshop extracts and inserts both [[zenith]] and [[nadir]]. &lt;br /&gt;
* A video tutorial using Photoshop actions and PTGui templates can be found here: [http://www.youtube.com/watch?v=owq7kaXMTTk Nadir patching in Photoshop with actions and PTGui templates]&lt;br /&gt;
* A two parts [http://panospace.wordpress.com/2008/03/18/edit-the-nadir/ tutorial] with [[Hugin]] &lt;br /&gt;
[[Category:Tutorial:Basic need]]&lt;br /&gt;
&lt;br /&gt;
{{Incomplete|Talk}}&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Tutorials</id>
		<title>Tutorials</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Tutorials"/>
				<updated>2012-12-01T13:23:52Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Zenith and Nadir retouching */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RatingStarSystem}}&lt;br /&gt;
There is also a list of all [[tutorials by rating]]&lt;br /&gt;
== General ==&lt;br /&gt;
* [[The why and how of panoramas]] {{RateStar|1}}&lt;br /&gt;
* [[How stitching works]] {{RateStar|1}}&lt;br /&gt;
&lt;br /&gt;
== Photography ==&lt;br /&gt;
* [[Photography Guidelines]] {{RateStar|1}}&lt;br /&gt;
* [[DSLR spherical resolution]] {{RateStar|2}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=zEgLgReARxs Video tutorial on finding no-parallax point] {{RateStar|2}}&lt;br /&gt;
* [http://www.johnhpanos.com/epcalib.htm Finding the No-Parallax Point] {{RateStar|3}}&lt;br /&gt;
* [[Sigma 8mm Fisheye Canon 350D MrotatorCP]] {{RateStar|1}}&lt;br /&gt;
* [[Special issues with fisheye lenses]] {{RateStar|1}}&lt;br /&gt;
* [[ChristmasBallPanoTutor| Making a spherical panorama by photographing a christmas ball]] {{RateStar|2}}&lt;br /&gt;
* [[Philopod pitch variation]] technique for shooting handheld {{RateStar|3}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=ouOEM4cKKGc Video tutorial on three panorama shooting techniques] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2009/12/24/nodal-ninja-calibration-tutorial/ Calibrating a panoramic head] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/02/29/parallax/ Understanding Parallax] {{RateStar|2}}&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
* [[A simple approach to HDR-blending]] {{RateStar|2}}&lt;br /&gt;
* [[Bracketing]] {{RateStar|2}}&lt;br /&gt;
* [[Chromatic aberration]] {{RateStar|2}}&lt;br /&gt;
* [[Contrast Blending|Contrast Blending (Exposure Blending)]] {{RateStar|3}}&lt;br /&gt;
* [[HDR compression]] {{RateStar|3}}&lt;br /&gt;
* [[RAW dynamic range extraction]] {{RateStar|3}}&lt;br /&gt;
* [[Working with RAW files in CS2|Working with RAW files in Photoshop CS2]] {{RateStar|2}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=mUiw3jtErxk Developing &amp;amp; post-processing fisheye images in LightRoom (video tutorial)] {{RateStar|1}}&lt;br /&gt;
* [[Batch merge handheld images]] {{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
== Stitching ==&lt;br /&gt;
* [http://www.dffe.at/panotools/ptgui5-00e.html Basic Panorama Stitching workflow] with PTGui 5 {{RateStar|1}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=W-WEosizCzE Basic panorama stitching in PTGui 9 Pro (video tutorial)] {{RateStar|1}}&lt;br /&gt;
* [http://www.johnhpanos.com/ptgtut.htm 360 vr stitching with ptgui for beginners] {{RateStar|1}}&lt;br /&gt;
* Workflows for [[high resolution partial panoramas]] {{RateStar|2}}&lt;br /&gt;
* Workflows for [http://www.dffe.at/pano360/ full spherical panoramas] {{RateStar|1}}&lt;br /&gt;
* [http://www.johnhpanos.com/optitute.htm Using the optimizer] {{RateStar|1}}&lt;br /&gt;
* [[Full 16 bit workflow]] {{RateStar|3}}&lt;br /&gt;
* [[Using Autopano-SIFT With PTGui]] {{RateStar|2}}&lt;br /&gt;
* [[How to stitch flat images]] {{RateStar|1}}&lt;br /&gt;
* [[Flat stitching for tilt-shift lenses]] {{RateStar|3}}&lt;br /&gt;
* [http://www.dojoe.net/tutorials/linear-pano Creating linear panoramas with Hugin] {{RateStar|2}}&lt;br /&gt;
* [[16bit_workflow_with_hugin|16bit workflow for Hugin]] {{RateStar|2}}&lt;br /&gt;
* [[16 bit panorama blending using 8 bit Gimp]] {{RateStar|3}}&lt;br /&gt;
* [[High resolution film transparency digitalization using macro lens and stitching]] {{RateStar|3}}&lt;br /&gt;
* [[HDR workflow with hugin]] {{RateStar|3}}&lt;br /&gt;
* [[Stitching Nadir Shots]] {{RateStar|2}}&lt;br /&gt;
* [[Fixing nadir parallax errors]] {{RateStar|3}}&lt;br /&gt;
* [[Using Celeste with hugin]] {{RateStar|3}}&lt;br /&gt;
* [[Stiching a photo-mosaic]]&lt;br /&gt;
* [http://www.youtube.com/playlist?list=PLBD1A6D794E9ED132 Creating a Spherical Panorama with Hugin, Panor2VR and Photoshop (Video Tutorial / German)] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/08/02/hugin-101/ Setting control points manually with Hugin] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/08/03/hugin-102/ Hugin Fisheye Basics] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/10/08/exposures-stacks/ Exposures Stack] {{RateStar|2}}&lt;br /&gt;
* [http://panospace.wordpress.com/2010/09/19/linear-panoramas-mosaic-tutorial/ Linear Panoramas with Hugin 's Mosaic Mode] {{RateStar|1}}&lt;br /&gt;
* [http://www.flickr.com/photos/36383814@N00/5830006193 Some notes on using Hugin's mosaic mode to stitch a street elevation]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/10/panoramic-photography-revealed-part-ii-creating-perfect-panoramas-the-open-source-way/ Creating Perfect Panoramas, The Open Source Way] A complete workflow featuring Hugin, Gimp, SaladoConverter and Panini{{RateStar|2}}German Version: [http://www.tilmanbremer.de/2012/02/hinter-den-kulissen-der-panoramafotographie-teil-ii-perfekte-panoramen-open-source/ Perfekte Panoramen, Open Source]&lt;br /&gt;
* [http://www.flickr.com/photos/36383814@N00/6327106374 Reusing bits photos to patch holes in panoramas using Hugin]&lt;br /&gt;
&lt;br /&gt;
== Leveling and Remapping ==&lt;br /&gt;
* [[Leveling a Finished Panorama]] {{RateStar|2}}&lt;br /&gt;
* [http://www.dffe.at/pano360/pano-horizont-360_en.html Straightening a (360-degree) Panorama] {{RateStar|1}}&lt;br /&gt;
* [http://www.johnhpanos.com/levtut.htm levelling a panorama image with ptgui] {{RateStar|1}}&lt;br /&gt;
* [[Leveling a VR shooting setup]] {{RateStar|1}}&lt;br /&gt;
* [[Perspective correction]] {{RateStar|1}}&lt;br /&gt;
* [http://www.johnhpanos.com/epcalib.htm finding the no-parallax point] {{RateStar|1}}&lt;br /&gt;
* [[Unusual remappings]]{{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
== Retouching ==&lt;br /&gt;
=== Zenith and Nadir retouching ===&lt;br /&gt;
* [[Zenith and Nadir editing overview]] {{RateStar|1}}&lt;br /&gt;
* [http://www.youtube.com/watch?v=WYbEHkxkOds Video tutorials showing 2 approaches: One uses PTGui, the other KRPano Tools] {{RateStar|1}}&lt;br /&gt;
* [[Remove tripod shadows]] {{RateStar|2}}&lt;br /&gt;
* [[How to use PTEditor]] {{RateStar|1}}&lt;br /&gt;
* [[Extracting and inserting rectilinear Views]] {{RateStar|1}}&lt;br /&gt;
* [[Using enblend to fill the &amp;quot;Hole in the floor&amp;quot;]] {{RateStar|2}}&lt;br /&gt;
* [[Edit zenith and nadir in one go with PTGui]] {{RateStar|2}}&lt;br /&gt;
* [[Edit zenith and nadir in one go with Adjust filter]] {{RateStar|2}}&lt;br /&gt;
* [[How to use enblend for patching zenith and nadir images]] {{RateStar|2}}&lt;br /&gt;
* [[How to remove blending error caused by enblend and enfuse at zenith and nadir (automatic)]]&lt;br /&gt;
* [http://panospace.wordpress.com/2008/03/18/edit-the-nadir/ Edit nadir with Hugin] {{RateStar|1}}&lt;br /&gt;
* [http://panospace.wordpress.com/2008/03/24/edit-the-nadir-part-ii/ Edit layered nadir with Hugin] {{RateStar|1}}&lt;br /&gt;
* [http://www.flickr.com/photos/36383814@N00/2845671569/ pafextract walkthrough] for using [[panoglview]], [[pafextract]] and [[Hugin]] as a replacement for [[PTEditor]]&lt;br /&gt;
&lt;br /&gt;
=== Tripod Caps ===&lt;br /&gt;
* [[Adding a nadir cap (mirror ball)]] {{RateStar|2}}&lt;br /&gt;
* [[Adding a nadir logo with text]] {{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
=== Other retouching ===&lt;br /&gt;
* [[Upsampling a single image with ptstitcher]] {{RateStar|2}}&lt;br /&gt;
* [[Retouching broken lines in Photoshop]] {{RateStar|2}}&lt;br /&gt;
* [[Mending parallax errors with the shear tool]] {{RateStar|2}}&lt;br /&gt;
* [http://www.inertia-llc.com/sandbox/tutorials/shadow-matchcolor/ Shadow Removal on Panoramic Photography] {{RateStar|2}}&lt;br /&gt;
* [[Time lapse stabilization]] {{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
== Web Presentation ==&lt;br /&gt;
* [[Partial Panoramas using ROI in PTViewer]] {{RateStar|2}}&lt;br /&gt;
* [[HTML code for several viewers]] {{RateStar|1}}&lt;br /&gt;
* [[Uploading Wiki Related Files]] Note: Just use the &amp;quot;upload file&amp;quot; link on the left of the page&lt;br /&gt;
* [[create a custom ptviewer jar file]] {{RateStar|3}}&lt;br /&gt;
* [[Geo-referencing panoramas with Google Maps]] {{RateStar|3}}&lt;br /&gt;
* [[Have a single ptviewer jar file per website]] {{RateStar|3}}&lt;br /&gt;
* PTViewerME2 Tutorial [http://panospace.wordpress.com/2008/06/29/ptviewerme2-tutorial-part-1/ part 1], [http://panospace.wordpress.com/2008/06/30/ptviewerme2-tutorial-part-2/ part 2], [http://panospace.wordpress.com/2008/07/17/ptviewerme2-tutorial-part-3/ part 3] {{RateStar|1}}&lt;br /&gt;
&lt;br /&gt;
=== Virtual Tours ===&lt;br /&gt;
* [http://bit.ly/tut_krpano_gmap Creating a Virtual Tour with krpano and Google Maps Plugin (Video Tutorial / German)] {{RateStar|2}}&lt;br /&gt;
&lt;br /&gt;
== Object Movies ==&lt;br /&gt;
* [[Create object movies]] {{RateStar|1}}&lt;br /&gt;
* [[Self-made object turntable]] {{RateStar|1}}&lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
* [[Printing panoramas]] {{RateStar|2}}&lt;br /&gt;
* [[Philosphere]] {{RateStar|1}}&lt;br /&gt;
&lt;br /&gt;
== Settings, values and miscellaneous==&lt;br /&gt;
* [[How to allocate enough RAM for PTEditor]] {{RateStar|2}}&lt;br /&gt;
* [[Circular cropping values in PTGui]] {{RateStar|1}}&lt;br /&gt;
* [[Build pano12 from sourcecode]] {{RateStar|2}}&lt;br /&gt;
* [[Build pano12 from sourcecode MSVC]] {{RateStar|3}}&lt;br /&gt;
* [[How to install actions in Photoshop]] {{RateStar|1}}&lt;br /&gt;
* [[How to install plug-ins in Photoshop]] {{RateStar|1}}&lt;br /&gt;
* [[Enable windows file extensions]] {{RateStar|2}}&lt;br /&gt;
* [[Embed QTVR into Powerpoint]] {{RateStar|1}}&lt;br /&gt;
* [[Animating panoramas in Blender]] {{RateStar|3}}&lt;br /&gt;
&lt;br /&gt;
===Community===&lt;br /&gt;
* How to use a [[Panotools:newsreader|NNTP newsreader]] to read the [[mailing list]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* A growing list of very good tutorials can be found on http://www.johnhpanos.com/tuts.htm&lt;br /&gt;
&lt;br /&gt;
[[Category:List]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Removing_Tripod_Shadows</id>
		<title>Removing Tripod Shadows</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Removing_Tripod_Shadows"/>
				<updated>2012-12-01T13:22:59Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Erik Krause moved page Removing Tripod Shadows to Remove tripod shadows: better wiki-linkable if no capitals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Remove tripod shadows]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Remove_tripod_shadows</id>
		<title>Remove tripod shadows</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Remove_tripod_shadows"/>
				<updated>2012-12-01T13:22:58Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Erik Krause moved page Removing Tripod Shadows to Remove tripod shadows: better wiki-linkable if no capitals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Many panographers like to present a pure spherical image, with no sign of the photographer or his/her apparatus.  It is widely known how to use an additional &amp;quot;nadir shot&amp;quot; to replace the image of a tripod, but somehow it seems more difficult to eliminate the shadows of the tripod, pole, and photographer from a pano taken at a strongly lighted spot.  However, this can be done by applying the same principle: combine several shots in which the shadows are in different places.&lt;br /&gt;
&lt;br /&gt;
If all images are taken from a fixed lens position, the shadow of the camera itself must be at the same place in all of them.  But we can move the shadow of the support, simply by moving the support.  This is easiest if the camera is mounted on a telescoping monopod or pole, but can be done with a conventional tripod as well.  And when the camera shadow is sufficiently far away, it is possible to get a completely clean 'patch shot' by shifting the camera slightly to one side of the panocenter.&lt;br /&gt;
    &lt;br /&gt;
As in all other aspects of photography, the key to success is visualizing problems before shooting, and planning ways around them.  First, you must be aware of the direction of the light that is making the shadows.  You will need to move things at right angles to that direction in order to to shift the shadows.  Second, choose a spot where the shadow of the camera itself is either far away or in a dark place, perhaps inside some natural shadow that will be part of the picture.  Make sure the chosen spot gives you enough room to maneuver yourself and your equipment.  If using a tripod, try to place it so the shadows of two legs coincide.&lt;br /&gt;
&lt;br /&gt;
When taking the fixed shots from panocenter, take care that your own shadow is not in any of them; or when that is not possible -- for example when shooting from a hand-supported pole or using a cable release -- take each shot in which your shadow appears twice, once standing to the left of the camera and once standing to the right.&lt;br /&gt;
&lt;br /&gt;
To take your 'shadow patch' shots, slant the support off to the side (at right angles to the light) while keeping the lens as nearly as possible at panocenter and pointed at the shadow area.  This is easiest with a pole, especially one that rests on the ground.  In that case you can get a pretty stable shooting position by extending the pole enough to compensate for the slant. for example:&lt;br /&gt;
     slant 15 degrees: no compensation needed;&lt;br /&gt;
     slant 30 degrees: 1/6 of the distance you move the foot;&lt;br /&gt;
     slant 45 degrees: 2/5 of the distance you move the foot.&lt;br /&gt;
&lt;br /&gt;
If using a tripod, extend its center column as much as possible for the fixed shooting.  Then fold the legs and use it like a pole.  You will need more slant than with a pole,  to let the camera see past the tripod's shoulders.  It may be feasible to extend the legs, but I usually just hold it up in the air. &lt;br /&gt;
&lt;br /&gt;
Before moving the support, sight on a couple of  reference points to help you judge lens position, and tighten the lock screw on your rotator if using one.&lt;br /&gt;
&lt;br /&gt;
Sometimes the same shot can serve as both nadir patch and shadow patch, but it is best to take them separately, optimizing each for its particular function.  In fact it is a good plan to take several shadow patches, for two reasons.  It is  much easier to align a small patch well than a big one.  But more important,  in a single shot you can easily have part of your shadow where part of the tripod shadow was -- it isn't there anymore, so it's hard to tell.   If you take two, standing on opposite sides of the shadow area, with the pole slanted in opposite directions, it is much more likely you will cover everything.&lt;br /&gt;
&lt;br /&gt;
When stitching, handle your shadow patches like a nadir patch.  Enable viewpoint optimization.  Make sure all control points are near the shadow region, and more or less on one plane.  That does not have to be a horizontal plane, or even a flat surface, in fact just picking points roughly equidistant from the camera also works well.  Mask out all shadows in the fixed images, mask the patch images completely, then erase the masks just where needed to fill the gaps.&lt;br /&gt;
&lt;br /&gt;
In difficult cases you can try advanced patching tricks such as using the same patch twice with different control points and mask.  But if you plan and execute your shooting carefully that should not be necessary.&lt;br /&gt;
&lt;br /&gt;
== Example 1: hand-supported monopod ==&lt;br /&gt;
Shot with a 180 degree fisheye lens on a small camera mounted on a light monopod, equipped with a bubble level, standing on a rock.  It was early morning, so the shadow of the pole and camera extend a long way into the water.  &lt;br /&gt;
&lt;br /&gt;
The basic shooting pattern was simply 4 shots around, but I took the view in the direction of the shadow twice, once standing to the left of the camera and once to the right.  Then I moved well to the right and held the pole at a flat slant to to take a combined shadow and nadir patch shot.  &lt;br /&gt;
&lt;br /&gt;
To stitch I just masked the unwanted shadows and the top of the monopod, and blended all the images. The last picture shows part of the stitched panorama.  You can see the interactive version [http://www.360cities.net/image/bright-rocks-narragansett-bay#352.60,0.50,77.5 here].&lt;br /&gt;
&lt;br /&gt;
== Example 2: pole supported by tripod ==&lt;br /&gt;
15mm fisheye lens on a 1.6 crop DSLR mounted on a telescoping pole, supported by a medium-weight tripod via a plastic spring clip that lets me separate the pole from the tripod with a firm pull.  The pole rotates on its own ball-jointed foot.  Shooting pattern 6 around down 55 degrees, 8 around level; 6 around up 55 degrees. &lt;br /&gt;
&lt;br /&gt;
Left, the down view in the direction of the shadow. Several other down and two level views have shadows that had to be masked out.  Center, shadow patch shot from the left.  Right, shadow patch shot from the right.  A separate nadir patch was also taken.&lt;br /&gt;
&lt;br /&gt;
Part of the stitched panorama, extracted for cloning out small unpatched (black) areas at the nadir and the camera shadow on the bottom fence rail. All other shadows were patched in stitching.  &lt;br /&gt;
&lt;br /&gt;
The full size interactive panorama is [http://tksharpless.net/FlashPanos/30thStreet-6AM.html here].&lt;br /&gt;
&lt;br /&gt;
-- 30 November 2012 Thomas K Sharpless&lt;br /&gt;
[[Category:Tutorial:Nice to know]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Remove_tripod_shadows</id>
		<title>Remove tripod shadows</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Remove_tripod_shadows"/>
				<updated>2012-12-01T13:20:03Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: categorized&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Many panographers like to present a pure spherical image, with no sign of the photographer or his/her apparatus.  It is widely known how to use an additional &amp;quot;nadir shot&amp;quot; to replace the image of a tripod, but somehow it seems more difficult to eliminate the shadows of the tripod, pole, and photographer from a pano taken at a strongly lighted spot.  However, this can be done by applying the same principle: combine several shots in which the shadows are in different places.&lt;br /&gt;
&lt;br /&gt;
If all images are taken from a fixed lens position, the shadow of the camera itself must be at the same place in all of them.  But we can move the shadow of the support, simply by moving the support.  This is easiest if the camera is mounted on a telescoping monopod or pole, but can be done with a conventional tripod as well.  And when the camera shadow is sufficiently far away, it is possible to get a completely clean 'patch shot' by shifting the camera slightly to one side of the panocenter.&lt;br /&gt;
    &lt;br /&gt;
As in all other aspects of photography, the key to success is visualizing problems before shooting, and planning ways around them.  First, you must be aware of the direction of the light that is making the shadows.  You will need to move things at right angles to that direction in order to to shift the shadows.  Second, choose a spot where the shadow of the camera itself is either far away or in a dark place, perhaps inside some natural shadow that will be part of the picture.  Make sure the chosen spot gives you enough room to maneuver yourself and your equipment.  If using a tripod, try to place it so the shadows of two legs coincide.&lt;br /&gt;
&lt;br /&gt;
When taking the fixed shots from panocenter, take care that your own shadow is not in any of them; or when that is not possible -- for example when shooting from a hand-supported pole or using a cable release -- take each shot in which your shadow appears twice, once standing to the left of the camera and once standing to the right.&lt;br /&gt;
&lt;br /&gt;
To take your 'shadow patch' shots, slant the support off to the side (at right angles to the light) while keeping the lens as nearly as possible at panocenter and pointed at the shadow area.  This is easiest with a pole, especially one that rests on the ground.  In that case you can get a pretty stable shooting position by extending the pole enough to compensate for the slant. for example:&lt;br /&gt;
     slant 15 degrees: no compensation needed;&lt;br /&gt;
     slant 30 degrees: 1/6 of the distance you move the foot;&lt;br /&gt;
     slant 45 degrees: 2/5 of the distance you move the foot.&lt;br /&gt;
&lt;br /&gt;
If using a tripod, extend its center column as much as possible for the fixed shooting.  Then fold the legs and use it like a pole.  You will need more slant than with a pole,  to let the camera see past the tripod's shoulders.  It may be feasible to extend the legs, but I usually just hold it up in the air. &lt;br /&gt;
&lt;br /&gt;
Before moving the support, sight on a couple of  reference points to help you judge lens position, and tighten the lock screw on your rotator if using one.&lt;br /&gt;
&lt;br /&gt;
Sometimes the same shot can serve as both nadir patch and shadow patch, but it is best to take them separately, optimizing each for its particular function.  In fact it is a good plan to take several shadow patches, for two reasons.  It is  much easier to align a small patch well than a big one.  But more important,  in a single shot you can easily have part of your shadow where part of the tripod shadow was -- it isn't there anymore, so it's hard to tell.   If you take two, standing on opposite sides of the shadow area, with the pole slanted in opposite directions, it is much more likely you will cover everything.&lt;br /&gt;
&lt;br /&gt;
When stitching, handle your shadow patches like a nadir patch.  Enable viewpoint optimization.  Make sure all control points are near the shadow region, and more or less on one plane.  That does not have to be a horizontal plane, or even a flat surface, in fact just picking points roughly equidistant from the camera also works well.  Mask out all shadows in the fixed images, mask the patch images completely, then erase the masks just where needed to fill the gaps.&lt;br /&gt;
&lt;br /&gt;
In difficult cases you can try advanced patching tricks such as using the same patch twice with different control points and mask.  But if you plan and execute your shooting carefully that should not be necessary.&lt;br /&gt;
&lt;br /&gt;
== Example 1: hand-supported monopod ==&lt;br /&gt;
Shot with a 180 degree fisheye lens on a small camera mounted on a light monopod, equipped with a bubble level, standing on a rock.  It was early morning, so the shadow of the pole and camera extend a long way into the water.  &lt;br /&gt;
&lt;br /&gt;
The basic shooting pattern was simply 4 shots around, but I took the view in the direction of the shadow twice, once standing to the left of the camera and once to the right.  Then I moved well to the right and held the pole at a flat slant to to take a combined shadow and nadir patch shot.  &lt;br /&gt;
&lt;br /&gt;
To stitch I just masked the unwanted shadows and the top of the monopod, and blended all the images. The last picture shows part of the stitched panorama.  You can see the interactive version [http://www.360cities.net/image/bright-rocks-narragansett-bay#352.60,0.50,77.5 here].&lt;br /&gt;
&lt;br /&gt;
== Example 2: pole supported by tripod ==&lt;br /&gt;
15mm fisheye lens on a 1.6 crop DSLR mounted on a telescoping pole, supported by a medium-weight tripod via a plastic spring clip that lets me separate the pole from the tripod with a firm pull.  The pole rotates on its own ball-jointed foot.  Shooting pattern 6 around down 55 degrees, 8 around level; 6 around up 55 degrees. &lt;br /&gt;
&lt;br /&gt;
Left, the down view in the direction of the shadow. Several other down and two level views have shadows that had to be masked out.  Center, shadow patch shot from the left.  Right, shadow patch shot from the right.  A separate nadir patch was also taken.&lt;br /&gt;
&lt;br /&gt;
Part of the stitched panorama, extracted for cloning out small unpatched (black) areas at the nadir and the camera shadow on the bottom fence rail. All other shadows were patched in stitching.  &lt;br /&gt;
&lt;br /&gt;
The full size interactive panorama is [http://tksharpless.net/FlashPanos/30thStreet-6AM.html here].&lt;br /&gt;
&lt;br /&gt;
-- 30 November 2012 Thomas K Sharpless&lt;br /&gt;
[[Category:Tutorial:Nice to know]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Interpolation</id>
		<title>Interpolation</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Interpolation"/>
				<updated>2012-11-19T19:35:31Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Aliasing */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|A mathematical way to estimate a value in between two values. In image processing: The pixel color and brightness in between two pixels.}}&lt;br /&gt;
=== Definition ===&lt;br /&gt;
For panorama creation images have to be changed in geometry, they have to be remapped. Since image content is rastered in pixels it has to be moved to different pixels. In most cases a destination pixel does not correspond exactly with the location of a source pixel, it lies somewhere in between. The process of getting the best image content from in between some pixels is called interpolation.&lt;br /&gt;
&lt;br /&gt;
=== Types ===&lt;br /&gt;
There are several types of interpolation used in Panotools, from fast but not so good ones to very slow but precise ones. There is a comparison of the different types by Helmut Dersch: [http://www.panotools.org/dersch/interpolator/interpolator.html] Jim Watters extended this test to some interpolators that where introduced later and added some timing information: [http://photocreations.ca/interpolator/index.html]&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
==== Aliasing ====&lt;br /&gt;
If the image content is reduced significantly in size such that original image detail will be smaller than pixel size in the result image an effect called aliasing occures. Better image processors use an anti aliasing filter to prevent this. Panotools prior to version 2.7.0.11 do not use such a filter and hence should not be used to downsample images. Newer versions have additional anti-aliasing filters - the old filters still cause aliasing. See [[Aliasing]] article for details.&lt;br /&gt;
&lt;br /&gt;
==== Echos ====&lt;br /&gt;
Although the large kernel sinc interpolators (sinc256 and sinc1024) are far superior if you have small regular details that most likely will cause moiré with less sophisticated interpolators there is some drawback using the sinc versions if you have hard edges. They cause some echos of the edge in either direction. The example images below (enlarged to 400%) have been only interpolated twice - one rotation 5 degrees to the left and one rotation 5 degrees to the right.&lt;br /&gt;
&lt;br /&gt;
[[Image:Interpolate_none.jpg|frame|left|Original]][[Image:Interpolate_poly3.jpg|frame|left|Poly 3 interpolator]][[Image:Interpolate_sinc256.jpg|frame|left|Sinc 256 interpolator]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Erik Krause|Erik Krause]] 05:59, 6 Jul 2005 (EDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Extended_bracketing_control</id>
		<title>Extended bracketing control</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Extended_bracketing_control"/>
				<updated>2012-11-08T21:42:56Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Commercial */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Shooting exposure bracketed gets more and more important for panorama creation, but most cameras still only support three brackets at 2EV steps maximum. But there are possibilities to work around this limitation. Many solutions support not only bracketing control but eventually many other features (timelaps, sound or light trigger etc). However, exposure bracketing is the main interest here. &lt;br /&gt;
&lt;br /&gt;
This page is about how to extend the camera capabilities. If you look for general HDR information start at the [[HDR]] page.&lt;br /&gt;
&lt;br /&gt;
= PTP bracketing =&lt;br /&gt;
[[w:Picture Transfer Protocol|Picture Transfer Protocol]] (PTP) is built into many cameras and should provide a means of not only transferring pictures over USB but also controlling the camera remotely. PTP is part of the [[w:Windows Image Acquisition|WIA]] architecture on Windows, hence it is fairly easy to build a camera control software using f.e. Visual Basic. For other OS's the [http://gphoto.org/ gphoto] project should provide access to such cameras. The gphoto project also collects informations what cameras can be remotely controlled and in what ways: http://gphoto.org/doc/remote/&lt;br /&gt;
&lt;br /&gt;
Hence there are many programs to control your camera from a computer but only few that do the same from a portable device. However, availability of cheap USB host circuitry has triggered some do-it-yourself projects and apparently even some smartphones can use USB hosts nowadays.&lt;br /&gt;
&lt;br /&gt;
== Supported cameras ==&lt;br /&gt;
Not all PTP enabled cameras implement all features. Hence it's impossible to tell which cameras can be used for PTP bracketing. The most complete list of cameras supporting PTP or other means of direct control is found in the [http://gphoto.org/proj/libgphoto2/support.php gphoto project]. If your camera is listed, there is a chance that one or the other software will support it. But it is still better to look on the vendor or developer page.&lt;br /&gt;
&lt;br /&gt;
== Programs ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* [http://www.breezesys.com/DSLRRemotePro/ DSLR remote pro] (commercial)&lt;br /&gt;
* [http://www.photoremote.de/en PhotoRemote] (free for non commercial use)&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://www.controlmynikon.com/ ControlMyNikon] works ith Nikon DSLRs only. (Commercial)&lt;br /&gt;
* [http://hartcw.com/ Smart Shooter] supports many Nikon and Canon cameras and is scriptable (Commercial)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
&lt;br /&gt;
=== Mac OSX ===&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.digikam.org/ DigiKam] (open source) Should &amp;quot;use gphoto for capture&amp;quot; according [http://gphoto.org/proj/ gphoto page]&amp;lt;/strike&amp;gt; no camera control&lt;br /&gt;
* [http://www.breezesys.com/DSLRRemotePro4Mac/ DSLR remote pro for Mac] (commercial)&lt;br /&gt;
* [http://www.sofortbildapp.com/ Sofortbild] Mac Tethered shooting (Freeware)&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://hartcw.com/ Smart Shooter] supports many Nikon and Canon cameras and is scriptable (Commercial)&lt;br /&gt;
&lt;br /&gt;
== Devices ==&lt;br /&gt;
=== Commercial ===&lt;br /&gt;
* [http://www.promotesystems.com/ Promote control]&lt;br /&gt;
* [http://www.roundshot.ch/xml_1/internet/de/application/d438/d927/f1033.cfm Seitz Roundshot VR Drive 2 with HDR option]&lt;br /&gt;
* [http://www.okii.net/default.asp OKII USA] They sell 2USB controls, battery powered, they allow camera control and also very fine follow focusing control. Canon only.&lt;br /&gt;
* [http://www.pchood.com/3D%20USB%20Contoller Cinematics]They sell 2USB controls, battery powered, they allow camera control and also very fine follow focusing control, one of them is the unique one that controls 2 cameras for stereo3D photography or video making. Canon only.&lt;br /&gt;
* [http://opteka.com/ff1x.aspx Opteka FF1x] it is a simple, battery operated followfocus. No hdr functionsor camera controls&lt;br /&gt;
* [http://www.camranger.com/ Camranger] is a small device plugging in the USB connector of several Nikon and Canon DSLRs allowing to control them wireless from an Ipad or Iphone.&lt;br /&gt;
&lt;br /&gt;
=== Do-it-yourself ===&lt;br /&gt;
While the commercial devices above should be save (or at least offer some liability) there is a chance the DIY projects might hurt your camera. See [http://vimeo.com/groups/magiclantern/forum/topic:255083 this post] on the vimeo forum. &lt;br /&gt;
* [http://dslrsystems.com/ dslrsystems]is an arduino Bluetooth reciever with USB conection to Canon camera, chained with an Android smartphone app&lt;br /&gt;
* [http://www.circuitsathome.com/camera-control/digital-camera-control-using-arduino-usb-host-shield-part-1-basics Digital camera control using Arduino USB Host Shield] (DIY / open source)&lt;br /&gt;
* [http://xeqo.de/camcap-dslr-controller/ CamCap – DSLR Controller] Android tablet 3.1 app with live view that uses USB host mode&lt;br /&gt;
* [http://webuser.fh-furtwangen.de/~dersch/gphoto/remote.html project to control a camera using a network storage unit] running embedded linux by [[Helmut Dersch]]&lt;br /&gt;
&lt;br /&gt;
===Raspberry Pi===&lt;br /&gt;
The [[w:Raspberry Pi]] is a very cheap yet complete ARM based single board computer the size of a credit card running Linux. This offers new and exciting possibilities. Some projects:&lt;br /&gt;
* [http://islandinthenet.com/2012/08/23/hdr-photography-with-raspberry-pi-and-gphoto2/ HDR photography with Raspberry Pi and gPhoto2] by Khürt Williams &lt;br /&gt;
* [http://davidhunt.ie/?p=2641 Camera Pi – DSLR Camera with Embedded Computer] by David Hunt (Timelaps and remote shooting but no HDR yet).&lt;br /&gt;
&lt;br /&gt;
== Chained apps ==&lt;br /&gt;
Unfortunately very few smart devices have an USB host to control external readers, iOS would need a special circuitry attatched to their propretary port. Hence proliferation of tools claimed to coontrol the camera from a smartphone, that are more conveniently using a real computer as bridge.&lt;br /&gt;
The convenience is that the smart device controlling the camera operations is wirelessy connected to the bridge computer and can be a very valuable companion in studio work. Drawback is it comes more heavy on the field, and can &lt;br /&gt;
&lt;br /&gt;
=== iOS + OSX ===&lt;br /&gt;
* [http://www.ononesoftware.com/products/dslr-camera-remote/ DSLR camera remote] A smartphone app and a program running on a PC connected to the camera.&lt;br /&gt;
&lt;br /&gt;
=== Android + other ===&lt;br /&gt;
* [http://www.remoteyourcam.com/ remoteyourcam wifi] is compatible with  Canon cameras, Nikon compatibility is still not provided. The server application is available for Mac OS X 10.5+ and Windows.&lt;br /&gt;
* [http://www.busywww.com/ cameraremote] Documentation is scarce, seems to act through bluetooth. Someone will have to test it.&lt;br /&gt;
&lt;br /&gt;
== Android apps direct USB control ==&lt;br /&gt;
Few android apps are avaliable, chaining the full camera control with PTP protocol. Unfortunately only few smart devices are equipped with an USB host, and generally Android 3.1 is required. Till now only few Android can control the cameras directly. The solution is smart and lightweight, requires an USB cable linking your device with the camera, somehow limiting the action range.&lt;br /&gt;
* [http://dslrcontroller.com/ DSLcontroller] Android app to control Canon cameras&lt;br /&gt;
* [http://dslrsystems.com/ dslrsystems] is an Android smartphone app chained with an arduino Bluetooth reciever with USB conection to Canon camera&lt;br /&gt;
* [http://www.heliconsoft.com/ Helicon Remote] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://xeqo.de/camcap-dslr-controller/ CamCap] supports many Nikon and Canon cameras (Commercial)&lt;br /&gt;
* [http://www.remoteyourcam.com/ remoteyourcam usb] is compatible with  Canon and Nikon cameras,and remotes them via USB host.&lt;br /&gt;
&lt;br /&gt;
= Bulb mode bracketing =&lt;br /&gt;
A much cheaper way to control a camera shutter is using bulb mode and opening and closing the shutter directly by cable or infrared. Unfortunately no short exposure times are possible since for fast times the second shutter curtain starts to close already while the first one is still not fully open. Hence bulb mode bracketing is limited to times slower than 1/120s to 1/4s depending on the camera, with fastest possible times getting unreliable. Great for night time HDR but nothing for daylight use where fast speeds are needed. There are lot's of DIY projects and many smartphone apps in this category.&lt;br /&gt;
&lt;br /&gt;
== Supported cameras ==&lt;br /&gt;
Any camera that has a cable or infrared release and that supports bulb mode should work. &lt;br /&gt;
&lt;br /&gt;
== Commercial ==&lt;br /&gt;
* [http://www.pclix.com/support/pclix-xt-support The PClix intervalometer] has the feature of a programmable shutter push length (to 99/100th sec) and programmable bulb length which can be combined with interval timing -- which makes it useful for continuous sequences of autobracketed bursts.&lt;br /&gt;
&lt;br /&gt;
== Do-it-yourself ==&lt;br /&gt;
DIY bulb mode bracketing should be safe if you don't apply power to the connector. &lt;br /&gt;
* [http://www.doc-diy.net/photo/hdr-jack/ HDR Jack] probably the smallest bracketing controller ever.&lt;br /&gt;
* [http://www.doc-diy.net/photo/hdr-jack2/ HDR jack 2] improve version build into a standard cable release. There are other solutions with even more features on that page, too.&lt;br /&gt;
* [http://www.hdrlabs.com/occ/index.html Open Camera Controller] controlled by a Nintendo DS and build into a game cartridge, many features.&lt;br /&gt;
* [http://www.wegroo.com/photoirmote/ PhotoIRemote] controlled by smartphone using audio out using either a self modified cable or a self mad IR transmitter&lt;br /&gt;
* [http://newyorkpanorama.com/2009/01/21/long-exposure-night-hdr-photography-with-arduino/ Bracketmeister] Arduino project by Joergen Geerds&lt;br /&gt;
&lt;br /&gt;
== Smartphone apps ==&lt;br /&gt;
* [https://triggertrap.com/ TriggerTrap] i-devices app with bulb mode bracketing&lt;br /&gt;
* [http://www.dslrbot.com/ DSLR.bot] i-devices app with infrared bulb mode bracketing&lt;br /&gt;
* [http://www.triggerhappyremote.com/ Trigger Happy] I-devices and android app plus cable bulb mode bracketing&lt;br /&gt;
* [http://www.thegadgetworks.com/TL-Plus.html TL-Plus] Androide app that programs the [[Heads#AutoMate|AutoMate robotic panorama head]] which then does not only bulb mode bracketing or timelaps but also gigapixel shooting on it's own.&lt;br /&gt;
&lt;br /&gt;
= Camera software hacks =&lt;br /&gt;
In-camera bracketing limits are mostly artificial. Where the camera software can be extended or replaced better functionality can be retrofitted. However, there is a small risk of malfunction or even permanent damage to your camera. &lt;br /&gt;
&lt;br /&gt;
* [http://chdk.wikia.com/wiki/CHDK CHDK] The Canon Hack Development Kit extends the firmware of Canon powershot cameras by many useful features among which is extended exposure bracketing. Also read the FAQ [http://chdk.wikia.com/wiki/FAQ#Q._Can_CHDK_damage_your_camera.C2.A0.3F Can CHDK damage your camera?]&lt;br /&gt;
* [http://www.magiclantern.fm/ MagicLantern] A firmware hack for some Canon DSLRs providing not only bracketing but mainly extended video functionality. Also read the FAQ [http://wiki.magiclantern.fm/faq#is_it_safe &amp;quot;Is it safe?&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
= Other possibilities =&lt;br /&gt;
* Another idea of doc-diy is to [http://www.doc-diy.net/photo/battery_grip/ butcher a battery grip] and emulate the dial wheel by a micro controller. This way exposure could be controlled simply and directly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]][[Category:Software:Survey]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Lens_correction_model</id>
		<title>Lens correction model</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Lens_correction_model"/>
				<updated>2012-11-02T12:00:50Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Optimize for lens correction */ corrected link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|A mathematical model that allows the correction of some [[Lens distortion|lens distortions]]}}&lt;br /&gt;
== Lens correction model ==&lt;br /&gt;
&lt;br /&gt;
The panorama tools have a very flexible model to correct for typical geometrical lens errors. Even better, it can often even estimate the correction parameters directly from the images in a panorama.&lt;br /&gt;
&lt;br /&gt;
There are a total of 6 parameters that have to do with lens correction. &lt;br /&gt;
* First of all there is the lens [[Field of View]] (FoV) - not exactly an error, but a parameter that determines the image perspective distortion. &lt;br /&gt;
* The actual lens correction parameters '''a''', '''b''' and '''c''' which are used to correct for [[barrel distortion]], [[pincushion distortion]] and even [[wavy distortion]].&lt;br /&gt;
* The lens shift parameters '''d''' and '''e''' that correct for the lens [[optical axis]] not being in the image center.&lt;br /&gt;
&lt;br /&gt;
Two more parameters correct for image errors that are not induced by the lens but by a scanner or scanning camera for example. These are the shear parameters '''f''' and '''g'''.&lt;br /&gt;
&lt;br /&gt;
=== Field of View ===&lt;br /&gt;
&lt;br /&gt;
The [[Focal Length]] is a physical property of the lens. Together with the effective sensor or film size and the focusing distance it approximates the image [[Field of View]] (there are other factors that influence it). '''Caution''': Cropping the image changes the Field of View. If you need to crop your source images for a panorama, crop them all to the same size!&lt;br /&gt;
&lt;br /&gt;
The Field of View together with the lens projection ([[Rectilinear Projection|rectilinear]], [[Fisheye Projection|fisheye]] or [[Cylindrical Projection|cylindrical]] for swing lens cameras) determine the image [[perspective distortion]]. Perspective distortion is less with a smaller Field of View. See Helmut Dersch page [http://www.panotools.org/dersch/perspective/Wide_Angle_Perspective.html] for details about different wide angle perspectives.&lt;br /&gt;
&lt;br /&gt;
=== Lens distortion a, b &amp;amp; c parameters ===&lt;br /&gt;
&lt;br /&gt;
For perfect [[Rectilinear Projection|rectilinear]] camera optics, all you would need to know is the field of view.  Perfect results could be achieved by simply mapping pixels in the image to the [[tangent plane]].  Real lenses deviate from this perfect tangent plane projection.  The deviations push and pull fixed points in the scene away from where they would have fallen.  Luckily, rather than arbitrary pushes and pulls, almost all deviations occur radially, towards or away from some common center, and luckily the deviation amount is almost the same at a given radius around that center. Hence a model that corrects for this deviation based on the radius gives pretty good results.&lt;br /&gt;
&lt;br /&gt;
The [[lens distortion]] '''a''', '''b''' and '''c''' parameters correspond to a third degree polynomial describing radial lens distortion: &lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
r_{src} = ({a}r_{dest}^3+{b}r_{dest}^2+{c}r_{dest}+d)r_{dest}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;r_{dest}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;r_{src}&amp;lt;/math&amp;gt; refer to the normalized radius of an image pixel. The center point of this radius is where the [[optical axis]] hits the image - normally the image center.  Normalized means here that the largest circle that completely fits into an image is said to have radius=1.0 .  (In other words, radius=1.0 is half the smaller side of the image.) A perfect lens would have '''a'''='''b'''='''c'''=0.0 and '''d'''=1.0 which resolves into  &amp;lt;math&amp;gt;r_{src} = r_{dest}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Sometimes the above formula is written as &lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
r_{src} = {a}r_{dest}^4+{b}r_{dest}^3+{c}r_{dest}^2+d{r_{dest}}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which is essentially the same.&lt;br /&gt;
&lt;br /&gt;
Usual values for '''a''', '''b''' and '''c''' are below 1.0, in most cases below 0.01. Too high values suggest that you chose a wrong lens type, f.e. fisheye instead of rectilinear or vice versa. This refers to the absolute values of course since '''a''', '''b''' and '''c''' can be positive or negative (f.e. both 4.5 and -4.5 are considered too high values).&lt;br /&gt;
&lt;br /&gt;
The fourth parameter ('''d''') is only available in the [[Panorama Tools Plugins#Radial_Shift|Correct, Radial Shift]] filter of the [[Panorama Tools Plugins]]. It controls the result image size and is calculated implicitly by [[pano12]] (used by PTOptimizer, PTStitcher and the GUIs) in order to keep the same image size: &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
d = 1 - (a+b+c)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence it is not available in the different [[GUI front-ends]] (you can see it in the PTOptimizer result script).&lt;br /&gt;
&lt;br /&gt;
Unfortunately a different parameter also named '''d''' refers to image shift in PTStitcher and PTOptimizer scripts and the GUIs.  This sometimes causes confusion. (See more discussion below.)&lt;br /&gt;
&lt;br /&gt;
This polynomial approach is never exact, but can give a pretty good approximation to the real behaviour of a given lens. If you need better correction you must use a distortion matrix, as used by '''Distortion Remove''' (see link below). &lt;br /&gt;
&lt;br /&gt;
==== Lens distortion and fisheyes ====&lt;br /&gt;
&lt;br /&gt;
Unlike rectilinear lenses, fish-eye lenses do not follow the tangent-plane geometry, but instead have ''built-in'' distortions designed to achieve wide fields of view.  The radial lens distortion parameters are used the same way for rectilinear lenses and [[Fisheyes|fisheye lenses]], but they should never be used to attempt to remap a fisheye to a rectilinear image.  This is done by selecting the proper source and destination projection.  Fisheye geometry follows a rapidly-changing trigonometric function which can hardly be approximated by a third degree polynomial.&lt;br /&gt;
&lt;br /&gt;
For fisheyes, the lens correction parameters correct for the deviation between a real lens and the [[Fisheye Projection|ideal fisheye geometry]].&lt;br /&gt;
&lt;br /&gt;
=== Lens or image shift d &amp;amp; e parameters ===&lt;br /&gt;
&lt;br /&gt;
Sometimes a lens and image sensor might not be centered with respect to each other. In this case the [[optical axis]] doesn't fall on the image center. This is particularly the case for scanned images where you never can say whether the film is centered on the scanner or not.&lt;br /&gt;
&lt;br /&gt;
If the above lens correction algorithm is used on such images both lens correction and perspective correction work on the wrong center point. The lens shift parameters '''d''' (horizontal shift) and '''e''' (vertical shift) compensate for that problem. They contain values in pixel units which determine how far the center for radial correction is shifted outside the geometrical image center.&lt;br /&gt;
&lt;br /&gt;
=== Image shear g &amp;amp; t parameters ===&lt;br /&gt;
&lt;br /&gt;
Image shear is not a [[lens distortion]] but nevertheless is part of the panotools lens correction model. It corrects for a distortion induced by scanners or scanning cameras that causes a rectangular image being sheared to the form of a parallelogram (one side of the images is shifted parallel to the opposite side)&lt;br /&gt;
&lt;br /&gt;
=== Determine lens correction ===&lt;br /&gt;
&lt;br /&gt;
'''a''', '''b''', '''c''' and '''FoV''' are physical properties of a lens/camera-combination at a given focus distance. If you always shoot at the same focus setting, f.e. infinity or the [[Depth of Field#Hyperfocal_distance|hyperfocal distance]], then you can safely reuse the parameters.  At different focus settings, '''FoV''' will change noticeably, but usually it is fine to reuse '''a''', '''b''', and '''c''' even then.&lt;br /&gt;
&lt;br /&gt;
There are a number of ways to determine the a, b, c and [[Field of View|fov]]&lt;br /&gt;
parameters to calibrate a particular lens/camera combination:&lt;br /&gt;
&lt;br /&gt;
* Taking a single photograph of a subject containing straight lines, defining one or more sets of [[straight line control points]] (types t3, t4, etc.), and optimising for just a, b, c.  You need to set the output format to [[Rectilinear Projection]] for this technique to work.  This method is used by the author of [[PTLens]].  The [[calibrate_lens]] tool also uses this technique and can operate with [[Fisheye Projection]] images greater than 180°.&lt;br /&gt;
&lt;br /&gt;
* Taking a single photograph of a rectangular or grid object, selecting lots of [[horizontal control points|horizontal]] and [[vertical control points]], then optimising [[roll]], [[pitch]], [[yaw]], [[Field of View|fov]], a, b &amp;amp; c. You need to set the output format to [[Rectilinear Projection]] for this technique to work.  The process is similar to this [http://hugin.sourceforge.net/tutorials/architectural/ hugin architectural tutorial]:&lt;br /&gt;
&lt;br /&gt;
* Taking two or more overlapping photographs and selecting lots of normal control points, then optimising [[roll]], [[pitch]], [[yaw]], [[Field of View|fov]], a, b &amp;amp; c. This technique works with any output [[Projections|projection format]] but requires [[parallax]] free images shot exactly from the [[Nodal Point]]. Note that to get a precise measure of the [[Field of View]], you have to take a full 360 degree panorama.&lt;br /&gt;
&lt;br /&gt;
* Using points that are known to be directly above each other such as edges of buildings, windows, reflections in ponds etc... This is the [[vertical control points]] method and works with [[Equirectangular Projection]] or [[Rectilinear Projection]] output and all lenses including those wider than 180°.&lt;br /&gt;
&lt;br /&gt;
* Using a tool such as [[PTLens]], [[lensfun]] or [[fulla]] to read the photo [[EXIF]] metadata and correct the image automatically by looking up the lens in an existing database.&lt;br /&gt;
&lt;br /&gt;
=== Optimize for lens correction ===&lt;br /&gt;
&lt;br /&gt;
If you optimize for lens correction in order to calibrate your lens you should keep some facts in mind: &lt;br /&gt;
&lt;br /&gt;
Since lens correction parameters are determined by evaluating the distortion at different radius values you should provide enough control points at a large range of radii from the image center.&lt;br /&gt;
* If you use a rectangular pattern or straight lines for that task, make sure you set control points in all distances from the center. &lt;br /&gt;
* If you use two or more images make sure you overlap regions with large potential distortion (f.e. the corners) with regions with low possible distortion (f.e. the center). An only horizontal overlap would do, but use at least 50% in order to overlap the image center of one image with the border of the other.&lt;br /&gt;
&lt;br /&gt;
'''a''', '''b''' and '''c''' parameters influence [[Field of View]], especially for images in landscape orientation but slightly for portrait oriented ones, too. This is because although the implicit calculation of the fourth polynomial parameter tries to keep the image at the same size, this is only possible at the radius '''r_src''' = 1.0. &lt;br /&gt;
&lt;br /&gt;
Outside this radius, especially in the image corners, the size and hence the Field of View might differ. Since they are interconnected in this way, you should always allow the optimization for FoV too, if you optimize for '''a''', '''b''' and '''c''' with more than one image. (You cannot optimize for FoV with only one image). As noted above you need a full 360 degree panorama in order to get an accurate measure of the [[Field of View]].&lt;br /&gt;
&lt;br /&gt;
The '''a''' and '''c''' parameters control more complex forms of distortion. In most cases it will be enough to optimize for the '''b''' parameter only, which is good at correcting normal [[barrel distortion]] and [[pincushion distortion]].&lt;br /&gt;
&lt;br /&gt;
If you want to see how changing the parameters influences distortion correction go to http://4pi.org/downloads/ and get '''abc.xls'''. Don't deactivate macros on loading.&lt;br /&gt;
&lt;br /&gt;
See also [http://www.panotools.org/dersch/barrel/barrel.html Helmut Dersch's barrel distortion page].&lt;br /&gt;
&lt;br /&gt;
There's an excellent tutorial on how to optimize by John Houghton: [http://johnhpanos.com/optitute.htm]&lt;br /&gt;
&lt;br /&gt;
=== Tools to correct barrel and pincushion distortion ===&lt;br /&gt;
&lt;br /&gt;
* The original [[PTStitcher]] can be scripted to batch process images with known a, b &amp;amp; c parameters.  It can also be operated with one of the [[GUI front-ends]].&lt;br /&gt;
&lt;br /&gt;
* [[nona]] or [[nona_gui]] (both part of the [[hugin]] distribution) can be used identically to [[PTStitcher]].&lt;br /&gt;
&lt;br /&gt;
* The [[Panorama_Tools_Plugins#Radial_Shift|Correct Radial Shift]] filter in the [[Panorama Tools Plugins]] for the [[gimp]] or [[photoshop]] uses the same a, b &amp;amp; c parameters as [[PTStitcher]].  Note that it doesn't know about d &amp;amp; e shift parameters and uses 'd' as an overall scaling factor instead, which should be d = 1-(a+b+c) to keep the image roughly the same size. If you need to shift the correction center like with the d &amp;amp; e parameter you must combine it with [[Panorama_Tools_Plugins#Vertical_Shift_.26_Horizontal_Shift|Vertical Shift]] and/or [[Panorama_Tools_Plugins#Vertical_Shift_.26_Horizontal_Shift|Horizontal Shift]].&lt;br /&gt;
&lt;br /&gt;
* [[PTLens]] is a [[Photoshop]] plugin and a stand-alone Windows tool that uses the same a, b &amp;amp; c parameters and comes with a database of popular lenses.&lt;br /&gt;
&lt;br /&gt;
* [[Clens]] is a command line version of [[PTLens]].&lt;br /&gt;
&lt;br /&gt;
* [[fulla]] is a command-line tool that uses the same a, b, c &amp;amp; d parameters to correct [[barrel distortion]].  It can also correct [[chromatic aberration]] and [[vignetting]] at the same time.&lt;br /&gt;
&lt;br /&gt;
* [[PTShift]] determines different a, b &amp;amp; c parameters for the three color channels in order to correct for [[Chromatic aberration]] with the [[Panorama_Tools_Plugins#Radial_Shift|Correct Radial Shift]] filter.&lt;br /&gt;
&lt;br /&gt;
* [[Gimp wideangle plugin]] uses a different formula altogether to correct distortion.&lt;br /&gt;
&lt;br /&gt;
* [[Gimp phfluuh plugin]] is another tool that corrects lens distortion using yet another formula.&lt;br /&gt;
&lt;br /&gt;
* [[CamChecker]] is a tool for automatically determining lens distortion and generates a different set of parameters from everything else.&lt;br /&gt;
&lt;br /&gt;
* [[zhang_undistort]] is a tool distributed with [[hugin]] that uses [[CamChecker]] parameters to actually correct distortion.&lt;br /&gt;
&lt;br /&gt;
* [[Distortion Remove]] uses a completely different approach with a distortion matrix. Page in german only: http://www.stoske.de/digicam/Artikel/verzeichnung.html&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
[[Image positioning model]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Panoramic_Tripod_Head</id>
		<title>Panoramic Tripod Head</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Panoramic_Tripod_Head"/>
				<updated>2012-10-24T19:24:59Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: We have already a page mentioning Pano-MAXX. Please no advertise-talk here, information is ok, though.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Heads]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Heads</id>
		<title>Heads</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Heads"/>
				<updated>2012-10-24T19:21:42Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: /* Pano-MAXX */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossary|Rigs to mount a camera on a tripod in order to pan and tilt around the [[No-parallax point]]}}&lt;br /&gt;
== Off the shelf ==&lt;br /&gt;
&lt;br /&gt;
There is a number of commercial panoramic tripod heads on the market, at widely varying prices. Panorama heads are actually very different kinds of animals and each manufacturer seems to have a different understanding about which functionality has to be part of such a head. Some are made of plastic or even &amp;quot;aircraft&amp;quot; aluminum, you might also fall in love with a stylish wooden head. The price range varies from &amp;quot;a round of beers&amp;quot; to something close to a visit on ISS. Some of them are a joke, a lot of them work nicely, some are specialised on certain body/lens combos, a few have that very professional wow factor. Choose yourself, and if unsure, don't hesitate to ask the members of [http://tech.groups.yahoo.com/group/PanoToolsNG/ Panotools NG] what fits your needs.&lt;br /&gt;
&lt;br /&gt;
=== 360Precision ===&lt;br /&gt;
&lt;br /&gt;
[http://www.360precision.com/ 360Precision] offer different panorama heads, all CNC machined but with that hand crafted touch. Very elegant products, and certainly more expensive than you might expect.  but are very predictable panoramic heads.  They are very sturdy and at the same time elegant.&lt;br /&gt;
&lt;br /&gt;
The '''Absolute''' is a very plausible option for those that make panoramas frequently and with the same equipment each time. It is built to a specific body and specific lens combination, saving the photographer the need to find the entrance pupil for their lens and midpoint of the camera. Because of this, it is a very precise way to batch-create panoramas without needing to generate control points for each panorama. The sacrifice is that you lose the option of using a different combination of camera and lens with this head until you purchase an additional lens arm.&lt;br /&gt;
&lt;br /&gt;
Although these limits may seem restrictive, the results are very, very predictable. One possible workflow includes calibrating a template in your software (hugin, PTGui, PTMac), and for every panorama afterward, apply the template and immediately skip to stitching. This saves you the time spent in generating and correcting control points in each panorama. For those that can save significant amounts of time and/or money by doing this, this head truly is a life saver. The generation of the template can be time consuming but may save you hours upon hours of post processing time compared to other solutions.&lt;br /&gt;
&lt;br /&gt;
It is possible to upgrade the 360Precision in modular ways, for instance if you decide to use a different lens for your panoramas, you can order just the lens arm you need, or if you decide to use a different camera for panoramas, you can order just the different camera leg and use the same lens arm.&lt;br /&gt;
&lt;br /&gt;
The '''Adjuste''' is nearly as strong as the Absolute but is easily adaptable for different camera / lens setups. The diameter of the rotating base is smaller which makes for a better (smaller) footprint if you shoot full spherical panoramas.&lt;br /&gt;
&lt;br /&gt;
=== Agnos ===&lt;br /&gt;
&lt;br /&gt;
[http://www.agnos.com Agnos] - Italian manufacturer of panoramic heads and accesories for panoramic photography. I bought an adapter for my fc-e9 fisheye adapter and it is very well built and of a good quality. They will also release (if they didn't yet) a new solution for creating a spherical pano out of 3 pics taken at 120 degrees each with a DSLR rotated at 45 degrees (!).&lt;br /&gt;
&lt;br /&gt;
=== AutoMate ===&lt;br /&gt;
&lt;br /&gt;
[http://www.thegadgetworks.com The Gadget Works] offers AutoMate, a motorized pan-tilt head that is unique in many ways.  As the lightest (2 pounds/ 1 Kg) and most compact (4&amp;quot; x 5.5&amp;quot; x 4.5&amp;quot; / 100mm x 145mm x 115mm) robotic pano head on the market, it is particularly well suited for taking into the wilds. AutoMate was originally designed for making gigapixel landscape panos and works quite well for that purpose.  It is not well suited for making interior panos or any pano where there are objects in focus closer than about 30 meters, due to parallax issues.  The AutoMate controller is a phone or PDA with Bluetooth, but unlike other Bluetooth-controlled pano heads, the controller does not need to be connected to the head more than a few seconds, eliminating the problem of dropping the connection during the taking of the pano.  This is because the app running on the smartphone generates a program based on the user's input and then sends that program to the head which contains a computer that saves the program in EEPROM memory.  After receiving and storing the program, the robot's program reads it back out and executes the instructions to pan, tilt, half-press and full-press the shutter (electronically through the camera's remote shutter release port). The user can save the current settings on the smartphone, giving the file a memorable name for recalling again if they want to repeat the same process.  Even more conveniently, the app remembers the most recent settings and uses them as the default settings set the next time they start up the  phone app. There are two apps, one for Windows Mobile phones and one for Android phones.  The Android app does not yet have the panorama feature and concentrates on timelapse and HDR.  The Windows Mobile app has both panorama and timelapse features.  Both apps have a programmer interface that allows the user to write their custom programs.  The Windows Mobile app also has a trigger sensor that can be used for capturing the elusive snow leopard in her cave (just as an example :-).&lt;br /&gt;
&lt;br /&gt;
=== Benro ===&lt;br /&gt;
&lt;br /&gt;
[http://english.benro.cn/gimbalhead.aspx Benro ] offer a number of gimbal heads which could function as panorama brackets.  The most recent is the [http://english.benro.cn/CpListGG.aspx?ParaId=0&amp;amp;id=87&amp;amp;ProductId=971 GH3], which incorporates a rotator and a gimbal mount.&lt;br /&gt;
&lt;br /&gt;
=== Bogen ===&lt;br /&gt;
&lt;br /&gt;
[http://www.bogenimaging.us/Jahia/home_page Bogen imaging] is now known as (see below) [[#Manfrotto|Manfrotto Distribution]].&lt;br /&gt;
&lt;br /&gt;
=== Cambo ===&lt;br /&gt;
&lt;br /&gt;
Dutch manufacturer [http://www.cambo.com/ Cambo] offers a panoramic head set [http://www.cambo.com/Html/products_photo/set01/english/internet/Item21908.html CLH-500] which has an integrated leveling mechanism and what looks like [[#L-brackets.2C_rails.2C_quick_release_plates|Arca-Swiss compatible]] quick release mounts.&lt;br /&gt;
&lt;br /&gt;
=== DOBAS-01 and DOBAS-02 ===&lt;br /&gt;
&lt;br /&gt;
see &amp;gt; [[#QTVR HEADS|QTVR HEADS]]&lt;br /&gt;
&lt;br /&gt;
=== Fanotec ===&lt;br /&gt;
Fanotec, founded by developer and inventor Nick Fan, is based in Hong Kong. Fanotec manufactures the award winning [http://www.NodalNinja.com/ Nodal Ninja] panoramic tripod heads and accessories. They use high quality lightweight aluminum alloy and state of art CNC machining processes. Nodal Ninja is the only pano head built and refined from end user feedback over several years. From universal to specific model designs there are configurations to fit almost any camera and lenses and shooting style. Design objectives for all models include quality, ease of use, portability and price with some models starting at $179. These pano heads allow the user to produce virtually any type of panorama, from single row 360 degree cylindrical panoramas to multirow 360x180 degree spherical panoramas to multi-image mosaics like the super high resolution [http://en.wikipedia.org/wiki/Gigapixel_image gigapixel images]. Added features also include rail stops to remember&lt;br /&gt;
positioning of camera settings [http://wiki.panotools.org/Entrance_pupil no parallax point] and variable click stops so you can feel the rotational increments while rotating the head. All pano heads also allow for mounting a camera in landscape mode. The heads are available with the new CNC machined advanced rotators. The changing click stops on-the-fly is as easy as changing a knob from one whole to the next. Depending on rotator model click stops are available from 180&lt;br /&gt;
degrees to 3.75 degree click stops - the smallest click stop of any pano head rotator on the market. Fanotec currently builds 4 basic pano head model series combined with a choice of 4 different rotators.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 180:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja180.html NN180] is intended to simplify panoramas by allowing “single row” shooting only. This makes it ideal for uses of large diameter circular fisheye lenses such as the Sigma 4.5mm &amp;amp; 8mm, Sunex 5.6mm, and Nikon FC-E8/E9, IPIX, FC-E8/E9, Raynox, Samyang etc. You can also use longer focal length lenses for single row panoramas. '''--The NN180 has been discontinued.--'''&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 3 series:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja3.html NN3-MKII] is an award winning pano head. Lightweight, compact and strong, great for those on the go and a popular choice&lt;br /&gt;
for Real Estate Photographers, hobbyists, hikers and travelers. This model supports most point and shoot cameras and many smaller DSLR’s.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja 5/5L series:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/nodalninja5.html NN5/5L] is built bigger and stronger and more precise supporting up to 22 lbs (10kgs). Fits all DSLR’s, including Nikon D3X and Canon MKII with or without battery grips, and even some medium format cameras. This series is best suited for both single row and multirow panoramas using wide angle to extremely long focal lengths lenses. The casting mold reached the end of its life span. It's successor, due out by end 2010, will be modular in design and built to even greater precision standards.&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja Ultimate R1 and R10:'''&lt;br /&gt;
[http://nodalninja.com/products/panoheads/ultimate.html R1 and R10] is part of the new &amp;quot;Ultimate&amp;quot; line of CNC machined components. These are ring style pano heads which uses a lens clamping system. The ring attaches to the lens collar which in turn easily attaches to the head. It's important to note this clamping system does &amp;quot;not&amp;quot; interfere with the focusing capability of the lens. The unique cantilever design of the R1 is one-of-a-kind design and allows the user to select the best tilt option for their lens. By tilting the head up slightly, depending on lens, eliminates the need to shoot the zenith (up shot) for full spherical panoramas reducing both field and post production workflows. And the small diameter base leaves the photographer with an extremely small tripod footprint. This model is best suited for those using ultra wide fisheye lenses and when shooting very quick panoramas is paramount such as in populated areas. The R10&lt;br /&gt;
differs from R1 in that the tilt option is built in or static. Both R1 and R10 are available without rotators making them ideal for monopods and pole photography users as well.&lt;br /&gt;
&lt;br /&gt;
'''Carbon Fiber Poles Series 1'''&lt;br /&gt;
[http://store.nodalninja.com/categories/Pano-Poles/ Pano Poles] Fanotec poles are easy to operate and carry. They can be extended to maximum height in minutes by pushing up and locking each telescoping section. Made of carbon fiber tubes, they are light-weight, portable and are ideal for on-the-go situations and areas not accessible to vehicle mounted units. Fanotec poles are modular in design. Users can start up with a small module and gradually build up the height by stacking it to a larger module. Each module can be used independently (additional parts needed), creating an array of short poles with different stiffness for different applications, such as horizontal pole for cliff panoramas. Features and Highlights: Thick cross-layered carbon fiber tubes for maximum rigidity and durability, light weight,  compact in size - fit most cars and checked luggage, Anti-rotation system maintains rigid azimuth / yaw locking /accuracy, support a large range of DSLR, s3/8&amp;quot; stud and 3/8&amp;quot; female receiver for working with other accessories. (note: include link to pole listing)&lt;br /&gt;
&lt;br /&gt;
Fanotec also manufactures the lightweight [http://nodalninja.com/products/ezlevelers.html EZ-Leveler-II] with or without built in rotators. These EZ-levelers are designed to help fine tune the leveling of a pano head.&lt;br /&gt;
&lt;br /&gt;
=== Hama ===&lt;br /&gt;
&lt;br /&gt;
Distributor of -&amp;gt; [[#Panamatic|Panamatic]]&lt;br /&gt;
&lt;br /&gt;
=== Jasper ===&lt;br /&gt;
&lt;br /&gt;
For me, the [http://www.stereoscopy.com/jasper/panorama.html Jasper Engineering] head has been an excellent value. At about $200, it's strong enough for serious 35mm or comparable digital cameras, which can be used horizontally or (with the included adapter) vertically. [[No-parallax point]] correction is horizontal and covers a variety of focal lengths as long as (I'm guessing) 135mm or more. Like so many heads, a bubble level is included, but hard to read when the head is set up at eye level. The builder will add custom touches very reasonably, In my case I put a Wimberly/Arca quick realease plate on the base. The base is machined aluminum; they provided a peel and stick piece of rubber for the base (to keep the plate from slipping) for about ten bucks.&lt;br /&gt;
&lt;br /&gt;
Pivoting parts on this unit are tightened with cap screws which have patent caps on them to give more leverage in tightening. I ended up prying these off and taking a t-handle allen wrench with me. I'm using a D-70 and a 17-35 usually; a smaller camera would be fine without that extra step.&lt;br /&gt;
&lt;br /&gt;
=== Kaidan ===&lt;br /&gt;
&lt;br /&gt;
[http://www.kaidan.com Kaidan] is no longer selling products and as of April 2009 filed Chapter 7 Bankruptcy. (see [[Media:KaidanBankruptcyFiling.jpg|screenshot]])&lt;br /&gt;
&lt;br /&gt;
=== KingPano ===&lt;br /&gt;
&lt;br /&gt;
[http://www.kingpano.com/ KingPano] is a very affordable pan/tilt head that allows for horizontal and vertical rotation around the no-parallax point i.e. for [[high resolution partial panoramas|multi row panoramas]].&lt;br /&gt;
&lt;br /&gt;
===LinkDelight===&lt;br /&gt;
&lt;br /&gt;
[http://www.linkdelight.com/ LinkDelight] is a vendor of photographic goods on eBay.  They offer a [http://www.linkdelight.com/vmchk/Other-Tripods/Pro-360-Photography-Panoramic-Tripod-Head-Gimbal-Bracket-Kit/flypage.tpl.html Pro 360° Photography Panoramic Tripod Head &amp;amp;amp; Gimbal Bracket Kit], also referred to as K7G, with a rotator with click stops at a number of different increments, set by a pin, and what appears to be the ability to make both vertical and horizontal panoramas, but it's not clear if it even works.  What is clear is that the product photos show the camera mounted in a completely inappropriate position.&lt;br /&gt;
&lt;br /&gt;
=== Manfrotto ===&lt;br /&gt;
&lt;br /&gt;
A more expensive option is the Manfrotto 303SPH, a large, but well made head. It could double as a boat anchor! I (Rick) have the 303SPH and the Agnos mentioned below.  Manfrotto has a site dedicated to their line of pano heads [http://www.manfrotto.com/303SPH/ Manfrotto 303SPH Mini-Site]. Some users complain that the head sags - I have not experienced this. This head can be used with virtually any lens / camera combination. I used to use it with the FC-E9 fisheye, but the head left too large of a footprint in the image.&lt;br /&gt;
&lt;br /&gt;
Manfrotto has a service that helps to find the correct part number for [http://www.manfrotto.com/Jahia/spareparts/site/manfrotto/cache/offonce&amp;amp;t=R088Bg&amp;amp;e=qamwz1tcZOI spare parts] ([[Common_idiot_errors#Dropping_the_click-stop_selector_screw|...just in case you drop the click-stop selector screw]]).&lt;br /&gt;
&lt;br /&gt;
Manfrotto used to be distributed by [http://www.bogenimaging.us/ Bogen Imaging] in some countries.  They have now unified the name as Manfrotto Distribution.&lt;br /&gt;
&lt;br /&gt;
=== memorycardsman ===&lt;br /&gt;
&lt;br /&gt;
The FT-900H Precision 360 degrees Panoramic Tripod Head is marketed on eBay by vendor [http://search.ebay.com/_W0QQsassZmemorycardsmanQQhtZ-1 memorycardsman].  It appears to offer both horizontal and vertical mounting, multi-row, and comes with a rotator with click stops every 45°.  The [http://translate.google.com/translate?js=n&amp;amp;prev=_t&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;layout=2&amp;amp;eotf=1&amp;amp;sl=auto&amp;amp;tl=en&amp;amp;u=http%3A%2F%2Fwww.foto-katalog.ru%2Fcomments%2F70880%2FFancier_FT_900H%2F only feedback] on this unit is in Russian (the link is translated with [http://translate.google.com/ Google translate]), and is extremely negative about the product quality.&lt;br /&gt;
&lt;br /&gt;
=== MK PanoMachine / MK PanoHead ===&lt;br /&gt;
[http://www.marc-kairies.de/ MK Panorama Systeme], Germany, the new '''MK PanoMachine version 3.1''' is an automatic rotating VR head designed to move your camera from one shot to the next - the camera is released exactly in the right position. Version 3.1 has a new time-lapse mode as well as an integrated power management.&lt;br /&gt;
&lt;br /&gt;
MK Panorama Systeme, Germany launched with the new '''MK PanoHead''' a fine mechanical precision and high-quality 360° panoramic tripod head on the world market.&lt;br /&gt;
&lt;br /&gt;
Key features:&lt;br /&gt;
&lt;br /&gt;
• Panoramic tripod head for the stitching of digital panoramas&amp;lt;br /&amp;gt;&lt;br /&gt;
• Suited to create cylindrical, spherical and cubic panoramas as well as Multi-Row&amp;lt;br /&amp;gt;&lt;br /&gt;
• 360° panoramic plate with pre adjustable scale and integrated circular bubble&amp;lt;br /&amp;gt;&lt;br /&gt;
• Mount the MK PanoHead bracket alternatively on the Manfrotto MA 300 N or a 360° plate of your choice&amp;lt;br /&amp;gt;&lt;br /&gt;
• Motorize the MK PanoHead bracket with the MK PanoMachine or ROUNDSHOT VR Drive (with adapter)&amp;lt;br /&amp;gt;&lt;br /&gt;
• tilt up and down + / - 90° exactly in the no-parallax point (click-stops each 15°)&amp;lt;br /&amp;gt;&lt;br /&gt;
• The MK PanoHead allows the use of heavy digital SLR cameras and medium format cameras&amp;lt;br /&amp;gt;&lt;br /&gt;
• High-quality materials, fine mechanical work - Made in Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The company also provides a rental service.&lt;br /&gt;
&lt;br /&gt;
=== Nodal Ninja ===&lt;br /&gt;
&lt;br /&gt;
see -&amp;gt; [[#Fanotec|Fanotec]] (above) Manufacturer of [http://www.nodalninja.com Nodal Ninja] Panoramic Heads and Rotators.&lt;br /&gt;
&lt;br /&gt;
=== Novoflex ===&lt;br /&gt;
[http://www.novoflex.com/en/home/ Novoflex] is a German company with a good reputation in building high-precision photographic accessories.&lt;br /&gt;
The company offers now three different sets of already [http://www.novoflex.com/en/products/panorama-photography/ pre-assembled products] as well as [http://www.novoflex.com/en/products/panorama-photography/panorama-plate/ four different rotators].&lt;br /&gt;
&lt;br /&gt;
All parts are built modular to be combine- and interchangeable with other parts from Novoflex. E.g. you can use a standard angle bracket or focusing rack as a part of your panohead setup. This makes it easy to create a custom panorama head that fits your specific needs. Also, it gives you the option to upgrade your setup - or easily re-order a broken part.&lt;br /&gt;
&lt;br /&gt;
Works great with heavy gear.&lt;br /&gt;
===Owl===&lt;br /&gt;
&lt;br /&gt;
The [http://www.xhia.de/owl.html Owl] panoramic head is a vertical mount head with a single horizontal rail. It does not allow moving the camera along the lens axis. Instead, it uses a second rotator to rotate the camera to position the no-parallax point above the axis of rotation of the adapter. The rail has a scale and the rotator has degree indications. The no-parallax point distance is the distance on the rail divided by the trigonometrical sine of the angle. Apparently this type of construction is meant for single-row panoramas only while providing a stable hold for heavier lens/camera combinations.&lt;br /&gt;
&lt;br /&gt;
=== Panamatic ===&lt;br /&gt;
&lt;br /&gt;
A more than affordable solution. Judging from information available at their [http://www.panamatic.com/ web site] this &amp;quot;head&amp;quot; is not only extremely inexpensive but also mostly useless. No way to mount a camera in a way so that the lens turns around it's NPP, and no click stops. The pan head of a standard tripod isn't worse but maybe more stable. Also marketed as [http://www.photoaxe.com/hama-panorama-kit/ Hama Panorama Kit]. Better try handheld shots...&lt;br /&gt;
&lt;br /&gt;
As of October 2010, the domain panamatic.com appears to have been taken over by a domain squatter.&lt;br /&gt;
&lt;br /&gt;
===Pano-MAXX===&lt;br /&gt;
&lt;br /&gt;
[http://www.panorama-hardware.de/cgi-bin/framestore.cgi?action=link&amp;amp;sku=PM&amp;amp;lang=com pano-MAXX] is a low-cost German panorama head.  It features multi-row vertical orientation and a rotator with click stops at 22.5°, 30° and 36° increments, more click stops selectable by changing a plate. The Pano-Maxx rail system is simple to adjust.&lt;br /&gt;
&lt;br /&gt;
=== Panosaurus ===&lt;br /&gt;
&lt;br /&gt;
Very affordable pan/tilt head which allows for horizontal and vertical rotation around the no-parallax point i.e. for [[high resolution partial panoramas|multi row panoramas]] are the, [http://gregwired.com/pano/Pano.htm Panosaurus] and [http://www.kingpano.com/ KingPano].&lt;br /&gt;
&lt;br /&gt;
=== Pinnacle VR ===&lt;br /&gt;
&lt;br /&gt;
Priced towards the upper end of the middle ($499) is the Pinnacle VR Universal Pano Head that will work with any camera where the tripod hole is in the center of the lens axis. Using pin registration, it can accomodate cameras with or without battery grips attached and supports a wide range of lenses from fisheye to 135mm (on a full frame sensor, 80mm on an APS sized sensor). Details and sample sets of images with PTGui templates can be found at [http://www.pinnacle-vr.com/ Pinnacle VR]&lt;br /&gt;
&lt;br /&gt;
=== PT4Pano ===&lt;br /&gt;
&lt;br /&gt;
German manufacturer specialized on extremely lightweight and precise panorama heads with minimal footprint, optimized for single row panoramas with compact cameras. Different types of rotators and leveling plates (also combined in one product) should work with existing gear, e.g. L-brackets. They also offer a 1.2 ~ 4.1 m / 1.7 kg MonoPod with carbon tubes. [http://pt4pano.com/ PT4Pano.com]&lt;br /&gt;
&lt;br /&gt;
=== QTVR HEADS ===&lt;br /&gt;
&lt;br /&gt;
[http://www.qtvrheads.pl/images/szynasmallwymiar.jpg DOBAS-01] and [http://www.qtvrheads.pl/images/cylindryczna2.jpg DOBAS-02] made by [http://www.qtvrheads.pl/indexen.htm QTVR HEADS POLAND] is high quality, reliable and easy in use panorama head in excellent . It is made of anodized aluminium and stainless steel - the highest quality materials with LIFETIME WARRANTY !!&lt;br /&gt;
&lt;br /&gt;
With [http://www.qtvrheads.pl/indexen.htm DOBAS-01] panorama head you will be able to do single row 360 degree cylindrical panoramas as well as multirow 360x180 degree spherical panoramas, or mosaics. DOBAS-01 is &amp;quot;universal&amp;quot; fitting most point and shoot cameras, SLR's and DSLR's. It fits many medium to large format camera like BRONICA ETRSi. I used that pano head with heavy cameras like OLYMPUS E-1 + ZUIKO DIGITAL 8  or OLYMPUS E-3 + ZD8&lt;br /&gt;
Bubble level helps to keep whole system horizontally. Camera is mounted to the panorama head with standard 1/4'' screw. Wieght less 400 grams. Price (about 100$ or 80 EUR)&lt;br /&gt;
&lt;br /&gt;
[http://www.qtvrheads.pl/images/cylindryczna2.jpg DOBAS-02] panorama head is ultralight pano head for cylindrical panoramas. Wieght less 200 grams. Price (about 55$ or 45 EUR)&lt;br /&gt;
&lt;br /&gt;
=== Really Right Stuff ===&lt;br /&gt;
[http://reallyrightstuff.com/pano/04.html RRS] panorama equipment is nicely machined, modular gear.&lt;br /&gt;
&lt;br /&gt;
=== Rodeon VR ===&lt;br /&gt;
The [http://www.dr-clauss.de/RODEONVRHead_e.htm Rodeon VR Head] is a programmable pano head. Tilt and Rotation are motorised, all steps can be controlled using a Bluetooth device (Notebook or PDA).&lt;br /&gt;
&lt;br /&gt;
=== Reviews ===&lt;br /&gt;
Various unbiased reviews are floating about on many of these panorama tripod heads:&lt;br /&gt;
&lt;br /&gt;
'''360Precision''':&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=2 360 Rage] |&lt;br /&gt;
[http://www.panoguide.com/forums/tipsntricks/2179 PanoGuide Forum] |&lt;br /&gt;
[http://www.chem.ox.ac.uk/oxfordtour/tutorial/index.asp?ID=40&amp;amp;pagename=360precision%20Adjuste Dr. Karl Harrison] |&lt;br /&gt;
[http://www.fromparis.com/html/technical_us_quicktime_vr_360precision_adjuste_head_part1.php Eric Rougier] |&lt;br /&gt;
&lt;br /&gt;
'''Kaidan''':&lt;br /&gt;
[http://www.precomania.com/rating_getprodrev.php/product_id=9277958/id_type=M Precomania] |&lt;br /&gt;
[http://www.vrphotography.com/data/pages/casestudies/vrheadreview1103.html VRPhotography] Note: This is an older review |&lt;br /&gt;
[http://rosaurophotography.com/html/panoramas/vr_review/quickpanpro/quickpanpro_review.html Rosauro Ona] |&lt;br /&gt;
&lt;br /&gt;
'''KingPano''':&lt;br /&gt;
[http://www.tawbaware.com/kingpano_review.htm Max Lyons / Tawbaware] |&lt;br /&gt;
&lt;br /&gt;
'''Manfrotto 303SPH''':&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/303sph/303sph_review.html Rosauro Ona] |&lt;br /&gt;
[http://www.precomania.com/publicprofile.php/productreviews/userid=624974 Precomania] |&lt;br /&gt;
[http://www.vrphotography.com/data/pages/casestudies/vrheadreview1103.html VRPhotography] |&lt;br /&gt;
&lt;br /&gt;
'''MK PanoMachine / MK PanoHead''':&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/mkpanohead/mkpanohead_review.html l Rosauro Ona] |&lt;br /&gt;
&lt;br /&gt;
'''Nodal Ninja''':&lt;br /&gt;
[http://www.tawbaware.com/nodalninja_review.htm Max Lyons - NN1] |&lt;br /&gt;
[http://www.photography-on-the.net/forum/showthread.php?t=93015 Canon Digital Photography - NN1] |&lt;br /&gt;
[http://www.pic.templetons.com/brad/pano/panorama-head.html Brad Templeton - NN2] |&lt;br /&gt;
[http://www.applelinks.com/index.php/more/nodal_ninja_3_review_of_camera_supporter_for_panomarama_photos/ Applelinks - NN3] |&lt;br /&gt;
[http://www.geek.com/fanotec-nodal-ninja-3-spherical-tripod-head/?welcome=true Josh Korwin - NN3] |&lt;br /&gt;
[http://www.fromparis.com/html/technical_us_quicktime_vr_small_nadir_hole.php Eric Rougier - NN3] |&lt;br /&gt;
[http://www.pixelmania.nl/artikel.aspx?rubriekid=2&amp;amp;artikelid=301 Pixelmania (dutch) - NN3] |&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=9 360 Rage - NN3] |&lt;br /&gt;
[http://www.galerie-photo.com/panoramique-nodal-ninja.html Thierry Rebours (french)- NN3] |&lt;br /&gt;
[http://www.camera2go.nl/digitale-camera/Dankzij-de-Nodal-Ninja-3-gemakkelijk-panorama-s-maken.html Cameraportal (dutch) - NN3] |&lt;br /&gt;
[http://www.panoguide.com/forums/tipsntricks/1984/ John Houghton - NN3] |&lt;br /&gt;
[http://www.nodalninja.com/DPhotoUK_05_07_1024.jpg Digital Photography Magazine (May 07) - NN3] |&lt;br /&gt;
[http://www.rosaurophotography.com/html/panoramas/vr_review/nn3/nn3_review.html Rosauro Ona - NN3 MKII] |&lt;br /&gt;
[http://www.photoproductsreviewed.com/index.php?option=com_content&amp;amp;view=article&amp;amp;catid=7:tripods&amp;amp;id=106:nodal-ninja-3-mkii-full-spherical-multirow-panoramic-tripod-head Photo Products Reviewed - NN3 MKII] |&lt;br /&gt;
[http://www.vrmag.org/vartist/VR_industry/REVIEW_OF_NODAL_NINJA_NN3_AND_PREVIEW_OF_THE_NEW_NN5.html VRMag - NN3, NN5] |&lt;br /&gt;
[http://www.dslrusers.com/viewtopic.php?f=5&amp;amp;t=34293 DSLR Users - NN5L] |&lt;br /&gt;
[http://www.tawbaware.com/nn5_review.html Max Lyons - NN5] |&lt;br /&gt;
[http://www.digitalmagasinet.dk/show.asp?ID=1571 Digital Magasinet (Dannish) - NN5] |&lt;br /&gt;
[http://www.amazon.com/Nodal-Spherical-Multirow-Panoramic-Tripod/dp/B001K38Y5O Amazon.com - NN5] |&lt;br /&gt;
[http://www.photo.it-enquirer.com/2008/09/11/nodal-ninja-nn5 IT Enquirer NN5] |&lt;br /&gt;
[http://www.expertreviews.co.uk/gadgets/246292/nodal-ninja-5-with-rotator-12 Expert Reviews - NN5 w/RD12] |&lt;br /&gt;
[http://www.newyorkpanorama.com/2010/09/16/nodal-ninja-review/ Joergen Geerds - NN5 w/RD16, EZ-Leveler-II] |&lt;br /&gt;
[http://www.tawbaware.com/nn5_review2.html/ Max Lyons - NN5 w/RD16] |&lt;br /&gt;
[http://www.jorgphoto.com/2010/10/04/nodal-ninja-good-as-gold/ Andrew Jorgensen - R1 EZ-Leveler-II] |&lt;br /&gt;
[http://www.dentonimages.com/page.php?id=Fanotec_Nodal_Ninja_5_with_RD16_Rotator_Review Denton Images - NN5 w/RD16] |&lt;br /&gt;
[http://www.opyd.net/brianopyd/index.php/articles/equipment/22-nn5rd16panoheadreview Brian Opyd - NN5 w/RD16] |&lt;br /&gt;
[http://www.nodalninja.com/testimonials.html Customer Testimonials] |&lt;br /&gt;
&lt;br /&gt;
'''Novoflex''':&lt;br /&gt;
[http://www.360rage.com/panorama-hardware-item.php?i=12 360 Rage] |&lt;br /&gt;
&lt;br /&gt;
'''Panosaurus''':&lt;br /&gt;
[http://www.tawbaware.com/panosaurus_review.htm Tabaware] |&lt;br /&gt;
[http://panoramicearth.blogspot.com/2006/06/part-2-panorsaurus-head-review.html Peter Watts] |&lt;br /&gt;
[http://www.panoguide.com/forums/qna/2467 Panoguide forum] |&lt;br /&gt;
&lt;br /&gt;
'''Pinnacle VR''':&lt;br /&gt;
[http://www.seeit360.net/index.php?page=pvr Sacha Griffin] |&lt;br /&gt;
&lt;br /&gt;
== Lens brackets ==&lt;br /&gt;
Another way to keep the lens/camera fixed to the [[no-parallax point]] are lens brackets that directly mounted onto the lens itself. The advantages are less vibrations but the drawback is that you need one bracket for each lens. They are a special type of a [[NPP adapters|no-parallax adapter]].&lt;br /&gt;
&lt;br /&gt;
Some examples:&lt;br /&gt;
&lt;br /&gt;
* Agnos [http://www.agnos.com/catalogo.htm?v_categ_lista=PR001-RINGT Lens ring]&lt;br /&gt;
* ''Atome'' series by [http://www.360precision.com/ 360Precision]&lt;br /&gt;
* Laser cut wooden brackets from [http://www.bophoto.com/bracket/ Pano Bracket from bophoto]&lt;br /&gt;
* Self made bracket from [http://homepage.mac.com/wkaemena/Nikon8Head.jpg Willy Kaemena]&lt;br /&gt;
&lt;br /&gt;
== L-brackets, rails, quick release plates ==&lt;br /&gt;
A [http://www.afximages.com/stuff/arca-plates-xref.html compatibility table] lists different brands of '''Arca Swiss style''' plates (and their counterparts). This could help to combine already bought equipment with parts of a different manufacturer, e.g. an old Manfrotto rotator with an additional quick release plate could be connected with a Novoflex L-bracket...&lt;br /&gt;
&lt;br /&gt;
== Self made ==&lt;br /&gt;
&lt;br /&gt;
If you want to build our own pan/tilt head you might get some ideas from those shown below.&lt;br /&gt;
&lt;br /&gt;
Multirow&lt;br /&gt;
* [http://www.panotools.org/dersch/heliarVR/heliarVR0.html Helmut Dersch]&lt;br /&gt;
* [http://www.erik-krause.de/panohead Erik Krause]&lt;br /&gt;
* [http://www.trozzreaxxion.net/misc/panorama/panorama.html Mike Runge (German)]&lt;br /&gt;
* [http://blog.robertbreuer.com/?p=16 Robert Breuer (German)]&lt;br /&gt;
* [http://www.dffe.at/panohead/ Bernhard Vogl]&lt;br /&gt;
* [http://www.nyfeler-mueller.ch/MonoPodHead/QTVR/MonopodHeadQTVR.html Peter Nyfeler/Monopod]&lt;br /&gt;
* [http://www.nyfeler-mueller.ch/PanoHeadMulti/PanoHeadMulti.html Peter Nyfeler/Tripod]&lt;br /&gt;
* [http://www.chem.uky.edu/xray/people/Parkin/panohead/panohead.html Sean Parkin (English)]&lt;br /&gt;
* [http://www.nodalsamurai.co.uk/nodalsamurai.html Pete Loud's Nodal Samurai]&lt;br /&gt;
* [http://www.scotthendershot.com/Panohead/UniversalPanoHead.htm Scott Hendershot]&lt;br /&gt;
* [http://www.pbase.com/atucker/image/40469012 Tom Sherry]&lt;br /&gt;
* [http://photocreations.ca/equipment/index.html Jim Watters]&lt;br /&gt;
* [http://www.360bilder.de/eng/nodalpoint.html Bernd Dohrmann]&lt;br /&gt;
* [http://www.worth1000.com/tutorial.asp?sid=161123&amp;amp;page=1 low cost wooden head by arodrix]&lt;br /&gt;
* [http://www.w3a2z.net/PHead/ John McAllister]&lt;br /&gt;
* [http://einem.net/tech/voigtlaender/ Carl von Einem]&lt;br /&gt;
* [http://www.milan-knizek.net/cms/panoramaticka-hlava-levne-reseni/ Milan Knížek (Czech)]&lt;br /&gt;
* [http://cartola.org/fotos/index-201010.php?dir=Diversas/Engenhocas/Cabeca_Tripe_Panoramica Carlos Eduardo Carvalho (Brazil)]&lt;br /&gt;
* [http://cartola.org/fotos/index-201010.php?dir=Diversas/Engenhocas/Cabeca_Tripe_Panoramica-v02 Carlos Eduardo Carvalho model #2 (Brazil)]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/09/hinter-den-kulissen-der-panoramafotografie-teil-i-die-ausrustung-fur-die-panoramafotografie-im-selbstbau/ Tilman Bremer (German)]&lt;br /&gt;
* [http://www.tilmanbremer.de/2011/09/panoramic-photography-revealed-part-i-hardware-for-panoramic-photography-diy/ Tilman Bremer (English)]&lt;br /&gt;
* [http://blog.pryds.eu/2012/07/build-your-own-panoramic-head-novice.html Thomas Pryds]&lt;br /&gt;
* [http://rasterweb.net/raster/projects/panohead/ Pete Prodoehl]&lt;br /&gt;
&lt;br /&gt;
Single row&lt;br /&gt;
* [http://www.heiliger-net.de/panphoto/n_hardware.htm Panphoto.de (German)]&lt;br /&gt;
* [http://panorama.dyndns.org/panohead/simplest_panohead_ever.html Harry van der Wolf]&lt;br /&gt;
* [http://anthonygoh.webs.com/large-pano-head Anthony Goh (Singapore) ]&lt;br /&gt;
* [http://anthonygoh.webs.com/pano-head-for-micro-4-3 Anthony Goh compact version (Singapore)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Material supply ===&lt;br /&gt;
Since you often can't get the popular aluminium profiles in your local do-it-yourself store here some possible suppliers:&lt;br /&gt;
* Item International http://www.item-international.com - Internationally active&lt;br /&gt;
* CAP http://www.aluprofil.com - situated in Austria&lt;br /&gt;
* MayTec http://www.maytec.org - situated in Germany&lt;br /&gt;
* KJN Aluminium Profile http://www.kjnltd.co.uk/ - situated in UK&lt;br /&gt;
* TSlots Aluminium Profiles (metric and fraction) http://www.tslots.com/ - North America&lt;br /&gt;
&lt;br /&gt;
A web search for &amp;quot;aluprofil&amp;quot; or &amp;quot;aluminium profile&amp;quot; might reveal other suppliers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/User:Erik_Krause/test</id>
		<title>User:Erik Krause/test</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/User:Erik_Krause/test"/>
				<updated>2012-10-03T11:28:50Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Last edit users&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
mode=userformat&lt;br /&gt;
namespace=|PanoTools&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
order=descending&lt;br /&gt;
addeditdate=true&lt;br /&gt;
adduser=true&lt;br /&gt;
format=,\n* %USER% %DATE%,,&lt;br /&gt;
distinct=true&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/User:Erik_Krause/test</id>
		<title>User:Erik Krause/test</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/User:Erik_Krause/test"/>
				<updated>2012-10-03T11:28:15Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Last edit users&lt;br /&gt;
&amp;lt;DPL&amp;gt;&lt;br /&gt;
mode=userformat&lt;br /&gt;
namespace=|PanoTools&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
order=descending&lt;br /&gt;
addeditdate=true&lt;br /&gt;
adduser=true&lt;br /&gt;
format=,\n* [[%USER% %DATE%]],,&lt;br /&gt;
distinct=true&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/HDR</id>
		<title>HDR</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/HDR"/>
				<updated>2012-10-02T21:04:35Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: linkified&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;HDR means {{Glossary|high [[dynamic range|Dynamic Range]].|1}} The term is used to refer to techniques and images that are capable of capturing and reproducing scenes with a high [[dynamic range]]. &lt;br /&gt;
&lt;br /&gt;
HDR is used more or less accurately for almost any way to get more details out of the shadows and/or highlights. To understand how so-called &amp;quot;HDR techniques&amp;quot; work, it is important to differentiate between the two limitations that affects dynamic range in photography and imaging. The first limitation comes from the capture, i.e. the camera. The second limitation from the display, i.e. monitor or printer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Camera&amp;lt;/b&amp;gt; limitation: Standard digital cameras can capture at most a [[dynamic range]] of 1,000:1, which is much less than the dynamic range of most outdoor scenes. This limitation is usually addressed by taking several exposures of the same scene (this is the purpose of the &amp;quot;Automatic Exposure [[Bracketing]]&amp;quot; function available in many digicams). &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Display&amp;lt;/b&amp;gt; limitation: Standard monitors have a rather low dynamic range, around 100:1, which is not even enough to display correctly the [[RAW]] data captured by a standard camera. This limitation is addressed by [[tone mapping]] or by techniques that directly blend exposures. Exposure Blending can be done either manually in Photoshop, semi-manually with Photoshop actions (see [[Contrast Blending]] and Jook Leung's [http://360vr.com/HDRforDummies HDR for Dummy]) or automatically in specialized software (see [[Photomatix]], [[FDRTools]] or [[pfstools]] - comparison on [[HDR compression]]).&lt;br /&gt;
&lt;br /&gt;
Both camera and display limitations can be overcome with specialised equipment like the [http://spheron.com/spheron/public/en/hdri_spherocamhdr/hdri_spherocamhdr.php SpheroCam HDR] camera and [http://www.brightsidetech.com/ Brightside HDR Display]. However, such equipment remains very expensive for the time being. &lt;br /&gt;
&lt;br /&gt;
HDR images are stored in a high bit depth and/or floating point format. There are several HDR formats among them &lt;br /&gt;
* .hdr Radiance [[RGBE]] format&lt;br /&gt;
* .tif Floating point [[TIFF]]&lt;br /&gt;
* .pfm Portable floatmap&lt;br /&gt;
* .float Raw binary floating point&lt;br /&gt;
* .exr OpenEXR [[EXR]] format&lt;br /&gt;
&lt;br /&gt;
The [[hugin]] panorama tools [[GUI front-ends|GUI front end]] supports stitching both floating point [[TIFF]] and&lt;br /&gt;
Radiance [[RGBE]] HDR images, see the [[HDR workflow with hugin]] page for details.  The [[enblend]] tool also supports&lt;br /&gt;
blending floating point TIFF HDR data, but not RGBE data yet.&lt;br /&gt;
&lt;br /&gt;
Some more info on HDR is found on wikipedia: [[w:High dynamic range imaging]] and the [http://www.hdrsoft.com/resources/dri.html HDR Image FAQ].&lt;br /&gt;
&lt;br /&gt;
Also, see the [[HDR Software overview]], [[Batch merge handheld images]] and [[enfuse]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Smartblend_on_Mac</id>
		<title>Smartblend on Mac</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Smartblend_on_Mac"/>
				<updated>2012-09-23T17:04:01Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: Added winebottler, wikified list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To run SmartBlend on a Mac within PTGui, you can  follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Download a ''Mac compiled binary'' of Wine. There is a copy here: http://www.macupdate.com/app/mac/17376/wine Another one here: http://winebottler.kronenberg.org/&lt;br /&gt;
# Download Smartblend (See the link on the [[SmartBlend|Smartblend page]])&lt;br /&gt;
# From the Wine dmg, you'll only need the file called 'Wine'. Put it in a convenient place. &lt;br /&gt;
# Unzip your Smartblend download and put the whole folder in a convenient place.&lt;br /&gt;
# Open PTGui and select the menu Preferences-&amp;gt;Plugins&lt;br /&gt;
# In the text box labelled 'Smartblend Application' you will need to fill in the path of the Wine binary preceding with the path where you put your copy of Wine. If you keep your Wine file in the Application folder it looks like this: /Applications/Wine.app/Contents/Resources/bin/wine&lt;br /&gt;
# In the text box labelled 'Command line parameters' of the Smartblend section you will need to fill in the path of the Smartblend executable preceding with the path where you put your Smartblend folder. If you keep your Smartblend folder in the Application folder it looks like this: /Applications/Smartblend_1_2_5/smartblend.exe&lt;br /&gt;
&lt;br /&gt;
'''Please note''': There is a very easy way to fill in the correct paths of step 6 and 7 without typing:&lt;br /&gt;
Just drag and drop the correct files into the relevant text boxes. If you do it correctly, a green '+' sign appears.&lt;br /&gt;
&lt;br /&gt;
To get to the correct files with Wine you'll have to control-click on the Wine application and select 'Show package contents' from the pop-up menu.&lt;br /&gt;
Navigate to Contents-&amp;gt;Resources-&amp;gt;bin-&amp;gt;wine and drop this file into the first text box, the one labelled 'Smartblend application'.&lt;br /&gt;
&lt;br /&gt;
Here is a small video of the 'easy' process: http://youtu.be/vnpCdeI6Ujc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Please note: ==&lt;br /&gt;
 If you change the location of the Wine or Smartblend folder or if you upgrade to a newer version, you'll have to redo these steps.&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/Smartblend_on_Mac</id>
		<title>Smartblend on Mac</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/Smartblend_on_Mac"/>
				<updated>2012-09-23T15:52:05Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: changed link to internal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To run SmartBlend on a Mac within PTGui, you can  follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Download a ''Mac compiled binary'' of Wine. I get my copy here: http://www.macupdate.com/app/mac/17376/wine&lt;br /&gt;
&lt;br /&gt;
2. Download Smartblend (See the link on the [[SmartBlend|Smartblend page]])&lt;br /&gt;
&lt;br /&gt;
3. From the Wine dmg, you'll only need the file called 'Wine'. Put it in a convenient place. &lt;br /&gt;
&lt;br /&gt;
4. Unzip your Smartblend download and put the whole folder in a convenient place.&lt;br /&gt;
&lt;br /&gt;
5. Open PTGui and select the menu Preferences-&amp;gt;Plugins&lt;br /&gt;
&lt;br /&gt;
6. In the text box labelled 'Smartblend Application' you will need to fill in the path of the Wine binary preceding with the path where you put your copy of Wine. If you keep your Wine file in the Application folder it looks like this: /Applications/Wine.app/Contents/Resources/bin/wine&lt;br /&gt;
&lt;br /&gt;
7. In the text box labelled 'Command line parameters' of the Smartblend section you will need to fill in the path of the Smartblend executable preceding with the path where you put your Smartblend folder. If you keep your Smartblend folder in the Application folder it looks like this: /Applications/Smartblend_1_2_5/smartblend.exe&lt;br /&gt;
&lt;br /&gt;
'''Please note''': There is a very easy way to fill in the correct paths of step 6 and 7 without typing:&lt;br /&gt;
Just drag and drop the correct files into the relevant text boxes. If you do it correctly, a green '+' sign appears.&lt;br /&gt;
&lt;br /&gt;
To get to the correct files with Wine you'll have to control-click on the Wine application and select 'Show package contents' from the pop-up menu.&lt;br /&gt;
Navigate to Contents-&amp;gt;Resources-&amp;gt;bin-&amp;gt;wine and drop this file into the first text box, the one labelled 'Smartblend application'.&lt;br /&gt;
&lt;br /&gt;
Here is a small video of the 'easy' process: http://youtu.be/vnpCdeI6Ujc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Please note: ==&lt;br /&gt;
 If you change the location of the Wine or Smartblend folder or if you upgrade to a newer version, you'll have to redo these steps.&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	<entry>
		<id>http://wiki.panotools.org/SmartBlend</id>
		<title>SmartBlend</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/SmartBlend"/>
				<updated>2012-09-18T20:02:37Z</updated>
		
		<summary type="html">&lt;p&gt;Erik Krause: added smartblend on mac&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Smartblend''' is {{Glossary|an application for seamless image blending by Michael Norel|1}}. He can be reached at minorlogic{at}yahoo{dot}com&lt;br /&gt;
&lt;br /&gt;
The main goal of smartblend is panoramic image blending, though it can be used for other applications, such as creation of seamless textures, montage of photos or collage. Smartblend allows stitching of many problematic shots (parallaxed, with moving objects or with differing exposure).&lt;br /&gt;
&lt;br /&gt;
For example see the parallax picture below (from http://www.htu.at/~sascha/ptguide/01.htm described as &amp;quot;impossible to stitch&amp;quot; )&lt;br /&gt;
[[Image:SB_Parallax.jpg|left]]{{clr}}&lt;br /&gt;
&lt;br /&gt;
Just put one picture into another and note the great difference.&lt;br /&gt;
[[Image:SB_Parallax_overlapped.jpg|left]]{{clr}}&lt;br /&gt;
&lt;br /&gt;
Picture below is blended by smartblend.&lt;br /&gt;
[[Image:SB_Blended.jpg|left]]{{clr}}&lt;br /&gt;
Another smartblend example: http://www.photodan.com.au/misc/flamchen.htm&lt;br /&gt;
&lt;br /&gt;
If you don't know what is a &amp;quot;command line application&amp;quot;  it can not be useful for you. But you still can use a frontend for smartblend:&lt;br /&gt;
&lt;br /&gt;
* [[PanoWizard]]&lt;br /&gt;
* [[EnblendGUI]]&lt;br /&gt;
* [[PTGui]]&lt;br /&gt;
* [[PTAssembler]]&lt;br /&gt;
* [[hugin]] (only together with the smartblend wrapper from [http://hugin.svn.sourceforge.net/viewvc/hugin/hugin/trunk/platforms/windows/smartblend-wrapper/ sourceforge])&lt;br /&gt;
&lt;br /&gt;
Download SmartBlend, current version [[Media:Smartblend_1_2_5.zip|Smartblend_1_2_5.zip]]&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
It finds the visual error on overlap region and searches for a seam line with minimal visual error. Than it blends pictures using an algorithm similar to a multiresolution spline.&lt;br /&gt;
&lt;br /&gt;
To study algorithms and options use “–SeamVerbose”  and  “-PyramidVerbose” commands.&lt;br /&gt;
&lt;br /&gt;
There is a [http://qtvr.by.ru/NewQTWR/sm/smartblend.htm good tutorial], but it's available only in Russian. Anyone to translate it?&lt;br /&gt;
&lt;br /&gt;
Translation by BableFish - [http://babelfish.yahoo.com/translate_url?doit=done&amp;amp;tt=url&amp;amp;intl=1&amp;amp;fr=bf-home&amp;amp;trurl=http%3A%2F%2Fqtvr.by.ru%2FNewQTWR%2Fsm%2Fsmartblend.htm&amp;amp;lp=ru_en&amp;amp;btnTrUrl=Translate Tutorial in English]&lt;br /&gt;
&lt;br /&gt;
Welcome to anyone who wants to improve this smartblend, write a tutorial and other.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;(Text taken from original smartblend home page)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== smartblend on Mac ==&lt;br /&gt;
&lt;br /&gt;
There used to be a nice tutorial on tweakbits.com which is gone. If anyone still has the know how, please write a wiki page: [[smartblend on Mac]] For the time being you find the content retrieved from google cache on the corresponding discussion page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Software:Platform:Windows]]&lt;/div&gt;</summary>
		<author><name>Erik Krause</name></author>	</entry>

	</feed>