Skip to content

Commit b3ba92c

Browse files
author
aseelegbaria
committedJun 13, 2021
skip setting advanced mode for L500
1 parent 6c992f7 commit b3ba92c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎wrappers/python/examples/box_dimensioner_multicam/realsense_device_manager.py

+2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ def load_settings_json(self, path_to_settings_file):
209209
json_text = file.read().strip()
210210

211211
for (device_serial, device) in self._enabled_devices.items():
212+
if device.product_line == "L500":
213+
continue
212214
# Get the active profile and load the json file which contains settings readable by the realsense
213215
device = device.pipeline_profile.get_device()
214216
advanced_mode = rs.rs400_advanced_mode(device)

0 commit comments

Comments
 (0)
Please sign in to comment.