the emscripten stuff works by transpiling whitelisted pieces of OpenCV.
since you’re building that yourself already, you can experiment with it.
whitelisting happens when someone tries to whitelist some part of opencv and finds that the transpilation worked, perhaps after fixing some issues that might stand in the way.
the aruco module was modified notably for the past 1-2 releases. perhaps some whitelisted parts now changed sufficiently to cause trouble. or those parts you want haven’t been whitelisted yet.
Hi, thanks for the reply. I built opencv.js yesterday using the script at the top of my post
I understand about the whitelist - I would still appreciate a code example to configure an aruco detector