Memory corruption during remote capture?
If remote capture used (resolution=L, or resolution=M1 and Quality=Superfine), image is saved to PC without errors, but camera crashes when camera backs to play mode. It is possible to capture a sequence of images without errors, camera crashes just when backs to play mode.
If low resolution used, camera does not crash.
This is the sequence of commands to generate the crash:
con> =return get_meminfo()
1:return:table:{chdk_start=63222700,free_size=1235688,chdk_size=148560,allocated_size=1538248,free_block_count=14,name="combined",allocated_count=1493,chdk_malloc=true,free_block_max_size=748896,allocated_peak=1563520,total_size=2774048,}
con 1> rec
con 2> =set_prop(require('propcase').QUALITY, 0)
con 3> =set_prop(require('propcase').RESOLUTION, 0)
con 4> rs -jpg /tmp
con 7> =return get_meminfo()
8:return:table:{chdk_start=63222700,free_size=1238368,chdk_size=148560,allocated_size=1535568,free_block_count=15,name="combined",allocated_count=1512,chdk_malloc=true,free_block_max_size=748680,allocated_peak=1587536,total_size=2774048,}
con 8> play
If normal shoot command used, it is possible to back to play mode without problem.