From 611242b259b0450755e7d8cddba0c8026fc20c7f Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Tue, 11 Jun 2024 09:41:00 +0200 Subject: libtuning: Reactivate macbeth locator Add the missing pieces and store the result inside the image object. This solution is not very nice, and should be refactored soon. For that we need a concept to collect temperature and/or image specific results in a central place. For now it serves the purpose. Signed-off-by: Stefan Klug Reviewed-by: Paul Elder --- utils/tuning/libtuning/image.py | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/tuning/libtuning/image.py') diff --git a/utils/tuning/libtuning/image.py b/utils/tuning/libtuning/image.py index 2c4d774f..c8911a0f 100644 --- a/utils/tuning/libtuning/image.py +++ b/utils/tuning/libtuning/image.py @@ -24,6 +24,7 @@ class Image: self.lsc_only = False self.color = -1 self.lux = -1 + self.macbeth = None try: self._load_metadata_exif() -- cgit v1.2.1