Forum Discussion
Altera_Forum
Honored Contributor
11 years agoMoving object detection using D5M/DE1-SoC
Hi, I have implemented a video streaming design using DE1-SoC interfaced to D5M camera and VGA display. It works fine for still objects or very slowly moving objects. But if I move the object a...
Altera_Forum
Honored Contributor
11 years agoWhat help do you need. Like I said, this sounds like an algorith problem - what is the algorithm? are you using the simplest of just taking a reference background image and subtracting it from the incoming video, or do you have some filtering going on to detect images?
The camera will transmit you real time video - ie. pixel by pixel - it is up to you to do any buffering if you really need it (plenty of algorithms can be done on streaming video).