real time tracking of a window with a video stream [closed]

asked 2013-06-19 08:11:27 -0600

Rikco gravatar image

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

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by SR
close date 2013-06-19 10:38:31.689676

Comments

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

Prasanna gravatar imagePrasanna ( 2013-06-19 09:53:12 -0600 )edit