Sign in

username:

password:



Not a member?

Search adsp



Search tips

Subscribe to adsp



adsp by Keywords

AD1819 | AD7332 | ADSP-2106 | ADSP-21060 | ADSP-21065L | ADSP-2116 | ADSP-21160M | ADSP-2181 | ADSP-218x | ADSP-219 | ADSP-2199 | ADSP219 | BF531 | BF532 | BF533 | BF535 | Blackfin | FFT | JTAG | LDF | SDRAM | SHARC | SPORT | UART | VDSP++ | VisualDSP

Discussion Groups

Discussion Groups | Analog Devices DSPs | Camera Motion Detection

Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).

  

Post a new Thread

Camera Motion Detection - miracle_sksim - Sep 26 20:36:42 2007



Is there any examples or sample program that i can look at it using 
camera to detect motion ? 

Using blackfin 561 and 2 NTSC camera. Software VisualDSP 4 used.

Plan: Camera 1 will display the output video and once a motion (example 
a person pass-by) it will activate camera 2 and output to the same 
output. 

hmmm.... is there any way that i can detect motion thru a camera ??? 

Like comparing YCrCb or using other alternatives ?? 

Suggestion ?? samples ??? references ???

And lastly, is there any digital zoom codes samples too.

Thanks.



(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )

Re: Camera Motion Detection - "Diego A. Botero G." - Oct 1 16:13:13 2007

Hello

Yes it is correct you can do it this way.

However the PPI can filter the crominance component, you just store in
memory the luminance,

you can configurate the DMA to work in DMA2d, and you set it for generate an
interrupt after each line is stored in L1 memory, is important that you work
with the data in L1 in order to get a better performance.

You can work in autobuffer mode and you work like in pipeline. While the DMA
is storing one line in L1, the core is processing the last line.

This way you must use like a ping pong buffer for your data.

After you process each line you activate one MDMA for store the result in
L3, this way you have the complete image in L3.

About the 4 substractions in each core cycle,

Take a look of this page
http://www.analog.com/processors/blackfin/training/workshops/ADST-170-SEC9-AdvInst-V1.2.pdf

BYE

2007/9/25, miracle_sksim <m...@yahoo.com>:
>
>   Is there any examples or sample program that i can look at it using
> camera to detect motion ?
>
> Using blackfin 561 and 2 NTSC camera. Software VisualDSP 4 used.
>
> Plan: Camera 1 will display the output video and once a motion (example
> a person pass-by) it will activate camera 2 and output to the same
> output.
>
> hmmm.... is there any way that i can detect motion thru a camera ???
>
> Like comparing YCrCb or using other alternatives ??
>
> Suggestion ?? samples ??? references ???
>
> And lastly, is there any digital zoom codes samples too.
>
> Thanks.
>

-- 
Att.
Ing. Diego Andrés Botero Galeano
BSB Ingeniería.
Bogota - Colombia.



(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )