questions about matrix codes and camera data
Posted: Tue May 12, 2020 10:27 pm
hi there
I'm really excited to use this library. It seems like y'all have done a lot of great work. I have some questions. I'm sorry if the answers are documented somewhere, I've tried to find answers but... so far I have had no luck.
What I would like to do is use barcode tracking... I need about 20-30 markers for my project so it seems like the AR_MATRIX_CODE_3x3_PARITY65 set is the way to go. I'm having a bit of trouble with some of the markers though, the results I'm getting are inconsistent.
All the examples seem to show using the constant in the call to . Does this mean it will try to recognize all the different kinds of "matrix codes"? Is there a way to limit it to just those in the set? Am I thinking about this the right way?
Second question, I see there are a few different camera data files. I've just been using but there are other options. Should I be using one or the other? How should I think about those camera files?
Thanks
-jachin
I'm really excited to use this library. It seems like y'all have done a lot of great work. I have some questions. I'm sorry if the answers are documented somewhere, I've tried to find answers but... so far I have had no luck.
What I would like to do is use barcode tracking... I need about 20-30 markers for my project so it seems like the AR_MATRIX_CODE_3x3_PARITY65 set is the way to go. I'm having a bit of trouble with some of the markers though, the results I'm getting are inconsistent.
All the examples seem to show using the constant
Code: Select all
AR_MATRIX_CODE_DETECTION
Code: Select all
setPatternDetectionMode
Code: Select all
AR_MATRIX_CODE_3x3_PARITY65
Second question, I see there are a few different camera data files. I've just been using
Code: Select all
Camera_pama.dat
Thanks
-jachin