Ah, I think I might be seeing the problem. It's not 'ScalerCropMaximum' that you want to use, you need to find the maximum allowable crop **for the output size that you've requested**. You will find this as follows:This "default" scaler crop value that gets advertised here is the largest one possible that does *not* give you squished pixels.
Code:
_. _, default_scaler_crop = picam2.camera_controls['ScalerCrop']
Statistics: Posted by therealdavidp — Fri Mar 01, 2024 12:22 pm