Skip to content

Known Bugs

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.

Clone this wiki locally