Camera selection and mode change fixes

This commit is contained in:
Sergey Lapin
2021-04-01 14:37:45 +03:00
parent e4f5f44f85
commit 7839206c7f
4 changed files with 66 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ typedef struct _GstPineSrcBin
int test_pattern;
int hue;
int mode;
const gchar *device;
} GstPineSrcBin;
#endif