Changes between Version 1 and Version 2 of DataToPtGuiTemplateConverter


Ignore:
Timestamp:
Aug 25, 2009, 12:55:08 PM (15 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataToPtGuiTemplateConverter

    v1 v2  
    99    <input type="file" size="65" name="xmlFile" /><br />
    1010    <br />
    11     <strong>Horizontal lens FoV : </strong><br />
     11    <strong>Horizontal lens FoV</strong> (°):<br />
    1212    <input type="entry" size="25" name="lensHorizFov" /><br />
    1313    <br />
    14     <strong>Lens type:</strong><br />
     14    <strong>Lens type: </strong>
     15<!--
    1516    <input type="entry" size="25" name="lensType" /><br />
     17-->
     18    <select name="lensType">
     19    <option value="0">Rectilinear</option>
     20    <option value="2">Fisheye (circular)</option>
     21    <option value="3">Fisheye (full-frame)</option>
     22    </select>
    1623    <br />
    1724    <input type="submit" value="Convert" />