Name

v4l2_ctrl_handler_setup — Call the s_ctrl op for all controls belonging to the handler to initialize the hardware to the current control values.

Synopsis

int v4l2_ctrl_handler_setup (struct v4l2_ctrl_handler * hdl);
 

Arguments

hdl

The control handler.

Description

Button controls will be skipped, as are read-only controls.

If hdl == NULL, then this just returns 0.