Magic Lantern Forum

Developing Magic Lantern => General Development => Topic started by: kamranjon on February 08, 2019, 08:17:09 AM

Title: Full Res Silent Pictures with Motion Detection.
Post by: kamranjon on February 08, 2019, 08:17:09 AM
Silent Pictures don't seem to work properly with motion detection, though the docs seem to suggest it does. It's likely I'm doing something wrong, but I think it may be related to the LiveView being essentially paused until a long half-shutter press occurs. I think the motion detect module uses the LiveView to compare frames so it does take a single photo and then just stops after that. Any help appreciated, looking at the code now in silent.c and wondering if it is line 1162, in silent_pic_take_fullres() where PauseLiveView(); is called? Any help appreciated. Thanks.
Title: Re: Full Res Silent Pictures with Motion Detection.
Post by: kamranjon on February 08, 2019, 08:36:26 AM
Just verifying this appears to be an issue specifically in Full Res mode for Silent Pictures - simple mode doesn't seem to disable live-view after taking a pic.