Questions tagged [screen-capture]

Screen capturing is the act of copying the content of the screen to an image or other data structure, either to a file or memory.

Screen capturing is the act of copying the content of the screen to an image or other data structure, either to a file or memory.

802 questions
-2
votes
1 answer

Capture words that mouse selects by cpp

Now I have a requirement,The platform is windows, I need to capture the text that mouse selects by c++ ,When then mouse selects some words, I can get them real time, the same function like this product . I think it's a mouse event, but I haven't…
OverDrive
  • 27
  • 5
-2
votes
1 answer

Does anything else like Unity Everyplay exist?

I'm looking for something like Everyplay that has an SDK for custom engines on Android. Does anything like that exist? Thanks!
veta
  • 716
  • 9
  • 22
-2
votes
1 answer

SnagIt image capture - when capturing image becomes bigger than area to capture - annoying

When trying to capture a region on a screen with Snagit - suddenly the area becones magnified and bigger than real size. Result - not capable of capturing the whole visible region because of this magnifier. What can I change in the options to get…
-2
votes
2 answers

From which Android version provided Screen Capture?

we want to let users to capture screen shot on our app , but thinking that some older version like 2.3 devices don't have Screen Capture function by default . So Screen Capture was provided since which version ? so that we can tell users about this…
-2
votes
2 answers

User desktop screen recording in asp.net

how to recored user desktop video in c# asp.net application, what type of library sdk or nay command line tools required, can we recored user screen in FFmpeg.
Akash Langhani
  • 167
  • 1
  • 10
-3
votes
1 answer

C# .net screencapture from hidden site.

A graph is being generated in a webpage. I am trying to do a screen capture with C# code. I tried the code below. It worked a few times and now I get "index was out of range. must be non-negative and less than the size of the collection" error. Any…
-4
votes
1 answer

How would I grab image data from display output of amd gpus?

I am attempting to create a personal PC streaming application on Windows. I was wondering how I could grab data from an AMD GPUs display output in C++ 11 (somewhat like OBS)? I attempted this in java with Robot.createScreenCapture method but was…
1 2 3
53
54