Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

OpenCV won't launch

A topic by Seremor108 created 85 days ago Views: 81 Replies: 2
Viewing posts 1 to 2

I don’t know if this has anything to do with the new Microsoft Edge updates, but I can’t get OpenCV to load. I’m going to try different browsers to see what still works.

Developer

Hi! Thanks for the report, and sorry this broke your workflow.

What happened: Unfaker loads OpenCV in the browser for scale detection, grid snapping, and a few cleanup steps. The upstream OpenCV project has moved toward OpenCV 5 with API and packaging changes. The OpenCV.js build we were pulling from CDN was no longer reliable - processing could fail silently, hang, or produce corrupted output.
What we did: Unfaker has been updated:

  • Pinned OpenCV 4.12 (opencv-js) and vendored it with the app (no surprise CDN upgrades)
  • Moved OpenCV into a background Web Worker so the tab stays responsive while ~10 MB of WASM compiles
  • Fixed image transfer bugs that could cause striped/glitched results
Please try again: hard refresh the page (Ctrl+Shift+R / Cmd+Shift+R), upload your image, and hit Process. 

Perfect! Thanks for the speedy update!