greyscale image capture at low resolution

Store Forums Video Experimenter Bugs/Problems greyscale image capture at low resolution

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #478
    richarda
    Member

    I want to capture greyscale with a Video Experimenter shield on an Arduino Duemillenova at a 25×25 resolution, and then send that to a serial output (perhaps using the SoftwareSerial library)

    Is this going to be possible? I don’t mind a bit of C programming but I’m not up to any assembly 🙂

    thanks!

    #1256
    Michael
    Keymaster

    I’m afraid you can’t do grayscale without some very significant and complex assembly. And if you want to do serial communication, you need to use the pollserial implementation in TVout.

    #1258
    richarda
    Member

    Ah. that’s a shame. Would it still require complex assembly if I limited my ambition to 2 bits per pixel? (ie. 4 shades)

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.