Bugfix DeviceSource

API changed v4l2.
This commit is contained in:
Bruno Herbelin
2022-01-07 16:10:58 +01:00
parent 9834baedfa
commit 5bd81db37e
2 changed files with 24 additions and 55 deletions

View File

@@ -43,7 +43,7 @@ struct DeviceConfig {
DeviceConfig() {
width = 0;
height = 0;
fps_numerator = 1;
fps_numerator = 30;
fps_denominator = 1;
stream = "";
format = "";