Skip to content

Commit bb61dc6

Browse files
committed
Update deprecated parameter information
1 parent 17dfbee commit bb61dc6

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

src/conf.cpp

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,34 +411,52 @@ ctx_parm_depr config_parms_depr[] = {
411411
},
412412
{
413413
"movie_codec",
414-
"0.0.1",
414+
"5.0.0",
415415
"\"movie_codec\" replaced with \"movie_container\"",
416416
"movie_container"
417417
},
418418
{
419419
"camera_id",
420-
"0.0.1",
420+
"5.0.0",
421421
"\"camera_id\" replaced with \"device_id\"",
422422
"device_id"
423423
},
424424
{
425425
"camera_name",
426-
"0.0.1",
426+
"5.0.0",
427427
"\"camera_name\" replaced with \"device_name\"",
428428
"device_name"
429429
},
430430
{
431431
"camera_tmo",
432-
"0.0.1",
432+
"5.0.0",
433433
"\"camera_tmo\" replaced with \"device_tmo\"",
434434
"device_tmo"
435435
},
436436
{
437437
"libcam_name",
438-
"0.0.1",
438+
"5.0.0",
439439
"\"libcam_name\" replaced with \"libcam_device\"",
440440
"libcam_device"
441441
},
442+
{
443+
"video_device",
444+
"5.0.0",
445+
"\"video_device\" replaced with \"v4l2_device\"",
446+
"v4l2_device"
447+
},
448+
{
449+
"video_params",
450+
"5.0.0",
451+
"\"video_params\" replaced with \"v4l2_params\"",
452+
"v4l2_params"
453+
},
454+
{
455+
"timelapse_codec",
456+
"5.0.0",
457+
"\"timelapse_codec\" replaced with \"timelapse_container\"",
458+
"timelapse_container"
459+
},
442460
{ "","","",""}
443461
};
444462

0 commit comments

Comments
 (0)