niimaqdxsrc: add is-controller property to open as controller or listener

This commit is contained in:
Joshua M. Doe
2017-04-25 10:18:50 -04:00
parent 3e20a7491e
commit 4a18d3e118
2 changed files with 29 additions and 7 deletions

View File

@@ -64,6 +64,7 @@ struct _GstNiImaqDxSrc {
gint ringbuffer_count;
gchar *attributes;
gboolean bayer_as_gray;
gboolean is_controller;
/* image info */
char pixel_format[IMAQDX_MAX_API_STRING_LENGTH];