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

contrib was never a great name, it doesn't tell you anything about what it should do. Most things in there vaguely fit under "tools". Rename to that, and split out...

In raw.c we have: ``` 228 #ifdef CONFIG_DIGIC_V 229 #define RAW_TYPE_REGISTER 0xC0F37014 230 #define PREFERRED_RAW_TYPE 0x10 /* CCD; also valid for DIGIC 6 */ 231 #else 232 #define RAW_TYPE_REGISTER 0xC0F08114...

This is a useful summary of "how to dev safely" and should be added to the guide: https://www.magiclantern.fm/forum/index.php?topic=3624.0

Hello, # Issue The lua function lens.focus(), when called with continuous autofocus enabled will trigger a lua error that cannot be properly handled. A lua error draw the console and...

CreateResLockEntry() returns LockEntry *. modules/edmac/edmac.c can do this in a loop due to find_free_edmac_channels(), and never frees it. LockEntry has pResources that is also allocated inside CreateResLockEntry(), of variable size...

Due to using mlv_set_type(), dual-iso module requires either one of mlv_lite or mlv_rec to be loaded. If only one module provided the symbol, it would auto-load. For that part, see...

# Changes - Added lua binding for the function `is_continuous_af()` # Why This changes is useful to properly handle errors with the `lens.focus()` call. It avoids triggering an error and...

- lower "_Temperature_" UI info priority, so it may disappear when "_Free space_" took too much space - add methods to get the cumulated size (GB) of the files in...

Digic 5 is known to have fast (hw accel?) operations on buffers. These ops include subtraction: https://www.magiclantern.fm/forum/index.php?topic=13408.0 We could subtract raw video frames from a keyframe (every x-th? The prior?)...

Hello How are you? I want to remove some unnecessary language options for Canon camera menu? Can you provide a firmware which supports ONLY English, Japanese and Chinese? Thanks