qcamsrc: add binning property

This commit is contained in:
Joshua M. Doe
2021-02-12 15:31:12 -05:00
parent 6c62aa3548
commit b13bcc5212
2 changed files with 16 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ struct _GstQcamSrc
gint y;
gint width;
gint height;
gint binning;
GAsyncQueue *queue;
GstClockTime base_time;