Forum Discussion
Altera_Forum
Honored Contributor
15 years agoGrayScale from RGB
Hello everyone i bought the Terasic 5MP Camera to do some image processing inside but i am kinda lost in the Verilog.. For example, i have // FIFO Write Side ...
Altera_Forum
Honored Contributor
12 years agoI am currently doing an image processing project in FPGA, and I am using TD5M, the same camera that you used when you posted that post about rgb2gray.
Do you by any chance have sorted out how to do the rgb2gray conversion in vhdl/verilog? Do you have the source code? The camera module only convert it to RGB, but my project require an output of greyscale, so I will need to create a rgb2gray in verilog and then integrate it with the existing module. Thanks in advance.