mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Bugfix DeviceSource
API changed v4l2.
This commit is contained in:
@@ -43,7 +43,7 @@ struct DeviceConfig {
|
||||
DeviceConfig() {
|
||||
width = 0;
|
||||
height = 0;
|
||||
fps_numerator = 1;
|
||||
fps_numerator = 30;
|
||||
fps_denominator = 1;
|
||||
stream = "";
|
||||
format = "";
|
||||
|
||||
Reference in New Issue
Block a user