Shop OBEX P1 Docs P2 Docs Learn Events
ASCII art movie taker — Parallax Forums

ASCII art movie taker

M. K. BorriM. K. Borri Posts: 279
edited 2008-09-05 04:27 in Propeller 1
I'm trying to teach myself the innards of the OV6620, this is all I could come up with. I stink at assembly so if anyone has any idea what I'm doing wrong or I could do better please tell me!

Includes a "picture" I took of my friend Lisa, and one of my test rig.

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://forums.parallax.com/showthread.php?p=650217

meow, i have my own topic now? (sorta)

Comments

  • TimmooreTimmoore Posts: 1,031
    edited 2008-09-02 01:59
    Two questions,
    1. You dont explain what the problem is
    2. My understanding of the ov6620 is it needs configuring via i2c, I dont see this configuration anywhere in your code?
  • M. K. BorriM. K. Borri Posts: 279
    edited 2008-09-02 02:11
    The thing more or less works for what I wanted it do do, I'm just wondering if I'm doing something in a stupid way and haven't noticed... one thing that is definitely not working is the vsync, i had to size the array so that it would almost-overflow and THEN exit.

    the ov6620 seems to operate from turn-on, and i2c doesn't "see" it (I cant send it commands and so on, tried to use the DevicePresent and only the eeprom shows up). Should I use two separate i2c pins from the eeprom?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    http://forums.parallax.com/showthread.php?p=650217

    meow, i have my own topic now? (sorta)

    Post Edited (M. K. Borri) : 9/2/2008 2:16:34 AM GMT
  • M. K. BorriM. K. Borri Posts: 279
    edited 2008-09-02 04:27
    Still having problems with the assembly parts... updated spin though -- now you can do a bit of brightness tracking (color tracking when I figure out how to USE colors [noparse]:([/noparse]( ) and difference/motion detection.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    http://forums.parallax.com/showthread.php?p=650217

    meow, i have my own topic now? (sorta)
  • M. K. BorriM. K. Borri Posts: 279
    edited 2008-09-05 04:27
    hey if anyone cares here's the result of what i have so far, i cleaned it up a little bit, and documented it... you can save in ascii, ansi, ppm or pgm. should be decently modular i hope.



    ok, last burst of spam from me, I promise [noparse]:)[/noparse]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    http://forums.parallax.com/showthread.php?p=650217

    meow, i have my own topic now? (sorta)

    Post Edited (M. K. Borri) : 9/5/2008 5:31:03 AM GMT
Sign In or Register to comment.