pylonsrc: added parameter packet-size for better tuning in bandwidth restricted environments.
This commit is contained in:
committed by
joshdoe
parent
314581b002
commit
1f121e3e01
@@ -39,7 +39,7 @@ enum
|
||||
GST_PYLONSRC_NUM_CAPTURE_BUFFERS = 10,
|
||||
GST_PYLONSRC_NUM_AUTO_FEATURES = 3,
|
||||
GST_PYLONSRC_NUM_LIMITED_FEATURES = 2,
|
||||
GST_PYLONSRC_NUM_PROPS = 69
|
||||
GST_PYLONSRC_NUM_PROPS = 70
|
||||
};
|
||||
|
||||
typedef enum _GST_PYLONSRC_PROPERTY_STATE
|
||||
@@ -100,7 +100,7 @@ struct _GstPylonSrc
|
||||
|
||||
GstPylonSrcLimitedFeature limitedFeature[GST_PYLONSRC_NUM_LIMITED_FEATURES];
|
||||
|
||||
gint maxBandwidth, testImage, frameDropLimit, grabtimeout;
|
||||
gint maxBandwidth, testImage, frameDropLimit, grabtimeout, packetSize;
|
||||
gint size[2];
|
||||
gint binning[2];
|
||||
gint maxSize[2];
|
||||
|
||||
Reference in New Issue
Block a user