I'm trying to figure out what you're asking.
ADVANCESSSS:
So I'm going to code my Artificial Intelligence and put it in a spider robot.
But:
- It's gonna be saving every image it sees. A few KB on Arduinos won't do.........
So far, no questions.
ADVANCESSSS:
2) Please specify a model that has actual moving legs (but without hard-wired preinstalled actions like move/avoid walls/ect, mine will learn it all on its own),
That's not really a question. It's more of a request, to which I believe I responded.
ADVANCESSSS:
camera, accelometor, and good if has feelers/hears/speaker too.
I'm under the impression the above is how you plan to get your robot to learn on it's own. It's not really a question, is it?
ADVANCESSSS:
3) Will it provide a pop up on my pc to get each name & all 0s&1s of each saved image?
There's a question mark but I'm unsure what the question is. I'm guessing you're asking about PC software? I'd think this would be written by you as part of the AI program.
ADVANCESSSS:
- I need the 1s&0s/names of each image that gets saved to be sent to a function in the code.
It sounds like you want a bitmap in order to process it with some sort of function. I suppose this has more to do with what kind of camera is used. This will depend heavily on what sort of resolution you want and what sort of processing power you have.
ADVANCESSSS:
4) If I have to learn anything besides c++, where is it?
If you have to learn more than C++, it's probably available on the internet.
ADVANCESSSS:
I don't have to learn a lot more besides c++ do I?
That's another big "it depends". What sort of controller will you use?
ADVANCESSSS:
And will it all be in 1 place?
It's unlikely everything you'll need to learn will be in one place.
These are very odd questions for someone "going to code my Artificial Intelligence and put it in a spider robot."
It might be a good idea to get a robot walking a bit before trying to give it artificial intelligence. I've seen many people try to make walking robots who have been very surprised by how challenging it is.