camera_capture icon indicating copy to clipboard operation
camera_capture copied to clipboard

Crate for capturing images from a webcam

Results 8 camera_capture issues
Sort by recently updated
recently updated
newest added

Hi there, i tried the examples and got the following results: * `cargo run --example glium`: "An error occured: Webcam thread was killed or did not responded for 500ms. Stopping."...

CouldNotLoadEscapiDLL(126) shows up when running your example from the readme. The program does work if I get the escapi.dll and put it in the same folder as the exe, however...

Hi there, the piston example panics when executed. ```thread '' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidFps([0.0, 0.0])', src/libcore/result.rs:997:5 note: Run with `RUST_BACKTRACE=1` environment variable to display a...

Does it work for FullHD 30 fps MJPEG webcam? [My webcam](http://www.irush.live/product/hd92-webcam-1080p/)'s default capture option is YUV at 5 fps, the only other option is 30 fps as MJPEG. When I...

and mention that osx isn't working yet

The source only distinguishes between `unix` and `windows` and for `unix`, `rscam` is used. But this is just a wrapper around v4l2 which seems to not exist for MacOS?

enhancement
help wanted