gentlsrc: add attributes property for setting camera parameters

Right now it only works on register addresses and integer values
This commit is contained in:
Joshua M. Doe
2021-06-04 10:42:30 -04:00
parent 0068a0f4b0
commit 766d2de7e5
2 changed files with 71 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ struct _GstGenTlSrc
gchar *stream_id;
guint num_capture_buffers;
gint timeout;
gchar* attributes;
GstClockTime acq_start_time;
guint32 last_frame_count;