kayasrc: add property to allow command execution after opening camera

Closes #3. With Kaya project files, commands don't get executed, such as
UserSet loading.
This commit is contained in:
Joshua M. Doe
2019-03-25 14:31:32 -04:00
parent b6d837aed4
commit 4e18c58e19
2 changed files with 22 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ struct _GstKayaSrc
gchar *project_file;
gchar *xml_file;
gfloat exposure_time;
gchar *execute_command;
gboolean acquisition_started;
gboolean stop_requested;