...Event Procedures...
(wikipedia).. its odor is best described as pig-sh*t, turpentine and onions, garnished with a gym sock
I wanted to see what factory mode looked like.
*EDIT: did you check the SD card ? maybe there are some log files, like DC97/MISC/CANON/FACTORY/RSTFNO
Alas, let's wait till ewavr bricks his
It is possiible to use pointers in Lua to call event procedures?For example, EF.StartInternalPreFlash() requires pointer to structure as argument.
Use AllocateMemory and peek/poke.
call_event_proc("Capture.Create")call_event_proc("EF.StartEFCharge")while call_event_proc("EF.IsChargeFull")==0 do sleep(10) endcall_event_proc("EF.StopEFCharge") call_event_proc("EF.StartInternalPreFlash", 1,10,0)call_event_proc("EF.StartInternalPreFlash", 1,20,0)call_event_proc("EF.StartInternalPreFlash", 1,30,0)
Thanks.I don't understand why, but EF.StartInternalFlash works without any pointers, for example call_event_proc("EF.StartInternalPreFlash", 1,10,0) .
FWIW, this function is registered with what the IDA sigs call RegisterEventProcedure_im1
Started by kostadagreat Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by flarn2006 LUA Scripting
Started by outslider Script Writing
Started by HrClausen Completed and Working Scripts
Started by pigeonhill Script Writing