magiclantern_simplified icon indicating copy to clipboard operation
magiclantern_simplified copied to clipboard

A Git based version of Magic Lantern, for those unwilling or unable to work using Mercurial. The vast majority of branches have been removed, with those thought to be important brought in individuall...

Results 86 magiclantern_simplified issues
Sort by recently updated
recently updated
newest added

Spotted with dual_iso. shoot.c called registered cbrs: ``` #if defined(CONFIG_MODULES) module_exec_cbr(CBR_SHOOT_TASK); #endif ``` These are listed at the end of dual_iso.c: ``` MODULE_CBR(CBR_SHOOT_TASK, isoless_refresh, CTX_SHOOT_TASK) MODULE_CBR(CBR_SHOOT_TASK, isoless_playback_fix, CTX_SHOOT_TASK) ``` Also...

Based on: https://github.com/bilalfakhouri/magiclantern_hg_02/tree/crop_rec_4k_mlv_snd/modules/sd_uhs https://www.magiclantern.fm/forum/index.php?topic=25841.0

This PR adds the hook for adtg2log for RP 1.6.0. I have used 200D as a template. Implementation is untested yet. adtg2log requires MMU to work. Thus cannot be merged...

Work in progress This PR adds support for CONFIG_MMU_REMAP for RP.160.

Make a way to build that is cleaner and more repeatable. Probably docker. This isn't considered done until it's been tested by others and is reliable. This is likely to...

What features currently absent from this repo, should exist on old cams, before we can release builds for them? Possible features: - increased MOV time limit - improved real-time preview...

We've had some discussion on this previously - should we change the build process so ML builds are, by default, obviously not official release builds? Probably some change to GUI...

Similar to #154 - what features are required for new cams before we can release builds? The expected list of cams: 200D 5D4 6D2 750D 77D 7D2 80D Here I...

We can only release for cams in platform/Makefile, ML_CAMS var. The release can be a subset of those cams. Presently, my assumption is we won't release anything for XF605 (untested),...

A high quality video showing support has been extended to new cams, as well as any new features. Possibly this splits nicely into two videos. A lot of people have...