A high performance screen capturing library for Windows porting DXcam to C++.
See the documentation for detailed usage.
DXCam-CPP is available on vcpkg.
Pre-built binaries are also available on the Releases page.
The interface of the Python module of DXCam-CPP is designed to be fully compatible with the original DXcam as an alternative.
- CMake
- Visual Studio 2022
- OpenCV
cmake -B ./build --preset release
cmake --build ./build
cmake --install ./build --prefix ./build/install$env:CMAKE_TOOLCHAIN_FILE="$env:VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake"
pip install .