WGC-Capture-with-OpenCV is Free/Libre.
WGC-Capture-with-OpenCV 是 自由的。
- Capture a window or a monitor using WGC;
- Write captured frames into a cv::Mat for farther process.
- Packaged into a DLL so you don't need to care about anything of WGC or C++/WinRT.
- OpenCV 4.10.0
- Setup OpenCV 4.10.0.
- Add
/include
into Additional Include Directories. - Add
/lib
into Additional Library Directories. - Add
wgc-capture.lib
(Release) orwgc-capture-d.lib
(Debug) into Additional Dependencies. - Include
ohms/WGC.h
at anywhere needed. - Remember to copy necessary DLL files in
/bin
. - Examples are available.