QuoteI did not get any crashes doing this on my G12 with the new suba code.Meaning 500 images deleted without problems?
I did not get any crashes doing this on my G12 with the new suba code.
SX150IS- 500 images on the card, no output from mc:delete_images_list, chdkptp appears to hang.
!imglist=mc:imglist()
!return mc:delete_images_list(imglist,{verbose=true})
150 images just returns to the chdkptp command prompt, no images deleted.
!return mc:cmdwait('tick')
Hi, I have a question - this latest patch would be applicable to many different camera models, perhaps even most of them - is that right? I remember reading on here that all these multicam setups start off nicely with 2 cameras, then at about 10 cameras they mostly work ok, and then when you have lots of cameras, they can cause quite a lot of headaches - could this semaphore fix perhaps mean that, by avoiding random crashes, multicam setups become nicely scaleable from 2 to X cameras? If so, then that's a really big change,thanks,Andrew
if it fails a DebugAssert will be thrown.
Since the exact models are not known (and things can change in future)
Quote from: philmoz on 08 / October / 2017, 06:28:58if it fails a DebugAssert will be thrown.There is a slight issue with the firmware's DebugAssert function.The prototype currently used in platform/generic/wrappers.c does not cover the earliest and newest cameras.Their DebugAssert has 3 arguments, so the correct prototype would be something likeextern void _DebugAssert(char *comment, char *src_file, int line);Affected cameras are:- Ixus30/40- cams with DryOS r52 and higher (but I could be wrong)Since the exact models are not known (and things can change in future), I think using the sigfinder for detecting the correct argument count would make the most sense. I'm not sure what the sigfinder should output, though.
Started by superfly Feature Requests
Started by artanim Creative Uses of CHDK
Started by indian22 « 1 2 3 4 5 » General Discussion and Assistance
Started by ghust10 RAW Shooting and Processing
Started by amavroidis « 1 2 ... 5 6 » General Discussion and Assistance