Changes between Version 10 and Version 11 of Misc
- Timestamp:
- Jan 14, 2009, 10:00:45 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Misc
v10 v11 1 1 = Misc = 2 3 == v2 internal design == 4 5 === Plugin framework === 6 7 The 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 9 Part 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 2 20 3 21 == GUI == … … 5 23 === Shoot area === 6 24 7 * rename ''Manual shooting'' in ''Step by step''8 25 * method scan.getNext(index=None); index can be a list 9 26 * 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 ? 12 28 * add radiobutton to switch from single to multiple positions selection 13 29 * add buton to generate new xml file (also reset xml when deselect/reselect it) 14 30 * do no generate preview positions after some number (depending of CPU speed?) 15 31 * add button to force generation of preview position (at any time) 16 * allow to switch from graphical to text shooting area17 * color scheme in config file18 32 * preview real image area (mapping on a sphere) 19 33 * use alternates spherical representation (cube, sphere...)