Revise videodevice parm name

This commit is contained in:
MrDave
2020-10-12 19:00:06 -06:00
committed by Mr-Dave
parent 1f02022b26
commit 2cea5f9f6c
5 changed files with 34 additions and 34 deletions

View File

@@ -337,7 +337,7 @@ static int init_camera_type(struct ctx_cam *cam){
return 0;
}
if (cam->conf->videodevice != "") {
if (cam->conf->v4l2_device != "") {
cam->camera_type = CAMERA_TYPE_V4L2;
return 0;
}