File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -411,34 +411,52 @@ ctx_parm_depr config_parms_depr[] = {
411
411
},
412
412
{
413
413
" movie_codec" ,
414
- " 0 .0.1 " ,
414
+ " 5 .0.0 " ,
415
415
" \" movie_codec\" replaced with \" movie_container\" " ,
416
416
" movie_container"
417
417
},
418
418
{
419
419
" camera_id" ,
420
- " 0 .0.1 " ,
420
+ " 5 .0.0 " ,
421
421
" \" camera_id\" replaced with \" device_id\" " ,
422
422
" device_id"
423
423
},
424
424
{
425
425
" camera_name" ,
426
- " 0 .0.1 " ,
426
+ " 5 .0.0 " ,
427
427
" \" camera_name\" replaced with \" device_name\" " ,
428
428
" device_name"
429
429
},
430
430
{
431
431
" camera_tmo" ,
432
- " 0 .0.1 " ,
432
+ " 5 .0.0 " ,
433
433
" \" camera_tmo\" replaced with \" device_tmo\" " ,
434
434
" device_tmo"
435
435
},
436
436
{
437
437
" libcam_name" ,
438
- " 0 .0.1 " ,
438
+ " 5 .0.0 " ,
439
439
" \" libcam_name\" replaced with \" libcam_device\" " ,
440
440
" libcam_device"
441
441
},
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
+ },
442
460
{ " " ," " ," " ," " }
443
461
};
444
462
You can’t perform that action at this time.
0 commit comments