algilsan
Advanced Member level 4

hi to all,
I'm going to explain my proyect and my problem,
i want to transmit still video images over internet using a microcontroller, instead of using a comercial PC.
I have an analog camera as a source of images, so i have to digitalize the signal, i have used a SAA7113 from
philips. This chip produces an signal compliant with ITU 656 4:2:2 standard, at 27MBytes/s in a 8 bit bus.
i don´t want to send this data because the amaount of data generated and the transfer ratio. son i decided
to compress this sygnal, the best method i have find is compress data using M-JPEG (Motion Jpeg), this method
compress digital images at a time. So it's perct to me. But my problem is that i only have find one chip that
make this and it's compatible with ITU 656, this chip it's ZR36060 from zoran.
The incovenient of this chip reachs on
it's price 60$ about !!!, and it's not well documented on the web. This chip compress th image and generate a still
jpg image, but since it has no internal memory like DRAM, i have to store this image in a external memory.
The transfer ratio is about 9MBytes/s in a 8 bit bus.
I would like to know if there are any other chips that can do my task
how can i manage this amount of data 9MBytes/s, i have think of using fast 8051 uC, ARM, DMA controller+ ARM, ...
to store in external ram?
i really need any help???
many thanks in advance
I'm going to explain my proyect and my problem,
i want to transmit still video images over internet using a microcontroller, instead of using a comercial PC.
I have an analog camera as a source of images, so i have to digitalize the signal, i have used a SAA7113 from
philips. This chip produces an signal compliant with ITU 656 4:2:2 standard, at 27MBytes/s in a 8 bit bus.
i don´t want to send this data because the amaount of data generated and the transfer ratio. son i decided
to compress this sygnal, the best method i have find is compress data using M-JPEG (Motion Jpeg), this method
compress digital images at a time. So it's perct to me. But my problem is that i only have find one chip that
make this and it's compatible with ITU 656, this chip it's ZR36060 from zoran.
The incovenient of this chip reachs on
it's price 60$ about !!!, and it's not well documented on the web. This chip compress th image and generate a still
jpg image, but since it has no internal memory like DRAM, i have to store this image in a external memory.
The transfer ratio is about 9MBytes/s in a 8 bit bus.
I would like to know if there are any other chips that can do my task
how can i manage this amount of data 9MBytes/s, i have think of using fast 8051 uC, ARM, DMA controller+ ARM, ...
to store in external ram?
i really need any help???
many thanks in advance