Magic Lantern Forum

Developing Magic Lantern => Scripting Corner => Scripting API suggestions => Topic started by: winzibumpfi on June 25, 2017, 06:51:53 PM

Title: Adjust Motion Detect with LUA
Post by: winzibumpfi on June 25, 2017, 06:51:53 PM
Hi guys,

is there a way to adjust some functionality of the motion detect module? Does Motion Detect offer events or functions that I could call?
Or can I change settings of Motion Detect via LUA?

thanks!
Title: Re: Adjust Motion Detect with LUA
Post by: a1ex on November 05, 2017, 07:47:29 PM
You can change any settings from ML menu (https://builds.magiclantern.fm/lua_api/modules/menu.html), but that's pretty much it for now.

An event would be a good idea though - moving to API requests.