Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21595 Обсуждение

video tracker EU PAL

Altera_Forum
Почетный участник II
1 454Просмотр.

In your opinion is Possibility to analyze a video pal and get the x and y offset of an object relative to the center of the screen? 

 

i'm using cycloneII fpga
0 баллов
3 Ответы
Altera_Forum
Почетный участник II
593Просмотр.

Yes. There are companies that build video trackers.

Altera_Forum
Почетный участник II
593Просмотр.

some of you did a similar project in this forum?

Altera_Forum
Почетный участник II
593Просмотр.

If you have a static camera it can be quite trivial: 

 

Static image - current image = changes in the image, which are usually targets. The hard part is then finding and tracking the targets. It can require quite a bit of memory. You will need external memory for the frame buffering. 

 

The solutions Ive seen use a processor and FPGA. The FPGA does the image pre-processing with the processor taking the thresholded image and tracking the targets.
Ответить