Bay Area LabVIEW User Group

cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert a video into a bitstream

i am currently working on a project on video transmission using digital modulation techniques in LabVIEW.

anyone provide me with a method or a vi to convert the video to bitstream so that it could be fed to the modulator such as PSK or CPFSK.

Message 1 of 6
(5,694 Views)

Hi!

Did you find some method, I'm working in something similar that you did.


0 Kudos
Message 2 of 6
(4,720 Views)

I am programing vision on FPGA.

On the FPGA we convert every image to bitstream 

Would that help? 

Amit Shachaf
0 Kudos
Message 3 of 6
(4,709 Views)

yes, i'm not working on FPGA but the block diagram could help to get an idea

0 Kudos
Message 4 of 6
(4,704 Views)

I attach a function that converts 2D Image image to Pixelbus

I use this function to simulate FPGA processing.

I translate image on the PC into Pixelbus steam and test my algorithms on the PC.

Then after I simulate I convert the image back.

You need to use 2D Image to PixelBus x1.vi

I think this should do what you need. 

You should set the Insert delay to 0. It doesn't mean anything in your case on a PC.

This is to simulate different loop timing on FPGA.

 

Hope that helps 

Amit Shachaf
0 Kudos
Message 5 of 6
(4,694 Views)

I would like to suggest that you remove the Insert Delay from the diagram. You don't need it.

1. DV = Data Valid = True in simulation

2. EOL = End of line

3. EOI = End of Image

 

Amit Shachaf
0 Kudos
Message 6 of 6
(4,690 Views)