lumenera line 153 - replace hardcoded '500' timeout with passable param
Opened this issue · 0 comments
imanyakin commented
Currently:
settings.timeout = self.cam.GetProperty('exposure')[0] + 500
Lab 3 seems to crash when using this setting, increasing this seems to solve problem. Would be nice to have this "500" as configurable defaulted parameter.