LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data exchange between FPGA and myRio

Hi, I'm working on a project using a usb webcam and myRio to perform edge detection on image grabbed by webcam, since this is my first time using myrio, I'm wondering if there is any way image taken by webcam connected to myRio could be sent to FPGA, processed in FPGA and send back to desktop? Thanks.

0 Kudos
Message 1 of 3
(3,015 Views)

You will want to use a DMA FIFO to send the data to your FPGA for processing.  The processed data then will then need to go through another DMA FIFO to to RT.  You can then use a Network Stream to pass the data from the RT to a Windows computer if you want.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(3,005 Views)

SveinFz,

 

crossrulz is correct, as usual. Here is a tutorial on how to get started with DMA FIFOs that you might find helpful.

Andrew T.
"His job is to shed light, and not to master" - Robert Hunter
0 Kudos
Message 3 of 3
(2,917 Views)