mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
UsbCamera: Allow silencing of Connecting message (#1231)
This commit is contained in:
@@ -143,6 +143,7 @@ class UsbCameraImpl : public SourceImpl {
|
||||
bool m_modeSetPixelFormat{false};
|
||||
bool m_modeSetResolution{false};
|
||||
bool m_modeSetFPS{false};
|
||||
int m_connectVerbose{1};
|
||||
#ifdef __linux__
|
||||
unsigned m_capabilities = 0;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user