ORB_SLAM2-question
Author: YOHO666999Created Jan 14, 2025Updated Feb 19, 2025
Received 'EGL BAD ACCESS' trying to set current EGL context.When calling 'MakeCurrent()' from a different thread, you need to unset the previous context first by calling 'RemoveCurrent()'.
Source: raulmur/ORB_SLAM2