- Okay, I asked my other half to do an over-the-phone test of the modified CHDK, from your live-view trunk, reyalp.
Ain't I a resourceful lad ? 🤣
Anyway, the A430 responded nicely when asking for the UI overlay feed. But as soon as we ask for the viewfinder feed, the beast crashes.
Here is a screenshot of the live streamed UI :

The operations leading to this were :
- Hit the 'Connect button
- " " 'rec' button
- "Live" tab -> Arbitrarily set "Target FPS" to 3.
- "Debug" tab ->Checking "Dump to file"
- Checking "UI Overlay" checkbox.
- Waiting a bit, watching the seconds pass by on the UI capture.
- Checking "Viewfinder" ... Mayday, device down.
Of course, dumping the stream didn't brough any light upon the issue, but ChdpPtp's console textbox gave some (presumably) meaningful info :
bm_max_width:360
bm_max_height:240
bm_buffer_width:360
lcd_ascpect_ratio:0
update_vidinfo: changed
vp_xoffset:nil->0
vp_yoffset:nil->0
vp_width:nil->720
vp_height:nil->240
vp_buffer_start:nil->0
vp_buffer_size:nil->0
bm_buffer_start:nil->44
bm_buffer_size:nil->86400
palette_type:nil->1
palette_buffer_start:nil->86444
palette_buffer_size:nil->64
palette:
0x00, 0x00, 0x00, 0x00, 0xff, 0xe0, 0x00, 0x00, 0xff, 0x3c, 0xde, 0x4a, 0xff, 0xb9, 0x00, 0x00,
0x7f, 0x00, 0x00, 0x00, 0xff, 0x6e, 0xa1, 0xa2, 0xff, 0xb2, 0x8c, 0x1f, 0xff, 0x5f, 0x00, 0x00,
0xff, 0x9a, 0xa9, 0x50, 0xff, 0x8a, 0x50, 0xb0, 0xff, 0x4b, 0x3d, 0xd4, 0xff, 0x23, 0x1b, 0xe2,
0x7f, 0x00, 0x7b, 0xe2, 0xff, 0x30, 0x00, 0x00, 0xff, 0x69, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00,
recording to chdk_30f8_20120228_132726.lvdump
I suppose all those variable followed by a "nil->xxx" means the value was missing and replace
d by default constants, right ?