bit depth via config file

This commit is contained in:
2021-12-16 12:05:21 +01:00
parent 146046ff74
commit 485145ae03
4 changed files with 11 additions and 12 deletions
+1
View File
@@ -197,6 +197,7 @@ BufferUtils::DetectorConfig BufferUtils::read_json_config(
config_parameters["detector_name"].GetString(),
config_parameters["detector_type"].GetString(),
config_parameters["n_modules"].GetInt(),
config_parameters["bit_depth"].GetInt(),
config_parameters["image_height"].GetInt(),
config_parameters["image_width"].GetInt(),
config_parameters["start_udp_port"].GetInt(),