Hey cmucam5 coders,
I am fairly new to using files from other programs and using them within an (Arduino) code…
My ultimate goal for a project I’m working on is this:
- I would like to have the cmucam5 follow a red laser dot.
- Then, for a random object of uniform color, when the red laser dot is pointing to it for a few seconds, I would like the Pixymon program to set a signature of the uniform colored object (kind of like doing the action with a mouse by clicking and dragging a square around the object in Pixymon, but automatically within the code in Arduino).
First, is this possible by calling the Pixymon program within the code (preferably Arduino code) and modifying the tasks/functions of Pixymon so it does what you want it to?
I am familiar with the Arduino and would like to integrate a robot with wheels to this project so it can find, track and approach the object that the red laser dot is pointing to…
Any help/suggestions would be awesome!!!