cpixip

Results 13 comments of cpixip

Setting a single ccm in the tuning file was also my workaround. I also disabled the ALSC, which is not necessary if you use a decent lens. Just screws things...

A short test program which shows the issue is the following code: ``` import os import picamera2 as pc2 import time useNewConfig = True class PicameraTest: def __init__(self): self.picamera2 =...

That bug is still there today, after upgrading the RP3 to the latest version of Bookworm, that is, with picamera2 version 0.3.14. With `useNewConfig = True` I get the following...