You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
candytaco edited this page May 3, 2021
·
1 revision
OpenCV sometimes crashes if you try to scrub too fast. I think this happens because a lot of the UI stuff happen in async methods, and you might get race conditions with OpenCV. Unfortunately, I cannot easily fix these bugs because this is a OpenCV issue. It's also hard to debug even if I wanted to because it occurs outside the stack in SharpEyes. Heck, those exceptions aren't even caught by Sentry.