You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies for this non-issue issue, but I wasn't sure the best channel to open communication.
I am interested in working with /dev/radioX rather than /dev/videoX. rscam as is doesn't really support this, but looks to have a good approach to supporting v4l2 in Rust. I have created the crate v4l2-sys using bindgen as a first step to using /dev/radioX from Rust. Is useful/of interest to the rscam folk? Is there merit in creating a more generalised Rust side binding to v4l2 based on v4l2-sys?
@joelgallant Curses, and sorry. I wrote rust-v4l2-sys in one place and created v4l2_sys as the repository. https://gitlab.com/Russel/v4l2_sys I am now dithering as to which to change to get consistency.
Apologies for this non-issue issue, but I wasn't sure the best channel to open communication.
I am interested in working with /dev/radioX rather than /dev/videoX. rscam as is doesn't really support this, but looks to have a good approach to supporting v4l2 in Rust. I have created the crate v4l2-sys using bindgen as a first step to using /dev/radioX from Rust. Is useful/of interest to the rscam folk? Is there merit in creating a more generalised Rust side binding to v4l2 based on v4l2-sys?
https://crates.io/crates/v4l2-sys
The text was updated successfully, but these errors were encountered: