Changes between Version 10 and Version 11 of Misc


Ignore:
Timestamp:
Jan 14, 2009, 10:00:45 AM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Misc

    v10 v11  
    11= Misc =
     2
     3== v2 internal design ==
     4
     5=== Plugin framework ===
     6
     7The idea is to entirely build Papywizard as a framework, where different parts are just plugins, so new features can be added by users, at least to prototype them. It is also better for upgrade only a few parts of the code.
     8
     9Part to be written as plugins (~ categories):
     10
     11* engines - pano (mosaic, preset), timelapse
     12* axis - axis can be manual
     13* camera shutter triggering - through hardware, tethered
     14* hardware communication - transport and protocol
     15* timer/intervalometer - or is it timelapse?
     16* display - shooting area, text area, custom
     17* GPS
     18* data storage - file, database, server...
     19* analysis - picture control for automatic bracketing
    220
    321== GUI ==
     
    523=== Shoot area ===
    624
    7  * rename ''Manual shooting'' in ''Step by step''
    825 * method scan.getNext(index=None); index can be a list
    926 * add col/row in image coords (in addition to yaw/pitch), so it will be possible to tell coords in the mosaic
    10  * add shooting sequence infos (bkt, col, row...)
    11  * switch to pause mode at the end of shooting
     27 * switch to pause mode at the end of shooting ?
    1228 * add radiobutton to switch from single to multiple positions selection
    1329 * add buton to generate new xml file (also reset xml when deselect/reselect it)
    1430 * do no generate preview positions after some number (depending of CPU speed?)
    1531 * add button to force generation of preview position (at any time)
    16  * allow to switch from graphical to text shooting area
    17  * color scheme in config file
    1832 * preview real image area (mapping on a sphere)
    1933 * use alternates spherical representation (cube, sphere...)