Dominique Galland

Results 16 comments of Dominique Galland

Hi, I also have discussion #795 on the AGC/AGE algorithm Yes we should be able to rely on AeLocked to know when it converged. Other problem it seems that convergence...

Yes it probably works for Picamera2 methods but not for Request methods which ask for a fileName. Something like this: while ..... request = picam2.capture_request() array = request.make_array("raw") or "main"...

Yes, this should work for a JPG or PNG but not for a DNG ?

Yes but PIDNG is already able to return the buffer if filename=="" But this possibility disappears in the Helper. This is just a comment because there are workarounds like using...

Hi David, Yes but we would also have to change the Request method def save_dng(self, filename, name="raw"): and also the Helpers ? def save_dng(self, buffer, metadata, config, filename): The most...

Yes that looks correct to me, thank you !