Gnurou / v4l2r

Rust bindings for V4L2
MIT License
21 stars 10 forks source link

ioctl wrappers should take the same types as the ioctls #30

Open Gnurou opened 3 months ago

Gnurou commented 3 months ago

There are several instances where we e.g. pass an input argument as usize only to convert it to u32 (for instance, querybuf. The input should be a u32 directly.