Hi,
I want to convert bayers data to RGB on FPGA. I am using IMAQ FPGA Bayer to RGB.vi to convert my data. I am running the VI in simulation mode, I have attached the snap shot of my block diagram.
My input data is in the below pattern.
1st Line :RGRGRG...
2n Line :GBGBGB...
3rd Line :RGRGRG...
4th Line :GBGBGB...
As I cannot use 2-D array on FPGA so above shown pattern is converted into 1-D array by connecting 1st Line, 2nd line & so on.
My problem is every time the VI is giving 0 as output & May be I am giving any wrong parameter to the VI so please give any suggestion to convert the bayer data to RGB.
Thanks