Closed vascotenner closed 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
For some reason, I cannot reproduce this bug. It now works as expected. I will reopen an issue if the bug persists.
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: