idsueyesrc: add exposure and framerate properties

These are only suitable for setting values right now, they aren't being updated yet.
This commit is contained in:
Joshua M. Doe
2021-02-03 16:54:10 -05:00
parent 87f20146a6
commit 6c62aa3548
2 changed files with 65 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ struct _GstIdsueyeSrc
gchar *config_file;
gint num_capture_buffers;
gint timeout;
gdouble exposure;
gdouble framerate;
GstClockTime acq_start_time;
guint32 last_frame_count;