-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help install #4
Comments
Sure. What do you need help on? First step is to download and install emsdk: git clone https://github.com/emscripten-core/emsdk
cd emsdk
./emsdk update
./emsdk install 1.39.16
./emsdk activate 1.39.16 Next, instead of building opencv, you can use opencv-em, made by the lovely folks at webarkit: https://gist.github.com/kalwalt/a5fb9230f21b9e39f6fbc872cf20c376 OR you can build opencv_js: https://docs.opencv.org/master/d4/da1/tutorial_js_setup.html After all this, run I am working on adding a web worker. |
amazing, I am also looking at how to build the CPP code with OpenCV files (like your img_tracker_wasm.cpp), Note: [ 33%] Building CXX object CMakeFiles/img_tracker_wasm.dir/emscripten/img_tracker_wasm.cpp.o |
You should build
I updated the README. Been while since I've worked on this repo, so many things may be out of date... |
Hi, could explain, please, what should I make with folder build_wasm that I got after building opencv to build project? Where should I place it? Or should I write sudo make install? I tried to place opencv inside your project, and build_wasm inside opencv, but I got new error
|
Please help me build this assembly.
Also, please help me, if possible, add a web worker to this assembly.
I am ready to pay for your work. Write to TG: @ vardenko1
The text was updated successfully, but these errors were encountered: