Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luisvonmuller/wasm-bindgen-webcam-stream
- Owner: luisvonmuller
- Created: 2020-07-18T20:31:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T06:36:18.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:49:08.584Z (about 1 month ago)
- Topics: rust, rust-lang, wasm, wasm-bindgen
- Language: Rust
- Homepage:
- Size: 32.1 MB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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!