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.

Are there examples to use the camera in arduino applications?

0 votes
Hello, I would like to know where I can find examples of programming in Arduino, to be able to implement the camera in electronic projects, example, in order to make a robot that follows a route by reading Aruco Markers.

Thank you.

cbodington
asked Apr 10, 2018 in Hardware Questions by cbodington (710 points)

1 Answer

0 votes
Yes, please start here:

http://jevois.org/doc/ArduinoTutorial.html

then for a specific ArUco following robot see:

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

There is also a pan/tilt head tutorial:

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

Now that we have wider-angle 90 degree lenses available at jevoisinc.com, you might be able to get good tracking without needing a pan/tilt head on your robot, if the ArUco markers you will follow are quite big and/or you run at a higher resolution like 640x480.
answered Apr 10, 2018 by JeVois (46,580 points)
...