zingmars / gst-pylonsrc

A gstreamer plugin for image capture from Basler's USB3 cameras. Please read the README before using.
Other
14 stars 7 forks source link

limitbandwidth not implemented for all cameras? #2

Closed petergerten closed 6 years ago

petergerten commented 6 years ago

Software: pylon 5.0.12 Camera Software Suite Linux x86 (64 bit) Camera: acA720-520uc

When using the "limitbandwidth" parameter in the above setup I get: WARNING: erroneous pipeline: could not set property "limitbandwidth" in element "pylonsrc0" to "off"

Is limitbandwidth not implemented for all cameras, or maybe got renamed? I can see that a default camera bandwidthlimit of ~300MB/s is active.

zingmars commented 6 years ago

There's a typo in the README. It's a boolean value, so true/false should work.

petergerten commented 6 years ago

thanks, I should have figured that out myself. It's working now.