09-28-2015 02:55 PM
Hi guys, right now I'm working on a image processing project using FPGA in myRio to perform a edge detection of an image taken by webcam, when I trying to use the IMAQ FPGA image transfer to target VI, I found it requires an DMA FIFO reference, so my question is what is this reference and what it can do in data processing? I understand other inputs, like image and error, but the reference really confused me. Also, when I use this VI, will it pass data collected from desktop to target in myRio, so that I need to build some algorithm in target, or, it only transmit data between desktop and target so that I could write algorithm in desktop panel? Thanks.
09-28-2015 08:50 PM
@SveinFz wrote:
Also, when I use this VI, will it pass data collected from desktop to target in myRio, so that I need to build some algorithm in target, or, it only transmit data between desktop and target so that I could write algorithm in desktop panel?
For the desktop to the myRIO's RT OS, you will want to use a Network Stream. The DMA FIFO is used to send data from the RT to the FPGA.