libv4l-rs icon indicating copy to clipboard operation
libv4l-rs copied to clipboard

Video4Linux2 bindings for Rust

Results 30 libv4l-rs issues
Sort by recently updated
recently updated
newest added

Its boring to have a for loop that iterates over each control and set_control to set the default value.

enhancement

When compiling on Alpine Linux x86_64 with Alpine's rust and target `x86_64-alpine-linux-musl`: error[E0308]: mismatched types --> libv4l-rs-917e1f4ffd90b94a/d7ac716/src/v4l2/api.rs:23:24 | 23 | v4l2_ioctl(fd, request, argp) | ^^^^^^^ expected `u64`, found `i64` Ref...

This pr may relative to #15. Please refer to the usage method in the example directory. I have successfully tested it on the Orange Pi camera. I have only been...

It would be nice to have a new release with the latest updates o the library! Btw, long term fan!

Hi there. When using the userptr io-mode for V4L, the v4l driver can have special alignment requirements for the buffers that are given to it. I hit this limitation by...

I've used the proposed changes on a recent `FreeBSD CURRENT` with `amd64` (i.e. `x86_64`) architecture with `Logitech C922 Pro` webcam. What works: - video stream capturing via `MmapStream` - querying...

This prevents users from accidentally using both features, as they are mutually exclusive. Please let me know if you would like any changes! :sparkles:

Nothing fancy here! Please let me know if any of these are unwanted changes.

This is a teeny tiny change to fix the spelling for the `VbiCaputre` variant in the `buffer::Type` enum. Note that a major version bump is required to avoid violating semantic...

I need to tell the difference between devices using their media device info. I wrote the following, but it'd be great to see something similar in the library: ```rust use...