Revise the vid_control_params option name

This commit is contained in:
MrDave
2020-10-12 19:15:16 -06:00
committed by Mr-Dave
parent 2cea5f9f6c
commit 69cab76d63
4 changed files with 28 additions and 28 deletions

View File

@@ -716,7 +716,7 @@ static int webu_process_config_set(struct webui_ctx *webui) {
,config_parms[indx].parm_name, webui->uri_value1);
/*If we are updating vid parms, set the flag to update the device.*/
if ((config_parms[indx].parm_name == "vid_control_params") &&
if ((config_parms[indx].parm_name == "v4l2_parms") &&
(webui->camlst[webui->thread_nbr]->vdev != NULL)){
webui->camlst[webui->thread_nbr]->vdev->update_parms = TRUE;
}