01-06-2014 05:36 AM
hi sir, i am just a newbie in labview.. we are given a task to compressed image using fpga. we make a gui using labview in order to view the compressed image as well as the original image. but the problem is, we didn't know how to write the image array of pixels in the fpga and read the compressed image from the fpga using the vi we have made. as you can see in the attach file below, we use a u32 array of image.. please help us on how to implement it.. thank you 🙂
01-06-2014 05:43 AM
Hi robin,
so why do you create a new thread with the same (very generic) title instead of sticking with your original thread?
You have been told to use FIFOs...
01-06-2014 07:26 AM
ahm sorry if i have make another thread.. i just want to state what i want to do clearly.. i cant implement it in some fifo example that i have seen because i dont know how will i connect the array to the fifos..