Closed andresv closed 3 years ago
I was wondering if this crate supports safe ioctl calls to set parameters like this: https://github.com/loyd/rscam/blob/master/examples/control.rs#L18
ioctl
Searching for ioctl only finds unsafe calls, so I assume there isn't safe wrapper available at the moment?
Found it https://github.com/raymanfx/libv4l-rs/blob/55178864a0a2dab508f9151d48913949985df35f/src/device.rs#L191
I was wondering if this crate supports safe
ioctl
calls to set parameters like this: https://github.com/loyd/rscam/blob/master/examples/control.rs#L18Searching for
ioctl
only finds unsafe calls, so I assume there isn't safe wrapper available at the moment?