Custom test build from branch LUA scripting (ffcf212) for 550D:
Compiled with Codio:
1.
hg clone -r ffcf212 https://bitbucket.org/hudson/magic-lantern
2. "Makefile.modules.default" changes in folder modules:
MODULE_CFLAGS += -I../../src/
ML_MODULES_STATIC ?=
ML_MODULES_DYNAMIC ?= file_man pic_view ettr silent deflick mlv_play mlv_rec mlv_snd lua
3.
cd magic-lantern/platform/550D.109
4.
make clean && make zip
Additional changes after compiling and downloading the zip:
- all files deleted in scripts folder
- added "forced_delay.lua" script file in the scripts folder (thanks dmilligan!):
menu =
{
parent = "Intervalometer",
name = "Force Delay",
help = "Add an extra delay to each interval",
min = 0,
max = 300,
unit = UNIT.TIME,
}
events =
{
intervalometer = function() msleep(menu.value * 1000) return true end
}
- custom cropmarks: hd.bmp + cinema.bmp
- copied "dual_iso.mo" from latest nightly build (because gcc 32bit isn't working on Codio cloud service and it couldn't be compiled, it's a 64bit system)
- so modules folder: adv_int.mo, deflick.mo, dual_iso.mo, ettr.mo, file_man.mo, lua.mo, mlv_play.mo, mlv_rec.mo, mlv_snd.mo, pic_view.mo, silent.mo
!!!Read the OP here!!!// Outdated build removed. Audionut.