From: Bates on
Hi,

Recently I purchased a small alarm clock with a hidden camera and motion
detector embedded just to see how it works. It stores the video on a small
MMC card and 1GB holds about 20 mins of footage. Upon evaluation I found a
small 640 x 480 camera module connected to an STK1262 controller from
Syntek. This controller compresses the image to be stored on the MMC. I
have been unable to find a similar IC that will convert raw video and
compress it to JPEG/MPEG and Syntek are one of those Chinese companies that
seem very hard to deal with.

I was wondering if anyone out there has had any experience with this sort of
concept and could recommend some IC's for me to look at. The simpler the
better, I'm not interested in high resolution right now

Any feedback would be greatly appreciated.

Best regards


Adrian Hamilton

From: Jan Panteltje on
On a sunny day (Tue, 20 Jul 2010 17:34:02 +1000) it happened "Bates"
<brassdoggy(a)hotmail.com> wrote in
<Mjc1o.1250$Yv.1196(a)viwinnwfe01.internal.bigpond.com>:

>Hi,
>
>Recently I purchased a small alarm clock with a hidden camera and motion
>detector embedded just to see how it works. It stores the video on a small
>MMC card and 1GB holds about 20 mins of footage. Upon evaluation I found a
>small 640 x 480 camera module connected to an STK1262 controller from
>Syntek. This controller compresses the image to be stored on the MMC. I
>have been unable to find a similar IC that will convert raw video and
>compress it to JPEG/MPEG and Syntek are one of those Chinese companies that
>seem very hard to deal with.
>
>I was wondering if anyone out there has had any experience with this sort of
>concept and could recommend some IC's for me to look at. The simpler the
>better, I'm not interested in high resolution right now
>
>Any feedback would be greatly appreciated.
>
>Best regards
>
>
>Adrian Hamilton

It has been done in FPGA.
From: Tim Wescott on
On 07/20/2010 12:34 AM, Bates wrote:
> Hi,
>
> Recently I purchased a small alarm clock with a hidden camera and motion
> detector embedded just to see how it works. It stores the video on a
> small MMC card and 1GB holds about 20 mins of footage. Upon evaluation I
> found a small 640 x 480 camera module connected to an STK1262 controller
> from Syntek. This controller compresses the image to be stored on the
> MMC. I have been unable to find a similar IC that will convert raw video
> and compress it to JPEG/MPEG and Syntek are one of those Chinese
> companies that seem very hard to deal with.
>
> I was wondering if anyone out there has had any experience with this
> sort of concept and could recommend some IC's for me to look at. The
> simpler the better, I'm not interested in high resolution right now
>
> Any feedback would be greatly appreciated.

For a consumer product it's probably an ASIC, with purchased IP to do
the compression. You could probably do it in an FPGA, possibly even an
inexpensive one (depending on how you define inexpensive). Dunno if you
could cram it into a DSP, though.

--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com

Do you need to implement control loops in software?
"Applied Control Theory for Embedded Systems" was written for you.
See details at http://www.wescottdesign.com/actfes/actfes.html
From: JB on

"Bates" <brassdoggy(a)hotmail.com> wrote in message
news:Mjc1o.1250$Yv.1196(a)viwinnwfe01.internal.bigpond.com...
> Hi,
>
> Recently I purchased a small alarm clock with a hidden camera and motion
> detector embedded just to see how it works. It stores the video on a
> small MMC card and 1GB holds about 20 mins of footage. Upon evaluation I
> found a small 640 x 480 camera module connected to an STK1262 controller
> from Syntek. This controller compresses the image to be stored on the
> MMC. I have been unable to find a similar IC that will convert raw video
> and compress it to JPEG/MPEG and Syntek are one of those Chinese companies
> that seem very hard to deal with.
>
> I was wondering if anyone out there has had any experience with this sort
> of concept and could recommend some IC's for me to look at. The simpler
> the better, I'm not interested in high resolution right now
>
> Any feedback would be greatly appreciated.
>
Conexant CX93510. Very, very useful part.

JB


From: Bates on


"JB" <nil(a)spam.net> wrote in message
news:i24ibl$u14$1(a)news.eternal-september.org...
>
> "Bates" <brassdoggy(a)hotmail.com> wrote in message
> news:Mjc1o.1250$Yv.1196(a)viwinnwfe01.internal.bigpond.com...
>> Hi,
>>
>> Recently I purchased a small alarm clock with a hidden camera and motion
>> detector embedded just to see how it works. It stores the video on a
>> small MMC card and 1GB holds about 20 mins of footage. Upon evaluation I
>> found a small 640 x 480 camera module connected to an STK1262 controller
>> from Syntek. This controller compresses the image to be stored on the
>> MMC. I have been unable to find a similar IC that will convert raw video
>> and compress it to JPEG/MPEG and Syntek are one of those Chinese
>> companies that seem very hard to deal with.
>>
>> I was wondering if anyone out there has had any experience with this sort
>> of concept and could recommend some IC's for me to look at. The simpler
>> the better, I'm not interested in high resolution right now
>>
>> Any feedback would be greatly appreciated.
>>
> Conexant CX93510. Very, very useful part.
>
> JB


Thanks JB and others for your reply,

I have stumbled across the Conexant CX93510 in my searches. Have you have
any experience with this IC. Can I ask what you project involved?


Regards,


Adrian