Kaydet (Commit) d9fd1276 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

add default depth list

üst 9ca78748
......@@ -169,7 +169,7 @@ class VideoDevice:
queryMonitor(self)
depthlist = self.probe_result["depths"].split(",")
depthlist = self.probe_result.get("depths", "16,24").split(",")
self.depth = depthlist[0]
#flags = self.probe_result["flags"].split(",")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment