What else do you all think should be on the roadmap?
--
Trammell
The only problem, which you had noted as well, that I see with doing a
software intervalometer is how to ensure that we don't drain the battery
to zero. Right now ML turns off all of the power saving features,
so it would quickly run things down.
There is another bug that shows up if LiveView is turned off.
Sometimes the camera won't come back on after a while and requires
a full reboot. It seems that no powersave + no liveview equals
problems.
> [...]
> I am sure that this could also be realized when scripting is possible,
> but it might also make a good feature of its own.
I'm working on importing Lua now. Pymite is neat in that it is Python,
but the limitations of which bytecodes are supported and the requirement
of a separate compilation step unfortunately make it too cumbersome.
I just wish Perl were easier to cross compile and had few dependencies!
--
Trammell