mabl / PyPylon

An experimental python wrapper around the Basler Pylon 5 library
BSD 3-Clause "New" or "Revised" License
53 stars 34 forks source link

MaxHeight #42

Closed vascotenner closed 6 years ago

vascotenner commented 6 years ago

The driver allows to set a different (lower) Height that the MaxHeight property describes.

The MaxHeight property reports 3008px for an acA4112-8gm camera, while setting Height to that value results in an error:

~/src/PyPylon3/cython/factory.pyx in factory.NodeMap.__setitem__()
ValueError: Parameter value for Height not inside valid range [1, 3004], was 3008
vascotenner commented 6 years ago

For some reason, I cannot reproduce this bug. It now works as expected. I will reopen an issue if the bug persists.