Skip to content

Commit

Permalink
Update config check.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Nov 30, 2023
1 parent 4503a65 commit ffe9b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/measure/on_device_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffe9b36

Please sign in to comment.