raymanfx / eye-rs

Cross platform camera capture in Rust
MIT License
140 stars 10 forks source link

Libcamera commonalities & mobile hal wrappers? #4

Open brainstorm opened 3 years ago

brainstorm commented 3 years ago

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 potential cross-platform camera applications powered by your crate :)

raymanfx commented 3 years ago

Looks like there are no libcamera bindings on crates.io at the moment - creating at least libcamera-rs would be the first step I think. Once that is achieved, we can add a libcamera backend (aka platform) here.

Would you be willing to support this effort? We can split the work and assign the chunks :)