pylonsrc: add in the testimagesource parameter to allow for custom image source

This commit is contained in:
Thor Tomasarson
2021-08-03 12:24:59 +00:00
committed by joshdoe
parent 8900eeb73c
commit ee440aa927
2 changed files with 42 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ struct _GstPylonSrc
gint maxSize[2];
gint offset[2];
gchar *pixel_format, *sensorMode, *lightsource, *reset, *autoprofile,
*transformationselector, *userid;
*transformationselector, *userid, *testImageSource;
gchar *autoFeature[GST_PYLONSRC_NUM_AUTO_FEATURES];
gchar *configFile;
GST_PYLONSRC_PROPERTY_STATE propFlags[GST_PYLONSRC_NUM_PROPS];