How can I get a realtime screenshot to process? [closed]
I want to use realtime screenshots to get my program recognize what's on screen and act accordingly, say move the mouse or simulate keyboard events. I can definitely use a camera, but for one thing it adds more hardware, and for another thing it's not very clear.
I program with c++ in Visual Studio 2012. Thank you, guys. Any solutions? I may not reply in time.
Where exactly is your problem?
Gettint a screenshot that i can process. without first saving it into a file.
That's not an OpenCV problem as this strongly relies on your Operating System.
look http://stackoverflow.com/questions/99...
look https://github.com/acdx/opencv-screen...
Since this is actually not an OpenCV related problem (though thank you guys for the responses), we will close this down. Like being said, this is not provided by OpenCV itself and is very system specific.