Can someone please create a special version of adtg module [...] ?
Added a Jenkins account, so you should now be able to create custom ML builds directly from your browser, using any bitbucket repository. I almost never get adtg_gui changes to work from the first try, so you may want to fiddle with the code a bit.
My personal interest is in FULLRES_LV. I remember a1ex stating 5D3 could do silent pictures with 1/8000 or faster ?
Almost there:
this can reach shutter speeds as fast as 1/15000, with a rolling shutter of 128ms on 5D3
I've also got a half-working PoC for combining LiveView frames in real-time (based on the Eeko code, so DIGIC 5 only). That could be interesting for long exposures in daylight (effectively a software ND filter), and maybe also for advanced bracketing sequences with minimal delays between frames (maybe even
zero delay in some cases). Planning to try it on a 700D later this summer, but unable to promise anything.
I hope with the reduced list it will become easier for us to test and the "lockups" will be less.
Lock-ups are very likely caused by DIGIC (ENGIO) registers - there are a lot of these and the overhead of adtg_gui is noticeable. Removing things from the known list may help a bit, but I'd rather try to disable uninteresting registers as early as possible (before they get into the AVL tree). The menu selection doesn't do that - it currently filters only what gets displayed, but all the registers are processed in background.
Another trick: if all the registers are written by engio_write, comment out EngDrvOut. Or the other way.