Changeset 1781 for branches/release-1_0


Ignore:
Timestamp:
04/01/12 02:48:30 (14 months ago)
Author:
reyalp
Message:

stitch related propcases for propset 1 and 2

Location:
branches/release-1_0/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_0/include/propset1.h

    r1678 r1781  
    4646#define PROPCASE_WB_ADJ                     100 
    4747#define PROPCASE_OPTICAL_ZOOM_POSITION      99 //untested ! 
     48#define PROPCASE_STITCH_DIRECTION           52 // 0=left>right, 1=right>left. Some cams have more 
     49#define PROPCASE_STITCH_SEQUENCE            48 // counts shots in stitch sequence, positive for left-right, negative for right-left 
    4850#endif 
  • branches/release-1_0/include/propset2.h

    r1678 r1781  
    5151#define PROPCASE_CONTINUOUS_AF              12      //G10 0 = Continuous AF off, 1 = Continuous AF on 
    5252#define PROPCASE_DIGITAL_ZOOM_MODE          91      //G10 Digital Zoom Mode/State 0 = off/standard, 2 = 1.7x, 3 = 2.1x 
     53#define PROPCASE_STITCH_DIRECTION           233     //D10 0=left>right, 1=right>left 
     54#define PROPCASE_STITCH_SEQUENCE            238     //D10 counts shots in stitch sequence, positive=left>right, negative=right>left 
    5355#endif 
Note: See TracChangeset for help on using the changeset viewer.