opencv and arduino

Hello

I try to track objects using opencv. I went track very fast so I used webcam connected to laptop.
my output is position x and y
so is there any possible to use Arduino to read form the exe file the output to control the cam

thank you all :slight_smile:

so is there any possible to use Arduino to read form the exe file the output to control the cam

No.

On the other hand OpenCV is able to write to the serial port, and the Arduino can read from the serial port.

Thank for replying
Now using VS2008 I write in serial port
So I have anther problem now if I went to read the serial port form arduino how I can do that?