Thies Möller

Results 203 comments of Thies Möller

@sangyookim , For an overall info of how pypylon works and how to find features and their properties please check also the companion repository: https://github.com/basler/pypylon-samples In the pylon viewer you...

Call `cam_obj.Open()` before accessing the features... The samples do it the right way. The readme.md sample has no parameter access, So no need to open the control channel... We definitely...

syntax would be for e.g. 4MB max transfer size ``` cam.StreamGrabber.MaxTransferSize = 4 * 1024 * 1024 ``` increasing max transfer size will decrease the system load and _could_ help...

If you suspect, that you drop frames. Please use Basler pylon viewer application to assist in finding good settings. Can you show the inner grab loop, that you use for...

For max performance on USB don't use a HUB. Always go to direct connection. To stabilize a system first check that you can acquire ( without compression and writing to...

hi @kimdonggyun ... your system is too slow for your task: just looking at your numbers: you have _two_ acA4024-29uc -> this is 12mpix... and it seems you want to...

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.

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...

Have you already followed the recommendations to fix this issue in the error message that you posted ? ( Inter packet delay )

In the pylon viewer "Tools" Menu is the entry "Bandwidth" manager. If you are using a current version of pylon, there will be a "optimize" option, that automatically will find...