Forum Discussion
Altera_Forum
Honored Contributor
8 years agocan FPGA act as database?
Hi, I am doing an image processing project and i am using DE1-SoC board..My doubt is how can I use FPGA as an database.(I want to measure image data from camera and compare to predefined stored...
Altera_Forum
Honored Contributor
8 years agoYes, it is perfectly possible, if you get the architecture correct.
If you only want one image stored, then you can probably use the on-chip memory. For multiple images, you will need some external storage, as FPGAs only have a few MB of ram. But why not elaborate on your architecture? there are many companies that have being doing image processing with FPGAs for many years.