Skip to content
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

v4l2 support in Rust #19

Open
russel opened this issue Dec 17, 2018 · 3 comments
Open

v4l2 support in Rust #19

russel opened this issue Dec 17, 2018 · 3 comments

Comments

@russel
Copy link

russel commented Dec 17, 2018

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

@joelgallant
Copy link
Contributor

Is https://gitlab.com/Russel/rust-v4l2-sys a valid repo? It 404s for me

@russel
Copy link
Author

russel commented Dec 19, 2018

@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.

@russel
Copy link
Author

russel commented Dec 20, 2018

I got (perhaps a little over) aggressive and assumed the published package on https://cargo.io was right and the repository on https://gitlab.com wrong. I have moved the repository to https://gitlab.com/Russel/rust-v4l2-sys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants