pypylon icon indicating copy to clipboard operation
pypylon copied to clipboard

How to configure camera bandwidth with python ?

Open MehmetOKUYAR opened this issue 2 years ago • 6 comments

ı want to configure each camera bandwidth on the python script. how to ı configure, do you know ? ı can configure it on pylon viewer but ı want to set it with python

MehmetOKUYAR avatar Aug 11 '22 19:08 MehmetOKUYAR

You have to set the exact same features as in the viewer.

Please check our partner repository https://github.com/basler/pypylon-samples for background information.

thiesmoeller avatar Aug 12 '22 18:08 thiesmoeller

@thiesmoeller ı didn't find what ı want in these samples

MehmetOKUYAR avatar Aug 13 '22 10:08 MehmetOKUYAR

So best describe what you want. Which features of your camera (model?) do you want to configure

The examples in https://github.com/basler/pypylon-samples demonstrate how to access any Feature exactly like in the c++ sample code snippets in the Basler Produkt documentation

thiesmoeller avatar Aug 14 '22 08:08 thiesmoeller

image The Bandwidth Manager dialog lists all USB 3.0 host controllers and GigE network adapters in your computer as well as the cameras connected to each of them. It allows you to allocate a share of the total bandwidth available on the USB 3.0 host controller or network adapter to each camera. This way, you can allocate only so much bandwidth to a camera as it actually needs, thus freeing up resources for other devices.

ı want to control it with python script

MehmetOKUYAR avatar Aug 14 '22 11:08 MehmetOKUYAR