[cscore] Fix USB video mode handling on macOS (#7904)

* fix: UsbCameraImpl on macOS

* fix: add back logs
This commit is contained in:
Yuhao
2025-04-22 00:27:42 +08:00
committed by GitHub
parent 07192285f6
commit 26e299115f
2 changed files with 16 additions and 12 deletions

View File

@@ -91,6 +91,5 @@ class UsbCameraImpl : public SourceImpl {
private:
UsbCameraImplObjc* m_objc;
std::vector<CameraModeStore> m_platformModes;
VideoMode m_mode;
};
} // namespace cs