eye-rs
eye-rs copied to clipboard
Cross platform camera capture in Rust
I'm using a camera that uses the [tiscamera](https://github.com/TheImagingSource/tiscamera) library. However that is written in C++. I'm currently working a project in rust that would use that camera but I'm getting...
So i unfortunately am on windows for a day or two and wanted to use this amazing crate, but i can't. So it's a request from me to you awesome...
Nice crate! Do you have plans to support the android camera HAL?: https://www.libcamera.org/docs.html#camera-stack I have 0 idea on how this would work on iOS (if at all?) :-S Thinking about...
I feel implementing some integration with the [`image`](https://github.com/image-rs/image) crate would be a good move. I've just been trying out `eye` and wanted to save a captured frame to an image...
`eye-hal`, mentioned in the readme, does not compile on macOS. ```rs error[E0308]: mismatched types --> .cargo/registry/src/index.crates.io-6f17d22bba15001f/eye-hal-0.1.0/src/platform/mod.rs:49:21 | 49 | fn default() -> Self { | ------- ^^^^ expected `Context
Hi, thanks so much for this crate! I managed to get it running without issues on MacOS, and I can compile on a raspberry Pi. When I run the program...
Version 0.4.1 works fine. seems something wrong with 0.5.0? ``` error: failed to select a version for the requirement `mozjpeg-sys = "^0.10.4"` candidate versions found which didn't match: 2.2.1, 2.2.0,...