diff --git a/scripts/measure/on_device_capture.py b/scripts/measure/on_device_capture.py index b6641e3c..93d32b1c 100644 --- a/scripts/measure/on_device_capture.py +++ b/scripts/measure/on_device_capture.py @@ -54,7 +54,7 @@ @hydra.main(version_base=None, config_path="../../configs", config_name="capture") def capture(config): - black_level, ccm, supported_bit_depth = check_capture_config(config) + black_level, ccm, supported_bit_depth = check_capture_config(**config) bayer = config.bayer nbits_capture = config.nbits_capture