macOS
macOS install guide
NOTE: wasmVision on macOS requires M-series processors if installing with Homebrew. To use macOS on Intel processors, you must install from source.
Install wasmVision on macOS using Homebrew:
brew tap wasmvision/tools
brew install wasmvision
Verify it is installed like this:
wasmvision version
Now you can run a test to capture video using your webcam, blur it using a WebAssembly processor, and then stream the output to port 8080 on your local machine:
wasmvision run -p blur
wasmVision will automatically download the blur.wasm
processor from our repo to your local $HOME/processors
directory.
Point your browser to http://localhost:8080
and you should see the output.
Next steps
Now that you have installed wasmVision take a look at Next Steps for what to do next.