V4L2 enhanced (#766)

* fix v4l2 standard
* ignore v4l2 meta devices
* added resolution, framerate and device dropdown list to WebUI (thx to @Lord-Grey & @b1rdhous3)

* Fix for kernels prior to v4.16
* Device names added & WebUI adapted
This commit is contained in:
Paulchen Panther
2020-04-17 16:59:20 +02:00
committed by GitHub
parent b92af63cef
commit 10f11c2d89
20 changed files with 717 additions and 175 deletions

View File

@@ -431,6 +431,7 @@
"edt_conf_enum_bbclassic": "",
"edt_conf_enum_bbosd": "",
"edt_conf_enum_automatic": "",
"edt_conf_enum_custom": "",
"edt_conf_gen_heading_title": "",
"edt_conf_gen_name_title": "",
"edt_conf_gen_name_expl": "",
@@ -492,6 +493,10 @@
"edt_conf_v4l2_device_expl": "",
"edt_conf_v4l2_standard_title": "",
"edt_conf_v4l2_standard_expl": "",
"edt_conf_v4l2_resolution_title": "",
"edt_conf_v4l2_resolution_expl": "",
"edt_conf_v4l2_framerate_title": "",
"edt_conf_v4l2_framerate_expl": "",
"edt_conf_v4l2_sizeDecimation_title": "",
"edt_conf_v4l2_sizeDecimation_expl": "",
"edt_conf_v4l2_cropLeft_title": "",
@@ -809,4 +814,4 @@
"edt_eff_ledtest_header_desc": "",
"update_no_updates_for_branch": "",
"general_speech_sv": ""
}
}