Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • magic-lantern magic-lantern
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 651
    • Issues 651
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 75
    • Merge requests 75
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • magic-lantern
  • magic-lanternmagic-lantern
  • Merge requests
  • !67

C-Modes and Dialog Options

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Bitbucket Importer requested to merge topic/unified/bitbucket-pr-67 into branch/unified Jan 28, 2013
  • Overview 56
  • Commits 138
  • Changes 335+

Created originally on Bitbucket by 600dplus (scrax)

Here it is, Custom modes enabled for 600D only, but with consts for 500D also if someone want to test it. Other models need specific consts. Actually are saved and restored those settings:

ISO, Ae, Tv, WB, WBshift, Kelvin, Drive, Metering Mode, PicQuality, Alo setting, HTP and PicStyle

TO PORT IT

This consts are needed:

  • DLG_Q_WB
  • DLG_WB
  • DLG_Q_DRIVE_MODE
  • DLG_DRIVE_MODE
  • DLG_Q_FOCUS_MODE
  • DLG_FOCUS_MODE
  • DLG_Q_ISO
  • DLG_ISO (that's not a consts it's a trik to detect it without dialog number)
  • DLG_PICTURE_STYLE
  • DLG_Q_PICQ
  • DLG_Q_EXP_COMP_AEB
  • DLG_Q_FLASH_EXP_COMP
  • DLG_Q_FLASH_SET
  • DLG_Q_ALO

WHAT IS ADDED

  • FEATURE_DIALOG_OPTION: Gives more settings to change from canon photo dialogs. Adds meter mode to drive dialog, kelvin to wb, flash exp comp and HTP switch to ISO, focus pattern selection to focus mode. picstyle dialog could be changed with something else similar to set button from C.Fn.
  • FEATURE_CUSTOM_MODES: 5 custom modes to save camera settings, support M, Av, Tv, Adep, movie modes. C-1 can be load at startup (but the code need to be moved somewhere else in a better place I suppose, now it's in a loop)
  • merged with pull request #74 (closed) -->Flexinfo for 600D with also K icon usable for other camera like 1100D
  • moved to pull request #75 (closed) --> MORE_DIALOG_SHORTCUT
  • FEATURE_AUDIO_REMOTE_SHOT_AUTO_ON_OVERRIDE: Enables audio override when needed by audio remote shoot and disable it when finished.

NOTES

So far it adds also two ML icon that I used for making the ML logo in the menu (actually removed), one is only the red point and the other is the ML-logo. Don't know if they can be used somewhere (maybe in the first ml load dialog?)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/unified/bitbucket-pr-67