Hi reyalp
[/quote]
This sounds like a bug in the port.
Can you use set_zoom without using multicam? Just
chdkptp -c -i
=set_zoom(60)
How much free RAM is there on this port? You can use
=return get_meminfo('system')
to find out.
Can you get a ROMLOG
[/quote]
I have noticed that when I run "=set_zoom(60)" , it works sometime but in two - three attempts, it crashes again. I believe with multiple camera's it will become worse.
I'm attaching RAMLOG and command output here.
Successful command test Output:
C:\chdkptp>chdkptp -c -i
connected: Canon PowerShot A2500 , max packet size 512
con> list
*1:Canon PowerShot A2500 b=bus-0 d=\\.\libusb0-0001--0x04a9-0x3271 v=0x4a9 p=0x3271 s=84B7D031B1B74B2E9DE870DCEA13DB95
con> =return get_meminfo('system')
1:return:table:{start_address=1557528,chdk_start=1421288,free_size=457968,chdk_size=136232,allocated_size=1053000,free_block_count=13,allocated_count=1527,name="system",end_address=3068496,chdk_malloc=true,free_block_max_size=455952,allocated_peak=1054416,total_size=1510968,}
con 1> !sys.sleep(5000)
con 1> rec
con 2> =set_zoom(60)
con 3> =set_aflock(1)
con 4> =set_focus(10)
con 5> shoot
con 6>
Output when Camera crashed:
C:\chdkptp>chdkptp -c -i
connected: Canon PowerShot A2500 , max packet size 512
con> rec
con 1> =set_zoom(60)
ERROR: I/O error
___>
Also I noticed, it fails on below command as well if set zoom worked.
=set_aflock(1)
I will go through the post you recommended today.