check_config

Function check_config 

Source
pub fn check_config(config: &Config, caps: &Capabilities) -> Result<()>
Expand description

Verifies that a config is valid using a given set of capabilities.

See the module-level docs for more information.

ยงErrors

This function may return a Error::Other if any part of the config is invalid, including the V4L2 controls.