From step to step...
A new version of CHDK for SX110!Optical zoom in video record mode works now.
Please test video bitrate settings.
movie_record_task() in movie_rec.c must call unlock_optical_zoom()
explicitly because SX110 doesn't support this feature officially (as SX10
does). Therefore no call to unlock_optical_zoom() was necessary in
SX10-code (which I've used as template).
BTW, all camera dependent code related to movie record looks very different
to SX10 so movie_rec.c needs some other modifications. I've changed also the code that deals with video bitrate and quality settings (
http://chdk.wikia.com/wiki/SX110IS#Known_bugs). But not tested yet...
That's one of the main problems in this port. SX110 is somehow in beetwen
SX100 and SX10. Some functions have to port like this and other like
that...
Attached is an archive with a new Binary and an other archive with my code (for developers, based on r749).
If video bitrate settings works than I will ask phyrephox to commit a new release to the autobuild server.
Any ideas for "GetBatteryTemperature"?
EDIT: Attachments deleted (final version released on Autobuild already)