Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

transmit .avi over wireless link

I am working on a communications project using NI RFSG and RFSA. I can transmit bits over the link. Now I want to transmit a video file . I am new to NI Vision. So i want to know that is there any example or code that converts one video file on the hard disk  into a bitstream and then converts the bitstream back into the video file written on the hard drive.

 

 

0 Kudos
Message 1 of 2
(2,716 Views)

Hi sabe,

 

I could not find any examples that do exactly what you are looking for but the ones below should be a great starting point. All you need to do is read each frame from the AVI file, convert it to binary, send the data, convert each chunk of the binary stream, and then save it all back to one AVI file.

 

IMAQdx Record Video to Binary and Convert to AVI
https://decibel.ni.com/content/docs/DOC-21688


Save 16-bit image to AVI
https://decibel.ni.com/content/docs/DOC-4672

 

Tim O

Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,705 Views)