[cscore] Provide USB Camera VID and PID in Windows (#2585)

This commit is contained in:
Thad House
2020-07-10 13:16:14 -07:00
committed by GitHub
parent 5c8d7b2423
commit fe6bfb1ba2
2 changed files with 29 additions and 4 deletions

View File

@@ -118,9 +118,6 @@ class UsbCameraImpl : public SourceImpl,
bool CacheProperties(CS_Status* status) const override;
private:
// The camera processing thread
void CameraThreadMain();
LRESULT PumpMain(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam);
bool CheckDeviceChange(WPARAM wParam, DEV_BROADCAST_HDR* pHdr,