raymanfx / libv4l-rs

Video4Linux2 bindings for Rust
MIT License
145 stars 62 forks source link

Missing reset_controls #57

Open patrickelectric opened 2 years ago

patrickelectric commented 2 years ago

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

raymanfx commented 2 years ago

True, I'll try to tackle this for the next release.