Hello,<br><br>I have to replace the background (made of one single color) of an application (which I cannot modify) by the video from an other PC.<br>I can acquire the video from the other PC with a frame grabber card (UFG-03 from Unigraf),
<br>but I'm not able to change the background of the application by hardware overlay because this card doesn't do it...<br><br>I'd like to know if there's a way to access the frame Buffer of X11 to change the background of the application or to set the black color of this application transparent...
<br>The video from the other PC isn't static... so i have to make a loop like:<br>- grab a frame from the PC video <br>- replace the color background with the frame<br><br>maybe there is a way to do a kind of software overlay ??
<br><br>An other idea I had is to launch the application I cannot modify somewhere i won't see it, capture  the display of this application and merge it with the frame from the PC, then I do the  final display in my application
<br><br>or maybe i have to do it an other way but i have no more idea...<br><br><br>thanks for your help,<br><br><br>Franck<br>