[0/2] Raspberry Pi Camera Tuning Tool fixes
mbox series

Message ID 20250428103604.151551-1-david.plowman@raspberrypi.com
Headers show
Series
  • Raspberry Pi Camera Tuning Tool fixes
Related show

Message

David Plowman April 28, 2025, 10:36 a.m. UTC
Hi

These patches fix some problems with the Raspberry Pi tuning tool, where
some of the tables (LSC and CAC tables) could get Nans appearing.

Nothing too remarkable here (except that dividing an image into 32x32
cells is surprisingly easy to get wrong!), but hopefully the patches
are self-explanatory enough.

Thanks!
David


David Plowman (2):
  utils: raspberrypi: ctt: Fix NaNs in lens shading tables
  utils: raspberrypi: ctt: Fix NaNs in chromatic aberration tables

 utils/raspberrypi/ctt/ctt.py      |  9 ++++++---
 utils/raspberrypi/ctt/ctt_alsc.py |  7 ++++---
 utils/raspberrypi/ctt/ctt_cac.py  | 32 ++++++++++++++++++++++++++-----
 3 files changed, 37 insertions(+), 11 deletions(-)