Software Defined Radio

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I transmit a video using the USRP and Labview?

Hello everybody,

I'm new using USRP and Labview and I  want to send a video from one USRP to another USRP can someone give me an example on how to read this video on Labview im using LV2011.

Thanks

Paulo Steven

University Student

Comments
sshearman
Member
Member
on

Hi Paulo,

Transmitting video from one USRP to another is possible, but we don't right now have an example showing how to do it.

One approach to doing so would be to partition the problem up into sections that can be addressed somewhat independently. For instance, you know that the video stream boils down to a stream of bits, with this in mind, you might start from the packet-based link demo (https://decibel.ni.com/content/docs/DOC-18801) modifying the message source (on the transmit side) from what it is currently to a stream of bits representing video. You would also modify the receiver side code so that the incoming stream of bits would be handled as video.

The essential task is to convert a video stream to/from bits.

I hope that this helps.

--Sam

Sam Shearman
josephkirmani
Member
Member
on

I think you are looking for this. Hope it will help.

https://decibel.ni.com/content/docs/DOC-22728

Contributors