cscore: Handle USB camera integer menus (#1561)

The Pi Camera is one of these.  Previously, integers were just being
cast to a string instead of formatted as a string.
This commit is contained in:
Peter Johnson
2019-01-24 22:46:29 -08:00
committed by GitHub
parent 7d19596367
commit 88a09dd13a
2 changed files with 13 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ class UsbCameraProperty : public PropertyImpl {
unsigned id{0}; // implementation-level id
int type{0}; // implementation type, not CS_PropertyKind!
// If the enum property is integer rather than string
bool intMenu{false};
};
} // namespace cs