10-26-2013 12:28 AM
Hello!
I'm working with network streams and I succesfully achieved transmition of joystick data from an executabe (in a non-labview computer) to my program. I thought it would be fun to transmit video from my program to the host computer (the non-labview), but I'm not getting good results at all. If somebody can give me a hint I would appreciate it!
Thanks!!!
10-28-2013 01:55 PM
Hey there;
The easiest way I could think of is to create a VI in LabVIEW to acquire video and then use a remote front panel to display it over the same Network.
I would suggest you use the Grab and Select Mode.vi example available in Help>>Find Examples.
After thatt you can create a remote front panel using the instructions found here (without the attachment part) ...
Good luck