We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hr = dxgiOutput1->DuplicateOutput(d3d11_device_.Get(), dxgi_output_duplication_.GetAddressOf());
std::cout<<(int)hr<<std::endl; if (FAILED(hr)) { /* 0x887a0004: NVIDIA控制面板-->全局设置--首选图形处理器(自动选择) */ printf("[DXGIScreenCapture] Failed to get duplicate output.\n"); Destroy(); return false; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hr = dxgiOutput1->DuplicateOutput(d3d11_device_.Get(), dxgi_output_duplication_.GetAddressOf());
The text was updated successfully, but these errors were encountered: