#1
|
|||
|
|||
Video feed from another computer
I am interested in displaying a live video screen capture from another computer that would be networked to a computer running Vizard and rendering the live image to a render node. Is this possible?
|
#2
|
|||
|
|||
Yes, this is technically possible, but would take a little work. Do you want to capture the output of another Vizard script or the entire desktop of another computer? Either way, you would need to downsample and compress the captured image in order to send it over the network in real-time. Then decompress it and load the data into a texture on the other end.
I've never actually done this, but I don't see why it wouldn't work as long as your network can support the bandwidth. |
#3
|
|||
|
|||
I wanted to capture the desktop of another computer. What if I ran the other application on the same computer that I was running Vizard on and hooked up another monitor, thereby eliminating the data compression issue?
|
#4
|
|||
|
|||
This would make it a lot easier. You might still need to reduce the size of the captured image in order to update the texture in real-time.
|
#5
|
|||
|
|||
Any hints on how to do this would be much appreciated. I would think that it's similar to rendering live video from a webcam to a node, however, I don't know what commands to use for the screen capture.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
video help | nasr | Vizard | 2 | 05-26-2009 12:42 PM |
lat long mapped video | Brett Lindberg | Vizard | 3 | 02-25-2009 08:41 PM |
Video Texturing | cheezus69 | Vizard | 2 | 04-14-2008 04:26 AM |
Displaying live video in Vizard? | Deltcho | Vizard | 2 | 01-04-2008 12:05 PM |
How to synchronize play/pause of 2 video streams in stereo | Gilliard | Vizard | 1 | 09-01-2005 09:58 AM |