https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0c9726652bed01911f09b6b67b02ea1ef276c566 authored by danne on 16 June 2019, 11:13:42 UTC
crop_rec.c:(5DIII reducing fps when lv_dispsize != 1. Works really fast now without freezes)
Tip revision: 0c97266
README.rst
Lua scripting
=============

Module for running Lua scripts on the camera.

The scripting engine looks for scripts (\*.LUA) in ML/SCRIPTS.
Any scripts found get "loaded" at startup by the scripting engine simply running them.
Therefore the main body of the script should simply *define* the script's menu and behavior,
not actually *execute* anything.

The scripting engine will maintain your script's global state from run to run,
so any global variables you declare will persist until the camera is turned off.

API documentation: http://davidmilligan.github.io/ml-lua/

:Authors: dmilligan
:License: GPL
:Summary: Lua scripting
:Forum: http://www.magiclantern.fm/forum/index.php?topic=14828.0
back to top