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.

what is the best way to locate a red laser pointer spot using jevois ?

+2 votes
I am trying to detect a red laser pointer spot in order to use it for an arm picking an object . What is the best way to detect the location of the spot in in the camera window ? The laser dot is strong so the luminosity of the spot is high. Tried with Object Tracker but cannot find a suitable range of HSV able to reliably locate it. Is there any recommended way to do this ?

Thank you,
asked Mar 9, 2020 in User questions by thegigi (170 points)

1 Answer

0 votes
Maybe this could help?

https://answers.opencv.org/question/52754/laser-pointer-detect-and-track/

looks like the best way would be to use an optical filter in front of the lens of JeVois. With that, the basic ObjectTracker module should work ok.
answered Jun 24, 2020 by JeVois (46,580 points)
...