mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[cscore] Fix USB video mode handling on macOS (#7904)
* fix: UsbCameraImpl on macOS * fix: add back logs
This commit is contained in:
@@ -91,6 +91,5 @@ class UsbCameraImpl : public SourceImpl {
|
||||
private:
|
||||
UsbCameraImplObjc* m_objc;
|
||||
std::vector<CameraModeStore> m_platformModes;
|
||||
VideoMode m_mode;
|
||||
};
|
||||
} // namespace cs
|
||||
|
||||
Reference in New Issue
Block a user