AiAF Mode (1=Flexizone, 2=FaceAIAF or Tracking AF)
--[[@title Change AiAF Mode--]]sleep(500)af = get_prop(8)if af ~= 1 then set_prop(8,1) endpress("shoot_half") --alway crash hererepeat sleep(50) until get_shooting() == true
System Panic: Module = 64, Panic = 4Occured Time 2014:06:01 20:13:17StackDump(0x317238 - 0x3172B8):0x003172380x003172A40x003172980x003173500x0031734C0x003173480x003173440x003FC9040x000000000x000000000xFFFFFF000x003FC6140x000000000xFF8CE9D00x000000050x000000000x000000000xFF95F0FC0x000000000x000000000x000000000xFF8CF8080x003173440x003172980x01B004800x0002000C0x000004A80x000000000x000000000x006400000x0064FFEE0x00640012
Code: [Select]System Panic: Module = 64, Panic = 4
System Panic: Module = 64, Panic = 4
--[[@title Flash off--]]sleep(500)af = get_prop(143)if af ~= 2 then set_prop(143,2) endpress("shoot_half") repeat sleep(50) until get_shooting() == true
--[[@title shoot_half only--]]press("shoot_half")repeat sleep(50) until get_shooting() == true
call_event_proc("SS.Create") -- this is only needed once per sessioncall_event_proc("PT_SetPropertyCaseInt",8,1,4) -- 8=propcase, 1=value, 4=value size in bytes
I borrow another A810, insert same sdcard, run script and it's working FINE Is that my camera error? Do you have any suggest about this? Should I return my camera?
repeat checkAF = get_prop(8) if checkAF ~= 1 then click("menu") sleep(100) click("down") sleep(100) click("left") sleep(100) click("menu") sleep(100) enduntil checkAF == 1
Started by barberofcivil Feature Requests
Started by mattkime Script Writing
Started by martinl « 1 2 » Script Writing
Started by Andre-K General Discussion and Assistance
Started by craigar General Help and Assistance on using CHDK stable releases