Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR-code reading range problem #104

Open
Canbjerg opened this issue Aug 6, 2020 · 2 comments
Open

QR-code reading range problem #104

Canbjerg opened this issue Aug 6, 2020 · 2 comments

Comments

@Canbjerg
Copy link

Canbjerg commented Aug 6, 2020

Hi,

visp_auto_tracker works great but i want to able to read QR codes from 2 meters distance. The example QR code in wiki page's size is 5x5 and i can track it from 55 cm at most. When you go for more distance it keeps tracking but starting detection point is important for me. I keep using larger and larger QR codes but with a QR code with 20x20 cm size i got 190 cm range which is still lower than 200 and i can't go any bigger on QR codes, i'm limited with A4 paper size.

Any suggestions on tracking Qr codes from long distances ?

@fspindle
Copy link
Contributor

I would suggest to use rather AprilTags instead of QR code.
I didn't find time to update visp_auto_tracker with AprilTags, but starting from this tutorial it should be not so difficult.

@EtienneAr
Copy link

Hello,

I wrote a little piece of code to include the April tags detector in visp_auto_tracker. I don't know if it's what you want @Canbjerg.

I opened a PR #117 because this feature interest me also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants