-
Notifications
You must be signed in to change notification settings - Fork 286
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
Access violation error:tutorial-apriltag-detector-live #1203
Comments
Which OS ? |
windows 11 22H2,visual studio 2022,visp 3.5.0 and OpenCV grabber. Both programs dont work with the same error(access violation). Any help would be greatly appreciated. |
The first thing to do is to try with visp github version. |
|
There is something wrong in your setup. What is the content of your Try to do a fresh visp build without 3rd parties and run tutorial-apriltag-detector.cpp again. |
Okay, thanks a lot. |
good @Hawthorne0 |
I solve this issue by doing a fresh visp and the most important step I think is to switch the vs mode from debug (default) to release. If I use the upgraded visp and switch the vs to debug, the same error shows up. So if you guys have the same error like this, change the vs code mode maybe a good solution after following the tutorial step by step. Finally, thanks a lost for fspindle's help and all contributors of this project. |
Hello everyone. When I follow the tutorial of AprilTag marker detection(https://visp-doc.inria.fr/doxygen/visp-daily/tutorial-detection-apriltag.html), the program has encountered access violation error. How can I fix it.
The text was updated successfully, but these errors were encountered: