LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Video Streaming with wireless transmission in LabVIEW

 Hi.

Now I made a wireless transmission system using FlexRIO,

and I would like to apply and stream local video file in this system.

But I am having a hard time using several examples like UDP, Queue, ... 

Is there any example that I can use it?

Plz help me...

I am using FlexRIOs in windows 7 LabVIEW(2015 SP1 version)

0 Kudos
Message 1 of 5
(2,840 Views)

Help  >>  Find Examples ...

0 Kudos
Message 2 of 5
(2,825 Views)

Is there any video streaming example in 'Find examples' ? 

I couldn't find any...

0 Kudos
Message 3 of 5
(2,819 Views)

Perhaps if you have the Vision module.  I don't know because I don't have that.

 

But I do know it has queue and UDP examples.

0 Kudos
Message 4 of 5
(2,812 Views)

Is there a Camera involved here, or are you only talking about having an AVI file on one machine (presumably the FlexRIO) and displaying its contents on the other (presumably a PC)?  If so, there are two ways to do this that occur to me.  The Simple Way is to transmit the AVI file from Machine A to Machine B, then use an AVI Viewer on Machine B to view it.  The more complicated way is to open the AVI file on Machine A, start extracting Frames from it, transmit the contents of the Frames to Machine B, reassemble them into Images, and display them on a LabVIEW Front Panel.

 

Bob Schor

0 Kudos
Message 5 of 5
(2,772 Views)