real time tracking of a window with a video stream [closed]
Hello,
I would like to analyze a video-stream in real time which runs in a separate window on my desktop / screen.
I could not find any information how to do that, is it even possible?
Thanks, Rikco
Hey there, My Guess would be to call system's Screen handler which keeps refreshing about 60 times a second(in case of linux its 'X' - no seriously, its called 'X'. Can gain control by tapping into its API - try looking abt X and xrandr if you are interested). But system calls are generally slow. Everyone in this forum will be happy(i guess) if you atleast show some level of involvement by putting some code snippet or some information regarding what you tried for this. I think you are getting what I am trying to say, dont you? Regards, Prasanna