Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • magic-lantern magic-lantern
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 655
    • Issues 655
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 75
    • Merge requests 75
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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

In order to prepare the next update of Heptapod based on Gitlab 16.0. The instance will be unavailable on 2023-10-06 between 19:00 and 23:00 UTC+2

  • magic-lantern
  • magic-lanternmagic-lantern
  • Merge requests
  • !960

Crop rec 4k pull requests

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Bitbucket Importer requested to merge topic/crop_rec_4k_pull_requests/bitbucket-pr-960 into branch/crop_rec_4k May 23, 2019
  • Overview 2
  • Commits 6
  • Pipelines 0
  • Changes 1

Created originally on Bitbucket by Dannephoto (danne)

  • crop_rec.c:(5D3 workarounds for mv720p modes. Allow for looping through x5,x10 and back to x1 without battery pulls, fps timer lowered to adress pinks and distorted files)

EDIT:

Todo: check into “BUSY” state signal produced when leaving x10 and back into x1 mode in mv720p modes. Dissapears while pushing menu button and back but hey, that´s what´s we want to automate here…

‌

EDIT 2:

Updated code to eliminate “BUSY” state signal.

‌

EDIT 3:

The crash might be related to cmos1 pack routine. Iterating zoom modes is not an issue on 100d and eosm for instance

cmos_new[1] =(crop_preset == CROP_PRESET_3x3_1X_48p ? PACK12(3,15) :(video_mode_fps == 50)                  ? PACK12(4,14) :(video_mode_fps == 60)                  ? PACK12(6,14) :(uint32_t) -1 ;
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/crop_rec_4k_pull_requests/bitbucket-pr-960