Tagged Questions
1
vote
1answer
173 views
Self Balancing Robot using Computer Vision
I'm planning to implement a Self Balancing Robot which is usually implemented using a gyroscope sensor which gives feedback to the micro-controller to adjust the position with wheels. I'm looking into ...
9
votes
2answers
709 views
PID algorithm implementation using computer vision
I am constructing an automatic labyrinth maze solver, and using a webcam to control my maze.
Based on suggestions in other forums, I am trying to control maze's ball movement at least in one ...