ArduinoA
Arduino7mo ago
IsakS

How do I communicate between Arduino and OpenCV?

Hi, I've made python program using OpenCV that tracks my robot and creates a destination for the robot to move to. How do I bridge the python file into my Arduino code, such that my robot moves to the destination?

My idea was feeding my motors the x and y coordinates for where my robot is, and where it needs to go. BUT, how can I achieve this?

I realize this is not an OpenCV discord, but perhaps anyone here has had some experience with this before? any help is greatly appreciated, thanks in advance!:)
Was this page helpful?