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 | ez-lite 21065l video grabber

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

  

Post a new Thread

ez-lite 21065l video grabber - lomaguindo - Jul 14 2:37:00 2003



hello,
i am trying to make a video grabber for the 21065 ez-kit lite
connected through the emafe. since i already have the ez-kit, i
thought of using the 21065l chip for the video grabber. i was
thinking of developing it using the kit for ease. would anyone know
whether the 21065l is fast enough to accept video input (something
like reading at intervals of 30ns - 80 ns). i tried making a simple
loop through the emafe, and the fastest i got was about 500+ns. (a
simple do-until, output register value and modify register) maybe the
latches add some more seconds to the output timing.
could anyone suggest a way to verify whether i could reach the
timing specs using the code? or a more accurate way of calculating
the timing of the code? the adsp-21065 says 66MIPS, so i assumed 66M
instructions per sec. would that be accurate enough.

thanks..

carlo





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

Re: ez-lite 21065l video grabber - andor_bariska - Jul 14 8:28:00 2003

Carlo wrote:
> hello,
> i am trying to make a video grabber for the 21065 ez-kit lite
> connected through the emafe. since i already have the ez-kit, i
> thought of using the 21065l chip for the video grabber. i was
> thinking of developing it using the kit for ease. would anyone know
> whether the 21065l is fast enough to accept video input (something
> like reading at intervals of 30ns - 80 ns).

Hi Carlo,

you have to specify data stream rate: how much data do you want to
read at these intervals?

For example:
Video frame rate: 25 Hz
Frame resolution: 256 x 256 = 64k pixels
Pixel depth: 8 bits

=> Data rate: 25 x 64k x 8 = 13.1 Mbps (mega bits per second).

The serial ports of the 65L at 66MHz accept a maximum rate of 33
Mbps, so this example application would work.

At this rate you have about 40 instructions per pixel (66 MIPS /
frame rate / frame resolution), not counting main loop overhead.

If you have substantially higher data rate (due to higher resolution
or coloured pixels) I would suggest either the 21161N-EZKIT, or even
better, a TigerSHARC-EZKIT.

Regards,
Andor





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

Re: Re: ez-lite 21065l video grabber - Jaime Andres Aranguren Cardona - Jul 15 11:27:00 2003

Hi!

Also the ADSP-BF533-EZLITE can be of interest. It already has the analog video
in/out and converters, and the DSP chip runs at 600 MHz!!!

JaaC

andor_bariska <> wrote:
Carlo wrote:
> hello,
> i am trying to make a video grabber for the 21065 ez-kit lite
> connected through the emafe. since i already have the ez-kit, i
> thought of using the 21065l chip for the video grabber. i was
> thinking of developing it using the kit for ease. would anyone know
> whether the 21065l is fast enough to accept video input (something
> like reading at intervals of 30ns - 80 ns).

Hi Carlo,

you have to specify data stream rate: how much data do you want to
read at these intervals?

For example:
Video frame rate: 25 Hz
Frame resolution: 256 x 256 = 64k pixels
Pixel depth: 8 bits

=> Data rate: 25 x 64k x 8 = 13.1 Mbps (mega bits per second).

The serial ports of the 65L at 66MHz accept a maximum rate of 33
Mbps, so this example application would work.

At this rate you have about 40 instructions per pixel (66 MIPS /
frame rate / frame resolution), not counting main loop overhead.

If you have substantially higher data rate (due to higher resolution
or coloured pixels) I would suggest either the 21161N-EZKIT, or even
better, a TigerSHARC-EZKIT.

Regards,
Andor _____________________________________
/groups.php3

---------------------------------





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