Slashdot Mirror


The ASCII Cam

griffjon writes "The folks over at Dyne.org have hacked together a method to take live camera feed and turn it into ascii-character video on Linux. You can get the latest release, or see screenshots from a live stream. Y'know, this kinda ascii could be good random noise input for a cipher."

122 comments

  1. Re:Encryption! by Alan · · Score: 1

    True, however that's assuming the camera is pointed at a person sitting in front of a computer. Aim it at clouds, or a busy street, or a water fountain or something that's constantly changing. Interesting idea anyway.

  2. He cheats! by jonr · · Score: 1

    He should only be using mono ascii, using gray characters is cheating!
    :)

  3. Or, to quote NTK.NET... by Paulo · · Score: 1

    "am I naked in this ASCII dump or not" dot com...

  4. OK, But it's the only way to watch sports. by drowsy · · Score: 1

    A friend used this to alter the display of the World Series in a bar. That was interesting.

    http://anux.angel.net/asciicam/

  5. not new by pergamon · · Score: 1

    Notre Dame once had an ASCII version of a cam that was watching the dome of a building on campus. You could even telnet to some port of some system to see a "movie" of the last 24 hours or so of feed. I think I remember seeing it 5 or 6 years ago...

  6. Re:Mmmmm..... by IRNI · · Score: 1

    Deep Throat in ASCII

    Don't say I never gave you anything :)


    IRNI

  7. Re:someone at SGI developed this 5 years ago by Y2K+is+bogus · · Score: 1

    You're such a troll!

  8. re: New pgp sig by Grell · · Score: 1

    I can see it now,

    To send me encrypted mail:

    Run the end credits of Debbie Does Dallas backwards through the Elmer Fudd biff filter and use results as pgp key data.

    Oh yeah ...

    Grell

    "May you live In Fortean Times"

    --
    ...when it gets down to fundamentals, do what you have to do and shed no tears. Dr. Matson in Tunnel in the Sky
  9. Re:been done before by prijks · · Score: 1

    well, maybe not quite the same thing. I don't think the ascii dome cam is quite live. but it's still tons o' fun.

  10. been done before by prijks · · Score: 1

    The Lab for Scientific Computing at the University of Notre Dame has, for many years now, had a Dome Cam set up with an optional ascii version. So this isn't that new. http://lisa.ee.nd.edu/DomeCam/. Of course, it seems to be down right now...

  11. Text-mode atrocities unlimited by FWMiller · · Score: 1

    People are starving to death in the world, and you had time for this?!!

    --
    Frank W. Miller
  12. Re:Encryption! by qnonsense · · Score: 1
    • Stick a lava lamp in front of it, and you`re sorted!
    You mean like this?
    --
    There comes a time in every man's life when he must say, "No mother! I do not want any more Jell-O!"
  13. Neat, but not really new. by UnkyHerb · · Score: 1

    The gimp I believe has had a plugin to do this, just not on the fly. I'm sure it wouldn't be a super-huge task for any experienced coder to adapt it for this purpose.

    --
    Your Momma's so fat she makes emacs look like nano!
  14. Re:Nothing new by Pope+Slackman · · Score: 1

    Is there a page that describes how to do this?
    (Even just a man page reference would work...)

    I gotta try it on my Indy.

    --K

  15. i know by Nima · · Score: 1

    i know i know cause we can

  16. New meaning.... by Mtn_Dewd · · Score: 1

    This gives an entirely new meaning to pr0n on webcams ;)



    --



    My little sad piece of the internet: www.mtndewd
  17. ok ya. by Mtn_Dewd · · Score: 1

    maybe i should read other's posts before I do ;)

    i'm too late all of the time, and i tend to repeat someone else's idea =)



    --



    My little sad piece of the internet: www.mtndewd
  18. Huh? No it's not. by DoorFrame · · Score: 1

    I clicked on the link before seeing your warning, it was just a webpage for a lavalamp graphic means for producing random numbers. I didn't find it very exciting, but it certainly wasn't anything like goatsex... what am i missing?

  19. This ain't news ! by Chep · · Score: 1

    just use something like
    acquire_image | anytopnm | pnmscale .5 | \
    ppmquant -fs -2 | pnmtopgm | pgmtopbm | \
    pbmtoascii -2x4 >foo.txt

    (where acquire_image is a suitable program, which spits an image in any format out of the desired source)

  20. Re:Encryption! by EnderWiggnz · · Score: 1
    no... making that emoticon would only make things worse... despair has that trademarked and will sue you...


    tagline

    --
    ... hi bingo ...
  21. Re:Cipher by seanw · · Score: 1

    actually, I read about a group who was doing just that (in some old issue of wired, I think). they used a bank of video cameras set up in front of lava lamps (good for random input) then hashed the video feeds into a string of nice random noise.

    it's actually a clever way to get a reasonable level of randomness (cheaper than renting atmospheric noise collectors, another method I've heard of).

    sean

  22. Re:Looks a little fishy... by QuoteMstr · · Score: 1

    Which characters specifically?

  23. Re:It's About Time... by QuoteMstr · · Score: 1

    Think about it --- it *is* an 8-bit grayscale, with predefined gray levels. Each character is a different number of lit pixels, and, when used *as* pixels, can be used to simulate gray levels. That's why advanced (i.e., non-linedrawing) ascii art works.

  24. Re:It's About Time... by jovlinger · · Score: 1

    If you look closely, they also choose which character to use depending on local line features. So you have 4 bits color, 4 bits char choice (just to throw out some numbers).

    Arguably, they would be better off with a 2x2 pixel x 2 bit grey decomposition, from a pure fidelity point of view, but using ascii is really cool. I was actually a bit dissapointed there was grey-scale at all. Just using different chars for that (".+*" for light through dark grey, "|-\/" for edge features, f.ex) would have been cooler, IMANHO.

  25. Re:SSH and Telnet by ffatTony · · Score: 1

    that should be $DISPLAY for telnet...

  26. slashdotted already by mach-5 · · Score: 1

    No sooner do the first post trolls appear and the site is slashdotted.

  27. What really drives opensource? by zensonic · · Score: 1

    "gives you the coolest .plan you ever had"

    Maybe that what got John Carmack started too? :)

    --
    Thomas S. Iversen
  28. Reminds me of ASCII Doom ... by smoondog · · Score: 1

    They should replace the cam occasionally with a prerecorded ASCII Doom feed.

    -Moondog

  29. Re:Use of Greyscale by graniteMonkey · · Score: 1

    One might even go so far as to say that greyscale characters could be considered ANSI, not ASCII. One might go even further and say that encoding an ANSI picture as a PNG makes it nothing more than a very low-res graphic.

    If this ascii webcam thing is just for fun, though, then hey, nice job. It's probably pretty educational to write something like that.

    --

    This is a manual virus. Copy it to your sig and help me spread!
  30. slashcode web cacheing project by wharfrat · · Score: 1

    Anyone interested in a project to add cacheing of links in stories to slashcode please email me.

    Obviously this is something that is desperatly needed.

  31. Re:MosASCII by da5id · · Score: 1

    Or you could use this php Image To HTML Text Converter by Markus Dobel.

    echo $email | sed s/[A-Z]//g | rot13

  32. Re:Aim camera at senction of transparent sewer lin by ebyte · · Score: 1

    Sounds like a good place for a webcam.

    --
    My Public Key can be found in a fake rock by my front door.
  33. Re:Nice by Shagg · · Score: 1
    " | \n | \no|o\n"

    Uhm... I think that's a guy.

    --
    Unix is user friendly, it's just selective about who its friends are.
  34. Re:nifty... by Count+Spatula · · Score: 1

    Don't know about that, man. I'm still twitching from playing textmode quake, and that was last night. It's like listening to a Philip Glass 'opera', only for the eyes rather than the ears. *shudder*

    --
    -- Count Spatula: The Culinary Vampire "...because my cooking sucks."
  35. Re:Cipher by jaromil · · Score: 1

    oh well,
    never thought about using hasciicam for chyphering
    if you do so be sure to check out the flag into hasciicam.c that says:

    ascii_parms.randomval = 0;

    further info on aalib documentation (info aalib)

  36. Re:False Advertising by jaromil · · Score: 1

    slow down

    to see asciicam on lynx you need to customize size of rendered html

  37. Re:Looks a little fishy... by jaromil · · Score: 1

    hey man
    i said CONSOLE LIVE MODE screenshots
    how can i show you that without images?

    png are done with gimp without editing
    tell me more about your problems...

  38. Just in time for Supper Bowl XXXV by garoush · · Score: 1

    Now I can watch the game truly live on my C-Phone.

    --

    Karma stuck at 50? Add 2-5 inches.. err.. 2-5x Karmas Count to your pen1es.. err.. Karma all naturally and private
  39. Where's the hack? by CaseStudy · · Score: 1

    IANAProgrammer, but isn't this a pretty basic use of aalib?

  40. (OT)JPEG to ASCII conversion and Goatse.cx by yerricde · · Score: 1

    How long before that goatse guy gets a hold of this?

    I used the NetPBM suite to convert goatse.cx's "The Receiver" image to ASCII. It didn't look very good.

    Oh, and IANTGCG (I am not the Goatse.cx guy).


    Like Tetris? Like drugs? Ever try combining them?
    --
    Will I retire or break 10K?
  41. The Matrix, resolved! by ClayJar · · Score: 1

    Wow, so, this is more or less what you end up seeing if you look at the Matrix in raw form long enough, eh? (Although I still would have a hard time noticing an agent versus a doberman, but hey, I just need practice, right.)

    Incidentally, does anyone know where to get a green filter for my upcoming ascii-cam?

    --
    (For those who played Acrophobia a long time ago, I'm already crawling toward the couch.)

  42. SGI did it all by tessellation · · Score: 1

    not only has SGI done the lavalamp for randomness, when Chris Pirazzi was there in 94 or 95 he made something called ttyvideo that works with any video-input-equipped workstation such as an Indy. Downloadable source & info:
    http://reality.sgi.com/cpirazzi/ttyvideo.html

    but since reality.sgi.com is down more often than not, you ought to hit the google cache at:
    http://www.google.com/search?q=cache:reality.sgi .c om/cpirazzi/ttyvideo.html+ascii+video+sgi+site:rea lity.sgi.com&hl=en
    after it fails to load directly.

    cheers

  43. Random noise? Maybe not. by clary · · Score: 1

    I would want to see some analysis of this before I trusted it as a randomness source, for seeding, etc. I see a lot of repeated characters in the screen shot ('#', 'V', etc.). It could be that the ascii imaging translation method introduces too much predictability.

    --

    "Rub her feet." -- L.L.

  44. Re: Video takes up too much bandwidth????? by torokun · · Score: 1
    You know, I'm really tired of people complaining that certain types of media take up too much bandwidth. If everyone on the net were like you, we wouldn't even have FORMS in HTML!!

    I started using the net in 1992. I was a sophomore in high school, and I worked over the summer at the Naval Research Lab in Virginia studying solar flares. They had mosaic. But at that time, I believe they had just added support for gifs, and *everyone* was complaining about how certain sites took up too much bandwidth, and about how Netscape was adding all this "proprietary" tag support, for jpegs and other stuff...

    I ask you, what happened??? All those people who complained didn't have a clue... The web has evolved for the better, just like everything else. Those people who don't accept the change are not just conservative, they're wrong.

  45. not new by belg4mit · · Score: 1

    this isn't new. SGI's do ASCII feeds off their cams too...

    --
    Were that I say, pancakes?
  46. Nothing new by Kanon · · Score: 1

    You've been able to do that with SGs for ages. We have a SG cam hooked up to an Indy box that we can record and convert into *animated* ascii that will play back in a terminal.

  47. take another look by brad3378 · · Score: 1

    If you look closely, you can see a carrot ( ^ ) in that guy's nose.

    --

  48. Random number generator... by MrClean35 · · Score: 1

    For a really good random number, try this: http://lavarand.sgi.com/

    --
    -- mrclean
  49. bzzzzzzztttt by Guignol · · Score: 1

    -------Link established-----------
    (==HELLo=Hihi=)
    GUIGNOLISNOTDEAD(YET)!!
    YUPIYUPIBORNTOBEALIVEANYWAY
    +iHOXXHTIii==ii)IIII)i)))THXXHOL;
    ;i)XOHTii==+;):);):););)++=iILHOXT
    =iTXXHTi===;;;:::::::::;;;+=iILXXO+
    ;i)OXXTi=++;;;::::::::::;;;==i)LHL=
    :i)OXI)ii))))=;::,:;+)T))))====LHH+
    +ii)LiiIii)TI))T)+;TI)iT)TIi===I)ii
    :iii)ii====+==i))=;)i==+++++=+=i=++
    =iiii++;+;;;=)i+;=i=;;;;;;++=i=+
    ))i)==++;++=)i++ii=++;;+===i=;
    :)))ii==)I))T))i)iiii=i====i,,
    ;))i=i===)I)))i))))+=+++=i:,,
    ))I))i==iiii=++++i==)iII=,
    ;ITL)LTii++++++++i))i=i)ITII+
    =)ITIL)iiLHIi+==i)H==++=i)I)TII;
    :)IIII)TIiiiii=+;+++==++==i))=III)))I
    ...Hello ? ... can you ..read me ???..
    feww.. managed to post this as no junk :)

  50. Photo - Ascii by MaltoMeal · · Score: 1

    When I was in college I used to convert pictures over to acii all the time so I could send pictures to friends who used pine.

  51. Re:Cipher (lavarand actually) by brad2600 · · Score: 1

    this project was called lavarand. i spoke to the guy who started this about 3 years ago, smart guy.

    heres the url for more info:
    http://lavarand.sgi.com

    .brad


    Drink more tea
    organicgreenteas.com
  52. Re: Video takes up too much bandwidth????? by Araneas · · Score: 1
    Back when I was running a 900 baud modem and 2400 was really "hot", gifs were generally a waste of bandwith in terms of time if not content. Useless content regardless of its form is still wasted bandwidth. Good usesful text is still, and will always remain, superior to useless streaming video. Good streaming video will always be superior to unintelligible text.

    What people object to is high bandwidth crap. Useless text at least loads quickly. Waiting forever for a page to load only to find it's useless is a pain.

  53. Re:Encryption! by FuzzyBad-Mofo · · Score: 1

    Real (crazy) men would use PETSCII.

  54. Data by mizhi · · Score: 1

    Imagine a one-time pad encrpytion using this stuff... if you want to decode the message you have to watch the video. :-) I suppose synchonization issues would be pretty tough to compensate for though.

    --
    Humorless sig goes here.
  55. cool by jonnaro99 · · Score: 1

    wow.. that is really cool!

  56. Re: Video takes up too much bandwidth????? by mgkimsal2 · · Score: 1

    You were using netscape in 1992?

  57. this ASCII hack does not deserve a story by yulek · · Score: 1

    they probably use aalib. big deal.

    i built a scanning camera that did this using a TRS-80 (actually an Altair III converted to be compatible with the TRS-80) and some parts from radio shack in 1980 or thereabouts.

    ASCII hacks are so 1990s... and besides, nothing will ever beat ASCII Quake...

    yawn!!!
    --
    j u l e s @ p o p m o n k e y . c o m

    --
    in this age of communication i'm just not getting through
  58. Grayscale? by micromoog · · Score: 1
    Doesn't the grayscaling kind of defeat the purpose (and I use the term loosely) here? I mean, it's not really ASCII in the pure sense.

    Maybe ANSI cam. Seiously, this reminds me a little of BBS ANSI art of the 80s/early 90s. Anybody remember THEDraw?

    1. Re:Grayscale? by micromoog · · Score: 1

      OK, so the HTML sample shots are real ASCII. And they look way cooler.

    2. Re:Grayscale? by deeznutsclan · · Score: 1
      Anybody remember THEDraw?

      My 30-Day Trial Period has Expired.

      --
      Those who can, do. Those who can't, post on Slashdot about it.
  59. Re:Images to ASCII?? by deeznutsclan · · Score: 1

    And you act like a frog.

    --
    Those who can, do. Those who can't, post on Slashdot about it.
  60. Definitely cool by Rudeboy777 · · Score: 1

    The size and detail on the image was QUITE impressive for an 8K file (I clicked on the HTML image). While this won't evolve into any sort of standard video-conferencing format, it might be a cool alternative to live webcams for people with slower dial-up access.

    Sadly, the slow loading speed may mean the site's been slashdotted already :-P Anyone who can't get in, check back in a couple days. Very cool software (and I remember trying to draw cool ascii art myself from a keyboard way back in boring highscool computer classes)

    --

    From hell's heart I fstab at /dev/hdc

  61. Re:Encryption! by smartfart · · Score: 1
    That's what you think... you haven't seen me when I get in front of a camera. More strange, distorted, disfigured images than you can imagine --- just ask my wife.

    Of course, her favorite phrase is, "your face is gonna freeze like that!"

  62. Too much time by Bender+Unit+22 · · Score: 1

    Someone clearly has too much time on their hands,
    try to guess who, I think you will be pleasantly surprised.

    Besides from that it's a nice hack.


    Now why is /. so slow today,, hmm oh well nevermind
    sql>optimize table USER_COMMENTS
    --------

  63. Google cache by tupawk · · Score: 1

    Since the site seems to be /. already here is a link to the google cache:

    ascii.dyne.org

    --
    "it could just be the midgets. You've got to be careful with midgets in Spandex." --Jamie Richardson
  64. The ASCII Cam! by AFCArchvile · · Score: 1

    ...the best, most ridiculous, and most redundant graphical implementation of ASCII since textmode Quake.

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  65. So that's what they mean by... by Microsift · · Score: 1

    a man of letters.

    --
    My other sig is extremely clever...
  66. Is that Frank Zappa? by tridim · · Score: 1

    It's a bit blurry in ASCII and all, but it sure looks like him. I thought he was dead. Turns out he's hacking web cams. Go figure.

  67. Wouldn't this have been a lot cooler if... by BornInASmallTown · · Score: 1
    they had posted the image in actual ascii text (using html tags for line breaks and fixed width font) instead of this PNG graphic.

    That would have been proactively taking steps to avoid the /. effect. (And I wouldn't have had to wait 30 seconds to see the image!)

  68. Re:It's About Time... by dmomo · · Score: 1

    Well, if it is in ASCII, it saves bandwidth, but you lose A LOT of detail. If an ASCII is 8-bit, why not simply use a 255 color gray scale? That would be the same amount of data, but would look better! D'oh.
    Useless, but still, this is pretty cool!

  69. Mmmmm..... by FigBugDeux · · Score: 1

    ASCII PORN!

  70. Got ASCII by ertw · · Score: 1

    ASCII, is there anything it can't do?

  71. More acsii pr0n by F0_SuD0 · · Score: 1

    http://www.asciipr0n.com/ I am a comand line only person and i loved it when I found this little site on alt.ascii-art now if only we could get some streaming video on the comand line to go with the seejgep, fbi, fbv, zgv apps then i would never have to boot to a GUI again.

  72. Soon i can get me by drkane-1337 · · Score: 1

    Soon i can get me some ascii pr0n
    Get all the live video feeds over telnet.. w00t!

    --
    #include
  73. New troll tool by Anonymous Coward · · Score: 2

    Great, now the trolls will submit pictures of themselves so we can hunt them down.

  74. Re:Already being used to generate random numbers by Masem · · Score: 2
    At least we know that one bit from the movie Johnny Mnemonic wasn't far off track with real world science...

    For those that avoided this movie (good choice!), our hero as played by Keanu "Whoa" Reeves, encodes a large block of data in his mind by using 3 random images from television. The recieving end would have gotten the images by one means while Keanu's character would have travelled a different route, as such to protect the data. Of course, that's not at all how smoothly it works out...

    --
    "Pinky, you've left the lens cap of your mind on again." - P&TB
    "I can see my house from here!" - ST:
  75. Neat, but hardly new... by Manuka · · Score: 2

    There have been camera systems that output to teletypes as far back as the early 1970s, when ASCII was all you could get.

  76. WOW - pictures from beyond the grave!! by gelfling · · Score: 2

    I swear that guy is Frank Zappa.

  77. Re:255 color gray scale? by rnturn · · Score: 2

    I had to chuckle over the ``color gray scale'' phrase.

    Also, the human eye can not detect much difference in gray levels once you get to about 64 levels; any more than that and your gilding lilies. But then, I supposed it doesn't hurt to go ahead and use the whole byte. :-)

    All in all, I've got to say: ``Kudos to the author!'' This is one of the coolest things I've seen in quite a while. Not everyone's got a T1 into their home and this package could make crude but servicable video conferencing available for people on a budget... or can't afford a fat pipe... or live too far away from the CO for ADSL. Now I'm wondering how cheaply I can get a camera for the PCs at home...

    \begin{aside}
    Back in my grad school days I was doing programming involving image compression techniques (Hadamard, Haar, DCT, etc.), Viterbi encoding, etc. for use over noisy channels and the only output device I had easy access to that could produce a viewable image was the monster IBM band printer. We had some programs to produce output like the hasciicam only it used overstrikes to create much of the gray scale levels. (Other folks eventually got used to seeing before-and-after images hanging from the walls like wallpaper.) We eventually got (for another study) a thermal printer but was a pain to use (serial input from the mainframe, required expensive paper that turned yellow green after a while, etc.) This brings back some memories.
    \end{aside}



    --

    --
    CUR ALLOC 20195.....5804M
  78. OK, I shoulda been more explicit by griffjon · · Score: 2

    So you wouldn't want to be filming a blank WALL, but if you took a snapshot of a plant, a messy desktop, of even a face (or other body parts), (i.e. any image with lots of noise) this would be an interesting vector to play with. I haven't read the source to see what size pool of ascii characters they're choosing from, so it may be too small to provide good security. Might be good for the first xor block in a CBC cipherstream.

    --
    Returned Peace Corps IT Volunteer
  79. what is he holding? by cpeterso · · Score: 2

    looks like he is holding a marijuana cigarette, some of that good ole reefer, maaan!

  80. Encryption! by gattaca · · Score: 2

    Y'know, this kinda ascii could be good random noise input for a cipher."

    IMHO, it would be an extremly bad source of random noise. Large chunks of the image would be the static bits of the image, and the rest of it would be fairly repetitive - the face of whoever sat infront of the computer, or whatever.

    1. Re:Encryption! by gattaca · · Score: 2

      Given the day I've had, two bits would be sufficient - enough to represent ':', '-', and '('

    2. Re:Encryption! by gattaca · · Score: 2

      Clouds tend to be the same shape, streets have a similar, static background. That said, later posts in the thread refer to people who use a lava lamp as a seed for a random number generator. That sounds plausible. Even so, I don't see what the asciiness of the data has to do with anything, it's just a set of wibbly bits - with, apparently, enough randomness to make it hard to reconstruct the random sequence. I'm sure a unicode camera would be just as useful :-)

    3. Re:Encryption! by pallex · · Score: 2

      Stick a lava lamp in front of it, and you`re sorted!

    4. Re:Encryption! by EnderWiggnz · · Score: 3
      ASCII!!!!

      UNICODE!!!!

      real men would use EBCDIC.
      tagline

      --
      ... hi bingo ...
  81. Re:You could use it as a CCTV camera.... by gattaca · · Score: 2

    would you have to battle the grammar nazi's of /.?

    Only if they commited a Capital crime.

  82. Could it be used... by gattaca · · Score: 2

    for identifying people with dodgy characters?

  83. Re:slashdoted - google cache link for screenshot by twdorris · · Score: 2

    Here's a google cache link to one of the screenshots:

    http://www.google.com/search?q=cache:ascii.dyne.or g/hasciicam001.html+&hl=en

  84. Maybe they should film the Matrix sequels... by fluffhead · · Score: 2

    ...using this as a video filter. They might turn out cheaper & actually on time (they could just use stunt doubles for the most part). Just have to substitute that funky green Matrix font for plain old ASCII....

    #include "disclaim.h"
    "All the best people in life seem to like LINUX." - Steve Wozniak

    --

    #include "disclaim.h"
    "All the best people in life seem to like LINUX." - Steve Wozniak
  85. Wierd by eric2hill · · Score: 2

    You know, with all the green letters on the sample screenshot pages, I get the feeling I'm watching The Matrix live!

    --
    LOAD "SIG",8,1
    LOADING...
    READY.
    RUN
  86. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  87. Already being used to generate random numbers by alexjohns · · Score: 2

    http://lavarand.sgi.com/

    Train a camera on some lava lamps. Take a picture. Process bit stream. Random numbers.

    The processing used to generate the ascii art here would probably reduce the randomness. Sorry. Try again.
    --

  88. Re:SSH and Telnet by ffatTony · · Score: 2

    With ssh you can forward an X11 connection and with telnet you can set the $HOST variable and maybe mess with xhost to do something similiar, thus high quality porn via telnet/ssh has existed almost as long as telnet/ssh.

  89. earliest Video to ASCII tool? by LinuxParanoid · · Score: 2
    I first saw Video to ASCII back in 1995 done by a free tool called ttyvideo, described and downloadable here written by Chris Pirazzi at SGI.

    Nice to see a full open source release though rather than just an IRIX binary.

    --LP

  90. aatv by matman · · Score: 2

    I was playing with a package called aatv the other day that did this.

    I dont have much else to say about it :)

    (pls dont mod me down, I'm not logged in and dont have the oportunity to dselect the 'add 1 pt karma thing :)

  91. Re:SSH and Telnet by suffe · · Score: 2

    Acctualy this has been possible for a long time, even when overlooking the obvious X11 forwarding. The plaympeg program (created by lookigames I think.) can play mpeg encoded data in textmode.

    --

    Karma: 2.71828182846 (Mostly due to small, fun pills)
  92. I feel Robbed! by EXTomar · · Score: 2

    I mean I used the stuff with my web cam and this is what it spit out...

    O
    -+-
    |
    ^

  93. It's About Time... by kdgarris · · Score: 2

    I always thought those webcams were a huge waste of bandwidth. At least turning it into ASCII keeps the waste at a minimum.

    -Karl

  94. excerpt from early Matrix script draft by madmancarman · · Score: 2
    INT. HALL

    The ship is quiet and dark. Everyone is asleep.

    INT. MAIN DECK

    The core glows with monitor light. Cypher is in the operator's chair as Neo cones up behind him.

    CYPHER
    Whoa! Shit, Neo, you scared the bejeezus out of ne.

    NEO
    Sorry.

    CYPHER
    No, it's all right.

    NEO
    What are you doing?

    CYPHER
    Midnight watch.

    Neo's eyes light up as he steps closer to the screens that seem alive with a constant flow of data.

    NEO
    Is that... ?

    CYPHER
    An ASCII web-cam? Yeah.

    The monitors are packed with bizarre characters and fuzzy shapes.

    CYPHER
    I've been watching it so long, I can make everything out. It used to be blonde, brunette, redhead... but now it's nothing more than a bunch of geeks with too much time on their hands.

    Neo nods.

    CYPHER
    You want a drink?

    He pours Neo a drink from a large plastic jug.

    Neo takes a sip and it almost kills him. Cypher pounds on his back.

    CYPHER
    Good shit, huh? Dozer makes it... calls it Jolt. It's good for two things: degreasing engines and keeping coders awake.

    Red-faced, Neo finally stops coughing.

    --
    First they ignore you, then they laugh at you, then they fight you, then you win. -- Gandhi
  95. Looks a little fishy... by Christianfreak · · Score: 2
    I mean if the camera outputs ascii, then why are these png images? And if you look closely some of the charachters aren't all there, parts of them have been cut off to make the picture look better.

    Still just making a picture look like that deserves some credit

    Never knock on Death's door:

  96. Re:someone at SGI developed this 5 years ago by jaromil · · Score: 2

    nope, i did not used that code

    i started coding hasciicam on the code from xawtv's webcam by gerd knorr

    the idea to make it html is the new thing
    i'm not the first putting ascii into video !

  97. Re:False Advertising by Ashran · · Score: 2

    The examples I could see before it has been slashdotted were all converted to pictures (i think gif's)

    --

    Before you email me, remember: "There is no god!"
  98. you want random? by zyqqh · · Score: 2

    Y'know, this kinda ascii could be good random noise input for a cipher.

    Same can be said for random irrelevant slashdot taglines...

    --
    // zyqqh
  99. Why? by plover · · Score: 2
    All I can think of is that guy's tagline:

    Just because you can doesn't mean you should.

    John

    --
    John
  100. Images to ASCII?? by scorbett · · Score: 2
    Oh no...

    How long before that goatse guy gets a hold of this?


    --

  101. Info on Lavarand Patent by mendepie · · Score: 2
    The patent you are refering to is Method for seeding a pseudo-random number generator with a cryptographic hash of a digitization of a chaotic system which is Silicon Graphics patent on what known as lavarand.

    Being one of the Inventors of this (Beer Inspired) technique I have have a a lot of intrest in it.

    Also, There will be a new website comming up in the near future http://www.lavarand.org (no link since it is not on the air yet) with new an improved access to a lavarand system.

    Note the the intrested, the patent only covers using the data to seed a pseudo-random number generator ...

    --

    Are you paranoid if you know that they just want to know everything you say and do?

  102. Cool, but not really ASCII by tempmpi · · Score: 2

    The ascii cam is cool, but it doesn't really use ascii because if converts the ascii to png. Because of that it doesn't really help to limit bandwidth, a real ascii stream could give a streaming fluent image even to modem users, that is completly imposible with this png streaming, you couldn't watch the stream with lynx,too.
    I think they should have used telnet for this stream.

    --
    Jan
  103. Re:False Advertising by IdentityCrisis · · Score: 2

    There are also html screenshots, Here

  104. Use of Greyscale by the+eric+conspiracy · · Score: 3

    Isn't use of greyscale sort of cheating?

  105. live-screenz.html by Saint+Nobody · · Score: 3

    screenz? i really have difficultiez respecting those that use z'z to pluralize their wordz.

    --
    #define F(x) int main(){printf(#x,10,#x);}
    F(#define F(x) int main(){printf(#x,10,#x);}%cF(%s))
  106. You could use it as a CCTV camera.... by gattaca · · Score: 3

    to identify victims of vowel play.

    You'd have to keep it running consonantly, of course.

  107. nifty... by bencc99 · · Score: 3

    Now all we need is a way of being able to port the images into ascii quake, so we can frag friends in glorious ascii-colour(tm)
    :)

  108. PNG really necessary? by rkent · · Score: 4
    Why on EARTH is the screenshot encoded to a PNG file? Seems like the most bandwidth-efficient way would be to just send the ASCII!

    Oh, wait... I don't have ANSI terminal emulation enabled in Netscape... nevermind :)

    Ahh, the good old BBS days. It's great that they now have "live webcam" functionality for systems like that, 10 years after they're useful :)

  109. randomness from video source: sgi already did it by TheGratefulNet · · Score: 4
    converting video to random data for seeding random number generators and such has been done:

    lavarand!

    walking past a fishbowl at SGI and seeing a bunch of "heat lamps" [sic] was pretty trippy...

    --

    --

    --
    "It is now safe to switch off your computer."
  110. Cipher by rw2 · · Score: 5
    Y'know, this kinda ascii could be good random noise input for a cipher."

    Yeah, there's really nothing better for cryptography than a repeating stream!

    --

  111. False Advertising by Mignon · · Score: 5

    Damn site doesn't work on Lynx. What good is an ASCII-cam that won't work on Lynx?

  112. someone at SGI developed this 5 years ago by nrmrvrk · · Score: 5

    Linux is only 5 years behind... I used something when I worked at SGI with my Indycam to display the output of the camera in an xterm in ASCII.

    I found this webpage (circa 1995) detailing the software. Congrats Linux you've revolutionalized the computer industry again. I hope you at least stole *some* of the code before creating this new and wonderful tool...

    http://reality.sgi.com/cpirazzi/ttyvideo.html

    no egg!

    --
    Keine eier
  113. SSH and Telnet by don_carnage · · Score: 5
    So does that mean that I can now watch a video stream over SSH or Telnet?

    Finally video Pr0n at work! woohooo!


    --
  114. Nice by OlympicSponsor · · Score: 5

    Hey, she's a hottie! ...or is that a man?

    Don't tell amihotornot.com about this technology...
    --
    MailOne

    --
    Non-meta-modded "Overrated" mods are killing Slashdot
    (Hey Ryan! Here's your proof!)