Here's a test build for
s95 100h with live view functions implemented, based on report by
@ToyJammer in
https://chdk.setepontos.com/d/6231/1079
I updated a bunch of stuff based on sig finder values and ports of the same generation, so a few things would be good to check in addition to basic live view:
1) Live view in different modes, like movie, stitch, different aspect ratios.
edit: build removed
2) check which LEDs set_led() sets, for values 0-3. I didn't actually change this, but it's not documented and needed for the next item. In chdkptp, try
=set_led(0,1) -- turn on led 0
=set_led(0,0) -- turn off led 0
=set_led(1,1)
... and and so on, up to set_led(3,...)
3) MD_Tune.bas
https://chdk.fandom.com/wiki/Testing#MD_tune.bas - If LED 2 above is not the AF lamp, I'll need to make another build.
4) chdkptp camtests
From the command prompt in the chdkptp directory
chdkptp -e"exec require'camtests'.runbatch{bench=true,shoot=true,filexfer=true,xfersizebugs=true}"