-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
Draft implementation of nannou_webcam #808
base: master
Are you sure you want to change the base?
Conversation
Waiting on RustAudio/cpal#620 to re-enable ASIO feature Also working on enabling JSCAM and IPCAM for this |
Omg epic work @l1npengtul, this is awesome! I'll dive in and review this properly soon. |
Thanks! This is a draft since I am working on 0.9.2 (Properly fix media foundation) and I'll eventually work on 0.10 when a couple things become availible in wasm-bindgen. |
…on, nokhwa 0.9.4, add utility functions
I believe that this is ready for review but we are still blocked on waiting for CPAL to update their bindgen. |
CPAL bindgen updated! Just have to wait for the 0.2.1 on crates now. |
Heya, thanks for working on this. :) I just tried running this fork and I'm hit with the following error:
It tried to |
This is very old and outdated code, would need a lot more love to get it working again. |
This is a draft implementation of
nannou_webcam
, an extension tonannou
to allow for simple webcam capture. See #464Currently Implemented are MSMF, V4L2, and AVFoundation* backends. WASM will require some work. This crate re-exports
nokhwa
to fitnannou
.(Disclaimer - I made
nokhwa
)*: AVFoundation is weird and will ignore user settings. If anyone can get their hands on an C API for AVFoundation, please let me know