Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Can I tell the arduino to only track a specific object the Jevois detects?

0 votes
I want to follow only one specific object using the Jevois + Arduino. Thanks.
asked Sep 11, 2018 in Programmer Questions by VoltGe (140 points)

1 Answer

0 votes
sure, check this one out:

http://jevois.org/tutorials/UserArduinoYOLO.html

So you would use that message decoding algorithm to get the object category and coordinates, then, if the category is a match, actuate your pan/tilt head as in the jevois pan/tilt tutorial.
answered Sep 11, 2018 by JeVois (46,580 points)
...