eduperez
a1ex
With call("Release") twice.
I am going bang my head if that works for us...
from what i know about the FW, almost everything which needs to take a photo, simulates a shutter button press with something similar to press_button(shutter_btn);... so this should work (like alex described), i'm 99% sure (haven't tested it though)
i guess setting the MLU to ON and then calling shutter btn will rise up the mirror in first call, then in the second call photo will be taken.
it can be implemented in shutter_release();
we can check if settings.mlu==1 then set the MLU to ON and call eventproc_release() (which actually calls button_press(shutter)), then wait for 2 seconds (for example) for the camera to rest, then call the release() again...
Edu:
we should meet on chat to discuss what should i merge to the trunk ?
about the MLU was just a suggestion. we can discuss it on the chat... im sure there are better ways to do it.
btw i've put an option in the settings menu to enable the IR Remote Control in any drive mode of the camera (actually always enabled).
i guess this will be well accepted to the trunk (it's a short modification).
p.s. i've been busy lately, and ill be busy for next few months, so my work on the project will slow down.
but i have to say that i haven't lost my interest in this project, so i wont leave it any soon (at least until i have that camera). even with small additions, i hope it will be still of benefit to all.