PDA

View Full Version : Displaying screen content in other devices


Tuork
03-25-08, 12:42 PM
Hello all. I'm working on a Uni research project involving projecting applications on a multi-projector cluster setup.

I was wondering if there is any way to capture the content that is going to the screen, and sending it to other computers via network.

I don't even know if this is possible, but what I was thinking was, if I can somehow capture the feed going to the screen, I could then send the corresponding parts of the image to the cluster node in charge of that part of the display matrix.

Does this make any sense?

The ultimate goal is to be able to run any application on a multi-projector setup.

If anyone knows anything about capturing Xwindows content, I would greatly appreciate it.

Tuork
03-31-08, 11:43 AM
UPDATE:
If any one is interested in this topic, it turns out X server already comes with this built in.. sorta.
It's called Xdmx. Just google it and you'll find plenty of tutorials.