Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Is there a way to enter RGB values and pixel location rather than using a JPEG file? #151

@ehand622

Description

@ehand622

Hi,

I am working on an image recognition project on Arduino. Pretty much it is a robot and as it walks around it identifies things. I want to eliminate the use of an SD card for the project. Would there be a way to manually enter the image data coming from the camera directly? For example for one pixel entering in:

for(j = 0; j < 320; j++) {
enterPixel(1, 1, 250, 0, 0)
//1, 1 is for the pixel location on a bitmap, and 250, 0, 0 is the RGB data.
}

Would there be a way to do something like this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions