ladiko
What result does enabling CD_PLUS_SUPPORT=cairo have?
Better quality rendering of the live view, at the cost of lower frame rate. (edit: to be more specific, the resizing to correct aspect ratio in the GUI is smoother)
Note that the compile option only makes it available, to actually enable it you need to have set gui_context_plus=true in your .chdkptpguirc file
What happens if i enable IUP_SUPPORT, but leave CD_SUPPORT disabled?
Live view won't be available. Other things may also be broken, I haven't tested this combination recently.
Taking 6 pictures takes 22 seconds, doesnt matter if i use shoot or remoteshoot or if i use 16 or only 2 megapixel. is there any way to speed it up?
Maybe, depends what your requirements are. If you want to shoot a series of shots with the same exposure (or some exposure you know in advance) then yes, it should is possible. You can use the rs -cont option to do this (if your camera can handle remote shoot in continuous mode, some are buggy), or the rsint command, or write a camera side script that repeatedly clicks the shoot_full_only button.
Some camera settings also affect shooting speed, this has been discussed earlier in the thread. See
https://chdk.setepontos.com/d/6231/321
In no case will it be significantly faster than the Canon continuous mode spec for that camera.
are scripts faster? or is it possible to enable something like serial exposure?
I don't know what you mean by "serial exposure".
Is it possible to set all options via chdkptp - switching the flash on and off well as switching "File Numbering" from "Auto Reset" to "Continuous" ?
You can manipulate the Canon menus using simulated key presses, either by sending click("keyname") or using the GUI buttons. Otherwise, everything available in
http://chdk.wikia.com/wiki/CHDK_Scripting_Cross_Reference_Page is available by sending lua code.