Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
RAM-chip cameras?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark Whitney  
View profile  
 More options Jun 17 1997, 3:00 am
Newsgroups: comp.robotics.misc
From: whit...@cs.unc.edu (Mark Whitney)
Date: 1997/06/17
Subject: RAM-chip cameras?

Hi,

I'm wondering about building a RAM-chip camera for a robot.  Does anybody
have any links or additional info for one of these?

I'm guessing that light "charges-up" one of those little memory bits &
that the more light that hits it, the quicker it charges, and the amount
of charging time corresponds to a grey level.  How long can this take?
I'd settle for 64 grey levels in a 32x32 image.  Is that practical?

Are there any other small digital-ready camera devices out there?

Thanks!
Mark Whitney
whit...@cs.unc.edu


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Wasser  
View profile  
 More options Jun 18 1997, 3:00 am
Newsgroups: comp.robotics.misc
From: John Wasser <was...@jamin.enet.dec.com>
Date: 1997/06/18
Subject: Re: RAM-chip cameras?

Mark Whitney wrote:
> I'm wondering about building a RAM-chip camera for a robot.  
> Does anybody have any links or additional info for one of these?

        You have to use static RAM (not dynamic or pesudo-static).

        A ceramic-case chip with a metal lid is the easiest kind
        of chip to open without destroying.  Heat the lid to melt
        the solder and flip it off.  Epoxy on a glass window to
        protect the chip from dust.  Microscope slide "cover slips"
        are about the right size.

        Depending on the chip you will either set the memory to
        1's and they degrade to 0's or set them to 0's and they
        degrade to 1's.

        The order of address bits for the chip may have little
        to do with the physical order of the memory cells.  You
        may have to swap (and possibly invert) address bits to
        figure out how to scan top-to-bottom and left-to-right.

> I'd settle for 64 grey levels in a 32x32 image.  Is that practical?

        I don't know about grey levels but 32x32 is 1K-bits.  Many
        RAM chips put addressing circuits down the middle of the
        chip and, therefore, have their "image plane" divided into
        two sections.  That would mean that you would want to
        start with a 2k-bit chip.

        Also the "imaging area" is seldom square so in a 2K chip
        you are likely to get two sections that are 16x64 instead
        of two sections that are 32x32.  You may have to go to an
        8K or 16K chip to get an image area that is at least 32
        bits across its smallest dimension.

        Good luck!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Albaugh  
View profile  
 More options Jun 19 1997, 3:00 am
Newsgroups: comp.robotics.misc
From: alba...@agames.com (Mike Albaugh)
Date: 1997/06/19
Subject: Re: RAM-chip cameras?

John Wasser (was...@jamin.enet.dec.com) wrote:
: Mark Whitney wrote:

: > I'm wondering about building a RAM-chip camera for a robot.  
: > Does anybody have any links or additional info for one of these?

:       You have to use static RAM (not dynamic or pesudo-static).

        Uh, not as I recall doing it circa 1975, with an Intel
1Kbit DRAM (1101?). Statics would keep replenishing the charge.
It's the acclerated leakage that you _want_ to use for sensing.

:       Depending on the chip you will either set the memory to
:       1's and they degrade to 0's or set them to 0's and they
:       degrade to 1's.

        Or set half the columns to zeroes and half to ones, on chips
that try to balance the sense-amp inputs and thus have conditional
inverters on the data lines :-). You can tell by "letting a chip rot"
and seeing what the default seems to be.

: > I'd settle for 64 grey levels in a 32x32 image.  Is that practical?

:       I don't know about grey levels but 32x32 is 1K-bits.  Many
:       RAM chips put addressing circuits down the middle of the
:       chip and, therefore, have their "image plane" divided into
:       two sections.  That would mean that you would want to
:       start with a 2k-bit chip.

        You get "grey levels" by taking your samples at longer
and longer intervals. The brightest spots "rot" first. Dark
spots can take several seconds to rot. This is _not_ high-speed
photography. I talked to one wacko who "dithered" his DRAM-Cam
by vibrating it mechanically, then processing the succesive images,
to get rid of the "dead zone crosshairs". Clearly a fellow with
_way_ too much time (and CPU power) on his hands :-)

        My two cents, worth no more than you paid :-)

                                        Mike
| alba...@agames.com, speaking only for myself


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anton Fintelman  
View profile  
 More options Jun 25 1997, 3:00 am
Newsgroups: comp.robotics.misc
From: Anton Fintelman <ra.fintel...@pi.net>
Date: 1997/06/25
Subject: Re: RAM-chip cameras?

> Mark Whitney wrote:

> > I'm wondering about building a RAM-chip camera for a robot.
> > Does anybody have any links or additional info for one of these?

Hello,

In Germany some people developed a RAM-camera. You can find some links
using Alta-Vista with the keyword 'kuckuck.zip' (including the quotes).
But the papers I found were all in German (thats no problem for me, but
perhaps for you). The papers however do include theoretics and even
source-code.

Good Luck,

Anton Fintelman
ra.fintel...@pi.net


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Nagle  
View profile  
 More options Jun 26 1997, 3:00 am
Newsgroups: comp.robotics.misc
From: na...@netcom.com (John Nagle)
Date: 1997/06/26
Subject: Re: RAM-chip cameras?

Anton Fintelman <ra.fintel...@pi.net> writes:
>> Mark Whitney wrote:
>> > I'm wondering about building a RAM-chip camera for a robot.
>> > Does anybody have any links or additional info for one of these?
>Hello,
>In Germany some people developed a RAM-camera. You can find some links
>using Alta-Vista with the keyword 'kuckuck.zip' (including the quotes).
>But the papers I found were all in German (thats no problem for me, but
>perhaps for you). The papers however do include theoretics and even
>source-code.

    That was a hot idea about fifteen years ago, but that approach
is obsolete.  If you want a cheap camera, start with the Connectix
"eyeball" camera.  The black and white version is well under $100 now.

                                        John Nagle


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google