Ask Your Question

Revision history [back]

Open cv docker image output

Hey! I'm using the docker image for building OpenCV js as stated in the official documentation: https://docs.opencv.org/master/d4/da1/tutorial_js_setup.html

I'm using this command

docker run --rm --workdir /code -v "$PWD":/code "trzeci/emscripten:latest" python ./platforms/js/build_js.py build

It's ending successfully but can't seem to find the outputted file, where should that file be? I'm using macOS.