Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luisvonmuller/wasm-bindgen-webcam-stream

A small example on how to get webcam stream on rust-wasm
https://github.com/luisvonmuller/wasm-bindgen-webcam-stream

rust rust-lang wasm wasm-bindgen

Last synced: 17 days ago
JSON representation

A small example on how to get webcam stream on rust-wasm

Awesome Lists containing this project

README

        

# WebCam DOM Stream over WASM

You can build the example locally with:

```
$ npm run serve
```

and then visiting http://localhost:8080 in a browser should run the example!