qcamsrc: add region of interest (ROI) properties

This commit is contained in:
Joshua M. Doe
2021-01-19 16:02:19 -05:00
parent c72458c918
commit f1b31927f3
2 changed files with 63 additions and 6 deletions

View File

@@ -51,6 +51,10 @@ struct _GstQcamSrc
gfloat gain;
gint offset;
gint format;
gint x;
gint y;
gint width;
gint height;
GAsyncQueue *queue;
GstClockTime base_time;
@@ -59,8 +63,6 @@ struct _GstQcamSrc
guint32 total_dropped_frames;
GstCaps *caps;
gint width;
gint height;
gboolean stop_requested;
};