pylonsrc: added GST bandwidth-reserve parameter (GevSCBWR)

This commit is contained in:
Eskild Helmersen
2020-05-16 15:27:45 +02:00
committed by joshdoe
parent d1c687fb6e
commit b8ebed176a
2 changed files with 43 additions and 2 deletions

View File

@@ -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 = 72
GST_PYLONSRC_NUM_PROPS = 73
};
typedef enum _GST_PYLONSRC_PROPERTY_STATE
@@ -101,7 +101,7 @@ struct _GstPylonSrc
GstPylonSrcLimitedFeature limitedFeature[GST_PYLONSRC_NUM_LIMITED_FEATURES];
gint maxBandwidth, testImage, frameDropLimit, grabtimeout, packetSize,
interPacketDelay, frameTransDelay;
interPacketDelay, frameTransDelay, bandwidthReserve;
gint size[2];
gint binning[2];
gint maxSize[2];