pypylon
pypylon copied to clipboard
How to configure camera bandwidth with python ?
ı 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
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 ı didn't find what ı want in these samples
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
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