-
Notifications
You must be signed in to change notification settings - Fork 7
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
GetWorldPos error #3
Comments
Hi @freakfs glad you are interested! The project will not do a lot just yet, besides print out the position of any tracked points. In terms of my progress, there is still an unaligned memory access error I need to diagnose. However the main issue for the moment is that I am having some problems initialising the tracking on my device (even with custom camera parameters which I obtained with a calibration tool). Need to work on this but have had little time recently. Did you manage to get tracking started? There's some info about Emscripten debugging here: https://emscripten.org/docs/porting/Debugging.html |
@nickw1 sorry i may have wasted your time I have linked many static libraries, but have been unable to debug. Now I can only debug after packaging |
@freakfs did you build with the cmake file provided? That includes all the options, libraries, etc.
That "blocking on the main thread" doesn't actually seem to cause any problems for me, at least not yet. It's using the pthread provision of Emscripten. |
@nickw1 but Emmake again after each change |
@freakfs these are all detailed in the CMakeLists.txt, look for the |
I'm very interested in your project. What's your current progress?
I ran your project and found the card in CV:: mat worldpos = points [i] - > getworldpos();
The console then prints the following error
RuntimeError: Aborted(segmentation fault)
Can you tell me something about the progress of debugging
The text was updated successfully, but these errors were encountered: