I am using NI Myrio FPGA to do image processing. With the help of NI Vision Assistant 2014, i am able to get the image from usb webcam. I want to use FPGA to convert the image to HSV. However the functions provided in NI Vision Assistant only allow me to get either H, S, or V image at once.
In order to solve it, i try to create one more FIFO to store the image. Here is my FPGA coding.
![fpga code.jpg fpga code.jpg](https://forums.ni.com/t5/image/serverpage/image-id/177093i47206BCD6C691177/image-size/original?v=mpbl-1&px=-1)
However, I do not know how to access these FIFO. Here is Labview coding.
![code 1.jpg code 1.jpg](https://forums.ni.com/t5/image/serverpage/image-id/177094iC48AD28F7FE9E306/image-size/original?v=mpbl-1&px=-1)
![code 2.jpg code 2.jpg](https://forums.ni.com/t5/image/serverpage/image-id/177096i9A1F5598306D3C1F/image-size/original?v=mpbl-1&px=-1)
All these coding are actually generated by NI Vision Assistant and i cant find where can specify which FIFO i am accessing. Any can help me?