Altera_Forum
Honored Contributor
15 years agoBest way to simulate a camera?
Hello to everyone, i have a question regarding video capturing.
I am making a digital image processing system that is supposed to identify objetcs in a scene and extract relevant informations about them. My main goal is in the algorithm, i dont need to worry about how the video is going to be capture nor apply filters to that video. What would be the best way to take those images i am going to work in? I've thought of basically 3 different solutions: 1: Connecting a camera to a fpga board with an A/D input and get the raw image. The problem is that there a alot of distortions in the image and i would need to apply filters to get a clean image. 2: Connect the Camera to a computer and use a MATLAB/DSP Builder video block to send the images to my FPGA, generating files i guess? 3: Use images in my ModelSim test bench I really would like some tips on how to do it, as i said my main goal is in the algorithm. I dont want to filter the images. Just use it for background subtraction. It's for a university project and i am still studying how to do it. Could someone give me a hand? Thanks a lot !