Trying to capture display output for real-time analysis with OpenCV; I need help with interfacing with the OS for input
Hi, I want to apply operations from the OpenCV computer vision library, in real time, to video captured from my computer display. The idea in this particular case is to detect interesting features during gameplay in a popular game and provide the user with an enhanced experience; but I could think of several other scenarios where one wo...