mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user