Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions camset/camset.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def read_capabilites(self):
continue
elif line == "Camera Controls":
continue
elif line == "Image Processing Controls":
continue
elif "0x" in line:
setting = line.split('0x', 1)[0].strip()
label_text = str.replace(setting, '_', ' ').title()
Expand Down