Revision 35924da9d1d8bc4721d82afd77ec05f946f53f23 authored by alex@thinkpad on 25 March 2019, 15:22:56 UTC, committed by alex@thinkpad on 25 March 2019, 15:22:56 UTC
- ignore the underscore from stub names
- free and free_dma_memory should be right after malloc/alloc_dma_memory
- file stubs should be first
- create/delete/open/close/etc should be grouped, usually first
- property functions: logical order is very close to reverse alphabetical order
1 parent dd42296
Raw File
README.md
Magic Lantern
=============

Magic Lantern (ML) is a software enhancement that offers increased
functionality to the excellent Canon DSLR cameras.
  
It's an open framework, licensed under GPL, for developing extensions to the
official firmware.

Magic Lantern is not a *hack*, or a modified firmware, **it is an
independent program that runs alongside Canon's own software**. 
Each time you start your camera, Magic Lantern is loaded from your memory
card. Our only modification was to enable the ability to run software
from the memory card.

ML is being developed by photo and video enthusiasts, adding
functionality such as: HDR images and video, timelapse, motion
detection, focus assist tools, manual audio controls much more.

For more details on Magic Lantern please see [http://www.magiclantern.fm/](http://www.magiclantern.fm/)
back to top