python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why the ID3D11DeviceContext::map() function didn't work and return E_INVALIDAGR (one or more argument are invalid)
When I want to use DXGI Duplication API to take screenshots, the deviceContext->map() always failed. It returns E_INVALIDAGR (one or more arguments are invalid). However, I don't think there are an...
ton197
Votes: 0
Answers: 1
Android Media Projection Screen Capture Works Differently On Real Device
When I Run The Code Below, Continuous Screen Recording Is Working In The Virtual Device And Capturing The Pictures.
However, when the code is run on the real device, they are all the same, except for ...
İpek Yener
Votes: 0
Answers: 0
Capturing a specific window using C++ returns old data
I'm currently working on a project that requires to take a screenshot a specific window.
That's what I got so far:
Main function
int main() {
LPCSTR windowname = "Calculator";
H...
suljic
Votes: 0
Answers: 1
C# Console Application Screen Capture a rectangle around the mouse
I am trying to screen capture a rectangle based on the X,Y position of the mouse. I have a couple of issues with my code:
1.)I want the mouse cursor to be at the center of the rectangle(I don't need ...
Weston Goodwin
Votes: 0
Answers: 1