Hey Guys,
We are currently working on a school project and i have basically no idea how to do it. The job of my team is to install camera that's connected to the arduino and we should write a programm for that camera. The camera should detect a certain brightness level and should give information where the bright object is, so the roboter is able to get around that object.
Could you guys help us?
Thanks man.
This links are pretty nice but I still have no idea how to program this damn thing. I would also Need some help with this brightness detection and the source code, cause I really have no clue how to beginn or how the code should look like.
I hope somebody can help me.
We are currently working on a school project and i have basically no idea how to do it.
That's hardly a good starting point.
The job of my team is to install camera that's connected to the arduino
Which camera and how is it connected to the Arduino are questions that we shouldn't even have to ask. You should have volunteered that information up front.
and we should write a programm for that camera.
I suspect that that will be impossible. Most cameras are not programmable. The Arduino is...
The camera should detect a certain brightness level and should give information where the bright object is
No. The program on the Arduino should do that. The camera simply provides information. Without knowing what that format is, you haven't a snowball's chance in hell of using the data.